Projects
osmocom:nightly
simtrace2
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 358
View file
simtrace2.spec
Changed
@@ -15,14 +15,14 @@ %define sover 1 Name: simtrace2 -Requires: osmocom-nightly = 202306120026 -Version: 0.8.1.62.749d.202306120026 +Requires: osmocom-nightly = 202306130026 +Version: 0.8.1.63.968d.202306130026 Release: 0 Summary: Osmocom SIMtrace host utility License: GPL-2.0-or-later Group: Productivity/Telephony/Utilities URL: https://osmocom.org/projects/simtrace2/wiki -Source: simtrace2_0.8.1.62.749d.202306120026.tar.xz +Source: simtrace2_0.8.1.63.968d.202306130026.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake @@ -42,7 +42,7 @@ This package contains SIMtrace 2 host utility. %package -n libosmo-simtrace2-%{sover} -Requires: osmocom-nightly = 202306120026 +Requires: osmocom-nightly = 202306130026 Summary: Driver functions for Osmocom SIMtrace2 and compatible firmware Group: System/Libraries @@ -53,7 +53,7 @@ SIM / smart card emulation functions. %package -n libosmo-simtrace2-devel -Requires: osmocom-nightly = 202306120026 +Requires: osmocom-nightly = 202306130026 Summary: Development files for the Osmocom SIMtrace2 library Group: Development/Libraries/C and C++ Requires: libosmo-simtrace2-%{sover} = %{version}
View file
simtrace2_0.8.1.62.749d.202306120026.dsc -> simtrace2_0.8.1.63.968d.202306130026.dsc
Changed
@@ -2,7 +2,7 @@ Source: simtrace2 Binary: simtrace2-firmware, simtrace2-utils, libosmo-simtrace2-1, libosmo-simtrace2-dev Architecture: any all -Version: 0.8.1.62.749d.202306120026 +Version: 0.8.1.63.968d.202306130026 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: http://osmocom.org/projects/simtrace2/wiki Standards-Version: 3.9.8 @@ -15,8 +15,8 @@ simtrace2-firmware deb devel optional arch=all simtrace2-utils deb devel optional arch=any Checksums-Sha1: - 65a602d1cd564908adad3345869b073bc72b7017 276916 simtrace2_0.8.1.62.749d.202306120026.tar.xz + 1fb201c53234afb05252044128fdb004c3855dc9 276768 simtrace2_0.8.1.63.968d.202306130026.tar.xz Checksums-Sha256: - 26992740e571c02caf9686046fb90c32fb18c56eea07d01b7e7f5eac54d9bc4a 276916 simtrace2_0.8.1.62.749d.202306120026.tar.xz + fad33757bba3c45bcfd6bfee6d9cae8e5a3dc42726703d43275d908fd12be4f3 276768 simtrace2_0.8.1.63.968d.202306130026.tar.xz Files: - 468f11dc6e4cd34d7ade848e5cd595c3 276916 simtrace2_0.8.1.62.749d.202306120026.tar.xz + 1441419d85ce541bef40cb166f8f3b24 276768 simtrace2_0.8.1.63.968d.202306130026.tar.xz
View file
simtrace2_0.8.1.62.749d.202306120026.tar.xz/.tarball-version -> simtrace2_0.8.1.63.968d.202306130026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.8.1.62-749d.202306120026 +0.8.1.63-968d.202306130026
View file
simtrace2_0.8.1.62.749d.202306120026.tar.xz/contrib/jenkins.sh -> simtrace2_0.8.1.63.968d.202306130026.tar.xz/contrib/jenkins.sh
Changed
@@ -38,7 +38,6 @@ for build in $BUILDS; do board=`echo $build | cut -d "/" -f 1` app=`echo $build | cut -d "/" -f 2` - "$app" == "dfu" && use_clang_for_bl=1 || use_clang_for_bl=0 case "$build" in "owhw/cardem") comb="combined" @@ -57,9 +56,16 @@ ;; esac echo - echo "=============== $board / $app START ==============" - PATH="/opt/llvm-arm/bin:$PATH" make USE_CLANG="$use_clang_for_bl" BOARD="$board" APP="$app" $comb - echo "=============== $board / $app RES:$? ==============" + # Build the bootloader with clang, the rest with gcc (OS#5260, OS#6026) + if "$app" = "dfu" ; then + echo "=============== $board / $app START (CLANG) ==============" + PATH="/opt/llvm-arm/bin:$PATH" make USE_CLANG=1 BOARD="$board" APP="$app" $comb + echo "=============== $board / $app RES:$? ==============" + else + echo "=============== $board / $app START (GCC) ==============" + make USE_CLANG=0 BOARD="$board" APP="$app" $comb + echo "=============== $board / $app RES:$? ==============" + fi done echo
View file
simtrace2_0.8.1.62.749d.202306120026.tar.xz/debian/changelog -> simtrace2_0.8.1.63.968d.202306130026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -simtrace2 (0.8.1.62.749d.202306120026) unstable; urgency=medium +simtrace2 (0.8.1.63.968d.202306130026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 12 Jun 2023 00:27:12 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 13 Jun 2023 00:27:12 +0000 simtrace2 (0.8.1) unstable; urgency=medium
View file
simtrace2_0.8.1.62.749d.202306120026.tar.xz/debian/control -> simtrace2_0.8.1.63.968d.202306130026.tar.xz/debian/control
Changed
@@ -33,7 +33,7 @@ Section: devel Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 202306120026), ${shlibs:Depends}, ${misc:Depends}, libosmo-simtrace2-1 +Depends: osmocom-nightly (= 202306130026), ${shlibs:Depends}, ${misc:Depends}, libosmo-simtrace2-1 Recommends: simtrace2-firmware Description: Host utilities to communicate with SIMtrace2 USB Devices. @@ -41,7 +41,7 @@ Section: libs Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 202306120026), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202306130026), ${shlibs:Depends}, ${misc:Depends} Description: Osmocom SIMtrace2 library This library contains core "driver" functionality to interface with the Osmocom SIMtrace2 (and compatible) USB device firmware. It enables @@ -52,7 +52,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 202306120026), libosmo-simtrace2-1, ${misc:Depends} +Depends: osmocom-nightly (= 202306130026), libosmo-simtrace2-1, ${misc:Depends} Description: Development headers for Osmocom SIMtrace2 library This library contains core "driver" functionality to interface with the Osmocom SIMtrace2 (and compatible) USB device firmware. It enables
View file
simtrace2_0.8.1.62.749d.202306120026.tar.xz/host/contrib/simtrace2.spec.in -> simtrace2_0.8.1.63.968d.202306130026.tar.xz/host/contrib/simtrace2.spec.in
Changed
@@ -15,7 +15,7 @@ %define sover 1 Name: simtrace2 -Requires: osmocom-nightly = 202306120026 +Requires: osmocom-nightly = 202306130026 Version: @VERSION@ Release: 0 Summary: Osmocom SIMtrace host utility @@ -41,7 +41,7 @@ This package contains SIMtrace 2 host utility. %package -n libosmo-simtrace2-%{sover} -Requires: osmocom-nightly = 202306120026 +Requires: osmocom-nightly = 202306130026 Summary: Driver functions for Osmocom SIMtrace2 and compatible firmware Group: System/Libraries @@ -52,7 +52,7 @@ SIM / smart card emulation functions. %package -n libosmo-simtrace2-devel -Requires: osmocom-nightly = 202306120026 +Requires: osmocom-nightly = 202306130026 Summary: Development files for the Osmocom SIMtrace2 library Group: Development/Libraries/C and C++ Requires: libosmo-simtrace2-%{sover} = %{version}
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.