Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libosmocore for openSUSE:Factory 
checked in at 2022-08-03 21:17:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libosmocore (Old)
 and      /work/SRC/openSUSE:Factory/.libosmocore.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libosmocore"

Wed Aug  3 21:17:08 2022 rev:29 rq:992618 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libosmocore/libosmocore.changes  2021-11-20 
02:40:48.284450597 +0100
+++ /work/SRC/openSUSE:Factory/.libosmocore.new.1533/libosmocore.changes        
2022-08-03 21:17:25.955557745 +0200
@@ -1,0 +2,12 @@
+Wed Aug  3 14:37:04 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 1.7.0
+  * Introduce CRC and FSM for IuUP (user plane) as used in 3G RTP
+    data
+  * VTY: implement 'no log gsmtap [HOSTNAME]' command
+  * iuup: Fix decoding of 1byte-length subflow size fields
+  * iuup: Submit RNL-STATUS-Initialization.ind upon rx of Init
+  * BSSAP: HO Request Ack: add missing Codec List (BSS Supported)
+  * APDU parsing support for GlobalPlatform
+
+-------------------------------------------------------------------

Old:
----
  1.6.0.tar.gz

New:
----
  1.7.0.tar.gz

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

Other differences:
------------------
++++++ libosmocore.spec ++++++
--- /var/tmp/diff_new_pack.pb01la/_old  2022-08-03 21:17:26.555559319 +0200
+++ /var/tmp/diff_new_pack.pb01la/_new  2022-08-03 21:17:26.563559340 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libosmocore
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           libosmocore
-Version:        1.6.0
+Version:        1.7.0
 Release:        0
 Summary:        The Open Source Mobile Communications Core Library
 License:        AGPL-3.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND 
LGPL-2.1-or-later
@@ -33,6 +33,7 @@
 BuildRequires:  pkgconfig(gnutls) >= 2.12.0
 BuildRequires:  pkgconfig(libmnl)
 BuildRequires:  pkgconfig(libpcsclite)
+BuildRequires:  pkgconfig(libsctp)
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(talloc) >= 2.1.0
 
@@ -112,13 +113,13 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libosmocoding.
 
-%package -n libosmocore18
+%package -n libosmocore19
 Summary:        Osmocom core library
 # crc16.c has GPL2-only clauses, the rest (*.c) is GPL-2.0+
 License:        GPL-2.0-only AND GPL-2.0-or-later
 Group:          System/Libraries
 
-%description -n libosmocore18
+%description -n libosmocore19
 libosmocore is a library with various utility functions shared
 between OpenBSC and OsmocomBB.
 
@@ -127,7 +128,7 @@
 # crc16.h has GPL2-only clauses, the rest (*.h) is GPL-2.0+
 License:        GPL-2.0-only AND GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Requires:       libosmocore18 = %version
+Requires:       libosmocore19 = %version
 Requires:       libtalloc-devel
 
 %description -n libosmocore-devel
@@ -164,12 +165,12 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libosmoctrl.
 
-%package -n libosmogb12
+%package -n libosmogb14
 Summary:        Osmocom GPRS Gb Interface (NS/BSSGP) library
 License:        AGPL-3.0-or-later
 Group:          System/Libraries
 
-%description -n libosmogb12
+%description -n libosmogb14
 libosmocore is a package with various utility functions that were
 originally developed as part of the OpenBSC project.
 
@@ -180,7 +181,7 @@
 License:        AGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
 Requires:       libosmocore-devel = %version
-Requires:       libosmogb12 = %version
+Requires:       libosmogb14 = %version
 Requires:       libosmogsm-devel = %version
 
 %description -n libosmogb-devel
@@ -189,18 +190,18 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libosmogb.
 
-%package -n libosmogsm17
+%package -n libosmogsm18
 Summary:        Osmocom GSM utility library
 License:        AGPL-3.0-or-later AND GPL-2.0-or-later
 Group:          System/Libraries
 
-%description -n libosmogsm17
+%description -n libosmogsm18
 libosmocore is a package with various utility functions that were
 originally developed as part of the OpenBSC project.
 
 The libosmogsm library in particular is a collection of common code
 used in various GSM related sub-projects inside the Osmocom family of
-projects. It includes A5/1 and A5/2 ciphers, COMP128v1, a LAPDm
+projects. It includes A5/1 and A5/2 ciphers, COMP148v1, a LAPDm
 implementation, a GSM TLV parser, SMS utility routines as well as
 protocol definitions for a series of protocols.
 
@@ -209,12 +210,12 @@
 License:        AGPL-3.0-or-later AND GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
 Requires:       libosmocore-devel = %version
-Requires:       libosmogsm17 = %version
+Requires:       libosmogsm18 = %version
 
 %description -n libosmogsm-devel
 The libosmogsm library in particular is a collection of common code
 used in various GSM related sub-projects inside the Osmocom family of
-projects. It includes A5/1 and A5/2 ciphers, COMP128v1, a LAPDm
+projects. It includes A5/1 and A5/2 ciphers, COMP148v1, a LAPDm
 implementation, a GSM TLV parser, SMS utility routines as well as
 protocol definitions for a series of protocols.
 
@@ -323,14 +324,14 @@
 %postun -n libosmocodec0 -p /sbin/ldconfig
 %post   -n libosmocoding0 -p /sbin/ldconfig
 %postun -n libosmocoding0 -p /sbin/ldconfig
-%post   -n libosmocore18 -p /sbin/ldconfig
-%postun -n libosmocore18 -p /sbin/ldconfig
+%post   -n libosmocore19 -p /sbin/ldconfig
+%postun -n libosmocore19 -p /sbin/ldconfig
 %post   -n libosmoctrl0 -p /sbin/ldconfig
 %postun -n libosmoctrl0 -p /sbin/ldconfig
-%post   -n libosmogb12 -p /sbin/ldconfig
-%postun -n libosmogb12 -p /sbin/ldconfig
-%post   -n libosmogsm17 -p /sbin/ldconfig
-%postun -n libosmogsm17 -p /sbin/ldconfig
+%post   -n libosmogb14 -p /sbin/ldconfig
+%postun -n libosmogb14 -p /sbin/ldconfig
+%post   -n libosmogsm18 -p /sbin/ldconfig
+%postun -n libosmogsm18 -p /sbin/ldconfig
 %post   -n libosmosim2 -p /sbin/ldconfig
 %postun -n libosmosim2 -p /sbin/ldconfig
 %post   -n libosmousb0 -p /sbin/ldconfig
@@ -342,7 +343,7 @@
 %_bindir/osmo-*
 
 %files -n libosmocodec0
-%_libdir/libosmocodec.so.0*
+%_libdir/libosmocodec.so.*
 
 %files -n libosmocodec-devel
 %dir %_includedir/%name/
@@ -352,7 +353,7 @@
 %_libdir/pkgconfig/libosmocodec.pc
 
 %files -n libosmocoding0
-%_libdir/libosmocoding.so.0*
+%_libdir/libosmocoding.so.*
 
 %files -n libosmocoding-devel
 %dir %_includedir/%name/
@@ -361,8 +362,8 @@
 %_libdir/libosmocoding.so
 %_libdir/pkgconfig/libosmocoding.pc
 
-%files -n libosmocore18
-%_libdir/libosmocore.so.18*
+%files -n libosmocore19
+%_libdir/libosmocore.so.*
 
 %files -n libosmocore-devel
 %dir %_includedir/%name/
@@ -374,7 +375,7 @@
 %_datadir/aclocal/osmo_ac_code_coverage.m4
 
 %files -n libosmoctrl0
-%_libdir/libosmoctrl.so.0*
+%_libdir/libosmoctrl.so.*
 
 %files -n libosmoctrl-devel
 %dir %_includedir/%name/
@@ -383,8 +384,8 @@
 %_libdir/libosmoctrl.so
 %_libdir/pkgconfig/libosmoctrl.pc
 
-%files -n libosmogb12
-%_libdir/libosmogb.so.12*
+%files -n libosmogb14
+%_libdir/libosmogb.so.*
 
 %files -n libosmogb-devel
 %dir %_includedir/%name/
@@ -393,8 +394,8 @@
 %_libdir/libosmogb.so
 %_libdir/pkgconfig/libosmogb.pc
 
-%files -n libosmogsm17
-%_libdir/libosmogsm.so.17*
+%files -n libosmogsm18
+%_libdir/libosmogsm.so.*
 
 %files -n libosmogsm-devel
 %dir %_includedir/%name/
@@ -405,7 +406,7 @@
 %_libdir/pkgconfig/libosmogsm.pc
 
 %files -n libosmosim2
-%_libdir/libosmosim.so.2*
+%_libdir/libosmosim.so.*
 
 %files -n libosmosim-devel
 %dir %_includedir/%name/
@@ -415,7 +416,7 @@
 %_libdir/pkgconfig/libosmosim.pc
 
 %files -n libosmousb0
-%_libdir/libosmousb.so.0*
+%_libdir/libosmousb.so.*
 
 %files -n libosmousb-devel
 %dir %_includedir/%name/
@@ -425,7 +426,7 @@
 %_libdir/pkgconfig/libosmousb.pc
 
 %files -n libosmovty9
-%_libdir/libosmovty.so.9*
+%_libdir/libosmovty.so.*
 
 %files -n libosmovty-devel
 %dir %_includedir/%name/

++++++ 1.6.0.tar.gz -> 1.7.0.tar.gz ++++++
++++ 14287 lines of diff (skipped)

Reply via email to