Hello community,

here is the log from the commit of package libosmocore for openSUSE:Leap:15.2 
checked in at 2020-01-17 12:01:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libosmocore (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libosmocore.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libosmocore"

Fri Jan 17 12:01:16 2020 rev:23 rq:763627 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libosmocore/libosmocore.changes        
2020-01-15 15:22:35.834481905 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libosmocore.new.26092/libosmocore.changes     
2020-01-17 12:01:17.596500168 +0100
@@ -1,0 +2,34 @@
+Sun Jan  5 10:39:49 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to new upstream release 1.3.0
+  * add osmo_sockaddr_str_cmp()
+  * misc logging/vty fixes
+  * fix OSMO_SOCKADDR_STR_FMT for IPv6
+  * GPRS/BSSGP: introduce bssgp_bvc_ctx_free()
+  * gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()
+  * gsm0508: add functions to calculate beginning of a block
+  * socket: Introduce API osmo_sock_init2_multiaddr()
+  * vty: Optionally Set/replace cfg file during cmd 'write file'
+  * gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and
+    OSMO_GSUP_CURRENT_RAT_TYPE_IE
+  * tdef: Introduce API osmo_tdef_set()
+  * Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capability
+  * context: Add support for [per-thread] global talloc contexts
+  * add vty logp command to echo on all log targets
+- Add subpackges for the Osmocom USB library
+
+-------------------------------------------------------------------
+Wed Aug 14 17:24:05 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 1.2.0
+  * GSUP: add inter-MSC handover related msgs and IEs
+  * NS: Add support for GPRS NS IP Sub-Network-Service (SNS)
+  * BSSMAP: add messages for inter-BSC and inter-MSC Handover
+  * Add VTY and CTRL port numbers for OsmoCBC (Cell Broadcast Centre)
+  * CBSP (Cell Broadcast Service Protocol; 3GPP TS 48.049) support
+  * Add Cell Broadcast related definitions from 3GPP TS 23.041
+  * Add MO-FALLBACK-VALUE SGsAP IE
+- Removed 0001-gsm_23_003.h-add-GSM23003_IMEI_NUM_DIGITS_NO_CHK.patch
+  (merged)
+
+-------------------------------------------------------------------

Old:
----
  0001-gsm_23_003.h-add-GSM23003_IMEI_NUM_DIGITS_NO_CHK.patch
  libosmocore-1.0.1.tar.xz

New:
----
  libosmocore-1.3.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libosmocore.spec ++++++
--- /var/tmp/diff_new_pack.QAfhsq/_old  2020-01-17 12:01:18.048500368 +0100
+++ /var/tmp/diff_new_pack.QAfhsq/_new  2020-01-17 12:01:18.052500369 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libosmocore
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,22 @@
 
 
 Name:           libosmocore
-Version:        1.0.1
+Version:        1.3.0
 Release:        0
 Summary:        The Open Source Mobile Communications Core Library
 License:        GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND 
AGPL-3.0-or-later
 Group:          Productivity/Telephony/Utilities
-Url:            https://osmocom.org/projects/libosmocore/wiki/Libosmocore
+URL:            https://osmocom.org/projects/libosmocore/wiki/Libosmocore
 Source:         %name-%version.tar.xz
-Patch0:         0001-gsm_23_003.h-add-GSM23003_IMEI_NUM_DIGITS_NO_CHK.patch
 BuildRequires:  automake >= 1.6
 BuildRequires:  libtool >= 2
+BuildRequires:  lksctp-tools-devel
 BuildRequires:  pkg-config >= 0.20
-BuildRequires:  python2
+BuildRequires:  python3
 BuildRequires:  xz
 BuildRequires:  pkgconfig(gnutls) >= 2.12.0
 BuildRequires:  pkgconfig(libpcsclite)
+BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(talloc) >= 2.0.1
 
 %description
@@ -162,12 +163,12 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libosmoctrl.
 
-%package -n libosmogb6
+%package -n libosmogb9
 Summary:        Osmocom GPRS Gb Interface (NS/BSSGP) library
 License:        AGPL-3.0-or-later
 Group:          System/Libraries
 
-%description -n libosmogb6
+%description -n libosmogb9
 libosmocore is a package with various utility functions that were
 originally developed as part of the OpenBSC project.
 
@@ -178,7 +179,7 @@
 License:        AGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
 Requires:       libosmocore-devel = %version
-Requires:       libosmogb6 = %version
+Requires:       libosmogb9 = %version
 Requires:       libosmogsm-devel = %version
 
 %description -n libosmogb-devel
@@ -187,12 +188,12 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libosmogb.
 
-%package -n libosmogsm11
+%package -n libosmogsm13
 Summary:        Osmocom GSM utility library
 License:        GPL-2.0-or-later AND AGPL-3.0-or-later
 Group:          System/Libraries
 
-%description -n libosmogsm11
+%description -n libosmogsm13
 libosmocore is a package with various utility functions that were
 originally developed as part of the OpenBSC project.
 
@@ -207,7 +208,7 @@
 License:        GPL-2.0-or-later AND AGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
 Requires:       libosmocore-devel = %version
-Requires:       libosmogsm11 = %version
+Requires:       libosmogsm13 = %version
 
 %description -n libosmogsm-devel
 The libosmogsm library in particular is a collection of common code
@@ -271,9 +272,35 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libosmovty.
 
+%package -n libosmousb0
+Summary:        Osmocom USB library
+License:        GPL-2.0-or-later
+Group:          System/Libraries
+
+%description -n libosmousb0
+libosmocore is a package with various utility functions that were
+originally developed as part of the OpenBSC project.
+
+The libosmosub library in particular contains routines for USB device
+access via libusb-1.0, integrated into the libosmocore select event loop.
+
+%package -n libosmousb-devel
+Summary:        Development files for the Osmocom USB library
+License:        GPL-2.0-or-later
+Group:          Development/Libraries/C and C++
+Requires:       libosmocore-devel = %version
+Requires:       libosmousb0 = %version
+Requires:       libusb-1_0-devel
+
+%description -n libosmousb-devel
+The libosmosub library in particular contains routines for USB device
+access via libusb-1.0, integrated into the libosmocore select event loop.
+
+This subpackage contains libraries and header files for developing
+applications that want to make use of libosmousb.
+
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 echo "%version" >.tarball-version
@@ -300,14 +327,16 @@
 %postun -n libosmocore12 -p /sbin/ldconfig
 %post   -n libosmoctrl0 -p /sbin/ldconfig
 %postun -n libosmoctrl0 -p /sbin/ldconfig
-%post   -n libosmogb6 -p /sbin/ldconfig
-%postun -n libosmogb6 -p /sbin/ldconfig
-%post   -n libosmogsm11 -p /sbin/ldconfig
-%postun -n libosmogsm11 -p /sbin/ldconfig
+%post   -n libosmogb9 -p /sbin/ldconfig
+%postun -n libosmogb9 -p /sbin/ldconfig
+%post   -n libosmogsm13 -p /sbin/ldconfig
+%postun -n libosmogsm13 -p /sbin/ldconfig
 %post   -n libosmosim0 -p /sbin/ldconfig
 %postun -n libosmosim0 -p /sbin/ldconfig
 %post   -n libosmovty4 -p /sbin/ldconfig
 %postun -n libosmovty4 -p /sbin/ldconfig
+%post   -n libosmousb0 -p /sbin/ldconfig
+%postun -n libosmousb0 -p /sbin/ldconfig
 
 %files tools
 %_bindir/osmo-*
@@ -341,6 +370,8 @@
 %_includedir/%name/osmocom/core/
 %_libdir/libosmocore.so
 %_libdir/pkgconfig/libosmocore.pc
+%_datadir/aclocal/osmo_ax_code_coverage.m4
+%_datadir/aclocal/osmo_ac_code_coverage.m4
 
 %files -n libosmoctrl0
 %_libdir/libosmoctrl.so.0*
@@ -352,8 +383,8 @@
 %_libdir/libosmoctrl.so
 %_libdir/pkgconfig/libosmoctrl.pc
 
-%files -n libosmogb6
-%_libdir/libosmogb.so.6*
+%files -n libosmogb9
+%_libdir/libosmogb.so.9*
 
 %files -n libosmogb-devel
 %dir %_includedir/%name
@@ -362,8 +393,8 @@
 %_libdir/libosmogb.so
 %_libdir/pkgconfig/libosmogb.pc
 
-%files -n libosmogsm11
-%_libdir/libosmogsm.so.11*
+%files -n libosmogsm13
+%_libdir/libosmogsm.so.13*
 
 %files -n libosmogsm-devel
 %dir %_includedir/%name
@@ -394,4 +425,16 @@
 %_libdir/libosmovty.so
 %_libdir/pkgconfig/libosmovty.pc
 
+%files -n libosmousb0
+%defattr(-,root,root)
+%_libdir/libosmousb.so.0*
+
+%files -n libosmousb-devel
+%defattr(-,root,root)
+%dir %_includedir/%name
+%dir %_includedir/%name/osmocom
+%_includedir/%name/osmocom/usb/
+%_libdir/libosmousb.so
+%_libdir/pkgconfig/libosmousb.pc
+
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.QAfhsq/_old  2020-01-17 12:01:18.092500386 +0100
+++ /var/tmp/diff_new_pack.QAfhsq/_new  2020-01-17 12:01:18.092500386 +0100
@@ -2,8 +2,8 @@
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">git://git.osmocom.org/libosmocore</param>
-               <param name="revision">1.0.1</param>
-               <param name="versionformat">1.0.1</param>
+               <param name="revision">1.3.0</param>
+               <param name="versionformat">1.3.0</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ libosmocore-1.0.1.tar.xz -> libosmocore-1.3.0.tar.xz ++++++
++++ 38189 lines of diff (skipped)


Reply via email to