Hello community, here is the log from the commit of package osmo-ggsn for openSUSE:Factory checked in at 2019-08-22 10:50:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osmo-ggsn (Old) and /work/SRC/openSUSE:Factory/.osmo-ggsn.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osmo-ggsn" Thu Aug 22 10:50:07 2019 rev:4 rq:723416 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/osmo-ggsn/osmo-ggsn.changes 2019-02-28 21:42:33.105546922 +0100 +++ /work/SRC/openSUSE:Factory/.osmo-ggsn.new.22127/osmo-ggsn.changes 2019-08-22 10:50:08.733717817 +0200 @@ -1,0 +2,16 @@ +Wed Aug 14 17:16:25 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to new upstream release 1.4.0 + * ggsn: Add minimalistic PAP support + * ggsn: More logging from PCO handling (e.g. in case of malconfiguration) + * osmo-ggsn: fix VTY command for getting PDP contexts by APN + * osmo-ggsn: add VTY command to show PDP context by IPv4 + * gtp: Introduce new pdp APIs (and deprecate old ones) to support multiple GSN + +------------------------------------------------------------------- +Sat Jul 27 20:03:48 UTC 2019 - Martin Hauke <[email protected]> + +- Disable LTO for now since it breaks compilation of the tests + See: https://osmocom.org/issues/4114 + +------------------------------------------------------------------- Old: ---- osmo-ggsn-1.3.0.tar.xz New: ---- osmo-ggsn-1.4.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osmo-ggsn.spec ++++++ --- /var/tmp/diff_new_pack.97w7EC/_old 2019-08-22 10:50:10.377717596 +0200 +++ /var/tmp/diff_new_pack.97w7EC/_new 2019-08-22 10:50:10.413717591 +0200 @@ -16,9 +16,11 @@ # +%define _lto_cflags %nil + Name: osmo-ggsn -%define lname libgtp4 -Version: 1.3.0 +%define lname libgtp5 +Version: 1.4.0 Release: 0 Summary: GPRS Support Node License: GPL-2.0-only AND LGPL-2.1-or-later @@ -32,12 +34,11 @@ BuildRequires: xz BuildRequires: pkgconfig(libgtpnl) >= 1.2.0 BuildRequires: pkgconfig(libmnl) >= 1.0.3 -BuildRequires: pkgconfig(libosmocore) >= 0.11.0 -BuildRequires: pkgconfig(libosmoctrl) >= 0.11.0 +BuildRequires: pkgconfig(libosmocore) >= 1.1.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.1.0 BuildRequires: pkgconfig(libosmogsm) -BuildRequires: pkgconfig(libosmovty) >= 0.11.0 +BuildRequires: pkgconfig(libosmovty) >= 1.1.0 Obsoletes: openggsn -%{?systemd_requires} %description Osmo-GGSN is a C-language implementation of a GGSN (Gateway GPRS @@ -77,7 +78,7 @@ %install b="%buildroot" %make_install -find $b -type f -name "*.la" -delete -print +find "$b" -type f -name "*.la" -delete -print install -d "$b/%_sbindir" ln -s "%_sbindir/service" "$b/%_sbindir/rc%name" install -d "$b/%_sysconfdir/osmocom" @@ -115,7 +116,7 @@ %config(noreplace) %_sysconfdir/osmocom/sgsnemu.conf %files -n %lname -%_libdir/libgtp.so.4* +%_libdir/libgtp.so.5* %files -n libgtp-devel %_includedir/%name/ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.97w7EC/_old 2019-08-22 10:50:10.789717540 +0200 +++ /var/tmp/diff_new_pack.97w7EC/_new 2019-08-22 10:50:10.805717539 +0200 @@ -2,8 +2,8 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">git://git.osmocom.org/osmo-ggsn</param> - <param name="revision">1.3.0</param> - <param name="versionformat">1.3.0</param> + <param name="revision">1.4.0</param> + <param name="versionformat">1.4.0</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ osmo-ggsn-1.3.0.tar.xz -> osmo-ggsn-1.4.0.tar.xz ++++++ ++++ 9724 lines of diff (skipped)
