commit libosmocore for openSUSE:Factory
Hello community, here is the log from the commit of package libosmocore for openSUSE:Factory checked in at 2019-02-01 11:45:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libosmocore (Old) and /work/SRC/openSUSE:Factory/.libosmocore.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libosmocore" Fri Feb 1 11:45:11 2019 rev:19 rq:669502 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libosmocore/libosmocore.changes 2019-01-05 14:41:40.856514738 +0100 +++ /work/SRC/openSUSE:Factory/.libosmocore.new.28833/libosmocore.changes 2019-02-01 11:45:13.856565702 +0100 @@ -1,0 +2,34 @@ +Tue Jan 29 08:53:26 UTC 2019 - mardnh@gmx.de + +- Update to version 1.0.1 + Bugfix release: + * when msgb_wrap_with_TL() was introduced as an inline function + with exactly the same name as in openbsc. With this subsequent + change we make sure the libosmocore function has a different + name and doesn't clash. + +------------------------------------------------------------------- +Sat Jan 19 22:04:36 UTC 2019 - mardnh@gmx.de + +- Update to version 1.0.0 + * GSMTAP: add SIM sub_types + * gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4 + * gsm0808: implement BSSMAP Classmark Request + * logging vty: rewrite 'logging level' vty cmd generation + * logging vty: deprecate the 'everything' keyword + * logging vty: deprecate 'all', introduce 'force-all' + * logging vty: add 'logging level set-all <level>' + * bssgp: introduce flush queue functions + * import oap_client into libosmogsm + * SGsAP protocol definitions (header + C file) + * GSUP/SMS: introduce MO-/MT-FORWARD-SM messages + * GSUP/SMS: introduce READY-FOR-SM message + * GSMTAP: add definitions for new LTE RRC channels + * GSMTAP: add definitions for LTE NAS subtypes + * LCLS, TS 29.205: add GCR routines + * LCLS, TS 48.008: add GCR IE encoding/decoding + * GSUP: add CHECK-IMEI message + * vty: Make TCP port configurable and introduce + telnet_init_default + +------------------------------------------------------------------- Old: ---- libosmocore-0.13~git149.tar.xz New: ---- libosmocore-1.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libosmocore.spec ++++++ --- /var/tmp/diff_new_pack.ws2fO3/_old 2019-02-01 11:45:14.528565012 +0100 +++ /var/tmp/diff_new_pack.ws2fO3/_new 2019-02-01 11:45:14.528565012 +0100 @@ -1,7 +1,7 @@ # # spec file for package libosmocore # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,26 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define version_unconverted 0.13~git149 +%define version_unconverted 1.0.0 Name: libosmocore -Version: 0.13~git149 +Version: 1.0.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 - Source: %name-%version.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2 BuildRequires: pkg-config >= 0.20 -BuildRequires: python +BuildRequires: python2 BuildRequires: xz BuildRequires: pkgconfig(gnutls) >= 2.12.0 BuildRequires: pkgconfig(libpcsclite) @@ -113,13 +111,13 @@ This subpackage contains libraries and header files for developing applications that want to make use of libosmocoding. -%package -n libosmocore11 +%package -n libosmocore12 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 libosmocore11 +%description -n libosmocore12 libosmocore is a library with various utility functions shared between OpenBSC and OsmocomBB. @@ -128,7 +126,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: libosmocore11 = %version +Requires: libosmocore12 = %version Requires: libtalloc-devel %description -n libosmocore-devel @@ -190,12 +188,12 @@ This subpackage contains libraries and header files for developing applications that want to make use of libosmogb. -%package -n libosmogsm10 +%package -n libosmogsm11 Summary: Osmocom GSM utility library License: GPL-2.0-or-later AND AGPL-3.0-or-later Group: System/Libraries -%description -n libosmogsm10 +%description -n libosmogsm11 libosmocore is a package with various utility functions that were originally developed as part of the OpenBSC project. @@ -210,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: libosmogsm10 = %version +Requires: libosmogsm11 = %version %description -n libosmogsm-devel The libosmogsm library in particular is a collection of common code @@ -280,9 +278,11 @@ %build echo "%version" >.tarball-version autoreconf -fiv -%configure --enable-shared --disable-static \ +%configure \ + --enable-shared \ + --disable-static \ --includedir="%_includedir/%name" -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %install b="%buildroot" @@ -296,29 +296,26 @@ %postun -n libosmocodec0 -p /sbin/ldconfig %post -n libosmocoding0 -p /sbin/ldconfig %postun -n libosmocoding0 -p /sbin/ldconfig -%post -n libosmocore11 -p /sbin/ldconfig -%postun -n libosmocore11 -p /sbin/ldconfig +%post -n libosmocore12 -p /sbin/ldconfig +%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 libosmogsm10 -p /sbin/ldconfig -%postun -n libosmogsm10 -p /sbin/ldconfig +%post -n libosmogsm11 -p /sbin/ldconfig +%postun -n libosmogsm11 -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 %files tools -%defattr(-,root,root) %_bindir/osmo-* %files -n libosmocodec0 -%defattr(-,root,root) %_libdir/libosmocodec.so.0* %files -n libosmocodec-devel -%defattr(-,root,root) %dir %_includedir/%name %dir %_includedir/%name/osmocom %_includedir/%name/osmocom/codec/ @@ -326,23 +323,19 @@ %_libdir/pkgconfig/libosmocodec.pc %files -n libosmocoding0 -%defattr(-,root,root) %_libdir/libosmocoding.so.0* %files -n libosmocoding-devel -%defattr(-,root,root) %dir %_includedir/%name %dir %_includedir/%name/osmocom %_includedir/%name/osmocom/coding/ %_libdir/libosmocoding.so %_libdir/pkgconfig/libosmocoding.pc -%files -n libosmocore11 -%defattr(-,root,root) -%_libdir/libosmocore.so.11* +%files -n libosmocore12 +%_libdir/libosmocore.so.12* %files -n libosmocore-devel -%defattr(-,root,root) %dir %_includedir/%name %dir %_includedir/%name/osmocom %_includedir/%name/osmocom/core/ @@ -350,11 +343,9 @@ %_libdir/pkgconfig/libosmocore.pc %files -n libosmoctrl0 -%defattr(-,root,root) %_libdir/libosmoctrl.so.0* %files -n libosmoctrl-devel -%defattr(-,root,root) %dir %_includedir/%name %dir %_includedir/%name/osmocom %_includedir/%name/osmocom/ctrl/ @@ -362,23 +353,19 @@ %_libdir/pkgconfig/libosmoctrl.pc %files -n libosmogb6 -%defattr(-,root,root) %_libdir/libosmogb.so.6* %files -n libosmogb-devel -%defattr(-,root,root) %dir %_includedir/%name %dir %_includedir/%name/osmocom %_includedir/%name/osmocom/gprs/ %_libdir/libosmogb.so %_libdir/pkgconfig/libosmogb.pc -%files -n libosmogsm10 -%defattr(-,root,root) -%_libdir/libosmogsm.so.10* +%files -n libosmogsm11 +%_libdir/libosmogsm.so.11* %files -n libosmogsm-devel -%defattr(-,root,root) %dir %_includedir/%name %dir %_includedir/%name/osmocom %_includedir/%name/osmocom/gsm/ @@ -387,11 +374,9 @@ %_libdir/pkgconfig/libosmogsm.pc %files -n libosmosim0 -%defattr(-,root,root) %_libdir/libosmosim.so.0* %files -n libosmosim-devel -%defattr(-,root,root) %dir %_includedir/%name %dir %_includedir/%name/osmocom/ %_includedir/%name/osmocom/sim/ @@ -399,11 +384,9 @@ %_libdir/pkgconfig/libosmosim.pc %files -n libosmovty4 -%defattr(-,root,root) %_libdir/libosmovty.so.4* %files -n libosmovty-devel -%defattr(-,root,root) %dir %_includedir/%name %dir %_includedir/%name/osmocom %_includedir/%name/osmocom/vty/ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ws2fO3/_old 2019-02-01 11:45:14.564564975 +0100 +++ /var/tmp/diff_new_pack.ws2fO3/_new 2019-02-01 11:45:14.564564975 +0100 @@ -3,8 +3,8 @@ <param name="scm">git</param> <param name="url">git://git.osmocom.org/libosmocore</param> <param name="revision">master</param> - <param name="parent-tag">0.12.0</param> - <param name="versionformat">0.13~git@TAG_OFFSET@</param> + <param name="parent-tag">1.0.0</param> + <param name="versionformat">1.0.0</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ libosmocore-0.13~git149.tar.xz -> libosmocore-1.0.0.tar.xz ++++++ ++++ 8490 lines of diff (skipped)
participants (1)
-
root