Hello community, here is the log from the commit of package openbsc for openSUSE:Leap:15.2 checked in at 2020-01-17 12:00:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/openbsc (Old) and /work/SRC/openSUSE:Leap:15.2/.openbsc.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openbsc" Fri Jan 17 12:00:39 2020 rev:3 rq:763614 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/openbsc/openbsc.changes 2020-01-15 15:36:46.519000386 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.openbsc.new.26092/openbsc.changes 2020-01-17 12:00:40.240483722 +0100 @@ -1,0 +2,25 @@ +Sun Jan 5 11:00:12 UTC 2020 - Martin Hauke <[email protected]> + +- Update to new upstream release 1.3.2 + * osmoappdesc.py, tests, ipa.py: switch to python 3 + +------------------------------------------------------------------- +Wed Aug 14 17:13:09 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to new upstream release 1.3.1 + * Don't deliver alert notifications to an ESME that is not yet bound. + * Write configuration correctly from vty (alert notifications) + * nat: Fix crash (double-free) in forward_sccp_to_msc + +------------------------------------------------------------------- +Sat Jul 27 19:42:16 UTC 2019 - Martin Hauke <[email protected]> + +- Disable LTO for now since it breaks compilation of the tests + See: https://osmocom.org/issues/4112 + +------------------------------------------------------------------- +Wed Mar 6 10:38:33 UTC 2019 - Martin Hauke <[email protected]> + +- Add conflicts to osmo-bsc-bs11-utils + +------------------------------------------------------------------- Old: ---- openbsc-1.2.0.tar.xz New: ---- openbsc-1.3.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openbsc.spec ++++++ --- /var/tmp/diff_new_pack.bPvUB2/_old 2020-01-17 12:00:40.612483885 +0100 +++ /var/tmp/diff_new_pack.bPvUB2/_new 2020-01-17 12:00:40.616483887 +0100 @@ -1,7 +1,7 @@ # # spec file for package openbsc # -# Copyright (c) 2017 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 @@ -12,11 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + +%define _lto_cflags %nil + Name: openbsc -Version: 1.2.0 +Version: 1.3.2 Release: 0 Summary: Base station controller for a GSM stack License: AGPL-3.0-or-later AND GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later @@ -29,9 +32,9 @@ BuildRequires: libpcap-devel BuildRequires: libtool BuildRequires: pkgconfig >= 0.20 -BuildRequires: python +BuildRequires: python3 +BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(dbi) -BuildRequires: pkgconfig(libasn1c) BuildRequires: pkgconfig(libcares) BuildRequires: pkgconfig(libcrypto) >= 0.9.5 BuildRequires: pkgconfig(libosmo-netif) >= 0.4.0 @@ -44,8 +47,8 @@ BuildRequires: pkgconfig(libsmpp34) >= 1.13.0 BuildRequires: pkgconfig(sqlite3) Requires: libdbi-drivers-dbd-sqlite3 -Provides: osmocom-nitb Provides: osmocom-bsc-sccplite +Provides: osmocom-nitb %description An implementation of the minimal subset of the major backend @@ -62,6 +65,7 @@ Summary: Command line utilities for Siemens BS-11 BTS License: GPL-2.0-or-later Group: Productivity/Telephony/Utilities +Conflicts: osmo-bsc-bs11-utils %description bs11-utils There is a tool in this package for configuring the Siemens BS-11 BTS. @@ -110,7 +114,7 @@ %check pushd openbsc/ -make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) +make %{?_smp_mflags} check || find . -name testsuite.log -exec cat {} + popd %pre ++++++ _service ++++++ --- /var/tmp/diff_new_pack.bPvUB2/_old 2020-01-17 12:00:40.636483895 +0100 +++ /var/tmp/diff_new_pack.bPvUB2/_new 2020-01-17 12:00:40.636483895 +0100 @@ -2,8 +2,8 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">git://git.osmocom.org/openbsc</param> - <param name="revision">1.2.0</param> - <param name="versionformat">1.2.0</param> + <param name="revision">1.3.2</param> + <param name="versionformat">1.3.2</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ openbsc-1.2.0.tar.xz -> openbsc-1.3.2.tar.xz ++++++ ++++ 17854 lines of diff (skipped)
