Hello community,

here is the log from the commit of package osmo-ggsn for openSUSE:Factory 
checked in at 2019-02-28 21:42:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osmo-ggsn (Old)
 and      /work/SRC/openSUSE:Factory/.osmo-ggsn.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osmo-ggsn"

Thu Feb 28 21:42:30 2019 rev:3 rq:678106 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/osmo-ggsn/osmo-ggsn.changes      2019-01-05 
14:41:51.928505338 +0100
+++ /work/SRC/openSUSE:Factory/.osmo-ggsn.new.28833/osmo-ggsn.changes   
2019-02-28 21:42:33.105546922 +0100
@@ -1,0 +2,13 @@
+Tue Feb  5 21:33:10 UTC 2019 - [email protected]
+
+- Update to new upstream release 1.3.0
+  * ggsn: ctrl iface: listen on IP configured by VTY
+  * gtp: Allow recv DEL CTX REQ in sgsn and DEL CTX RSP in ggsn
+  * gtp: Log ignore CTX DEL REQ due to no teardown and only 1
+    ctxactive
+  * gtp: Add new API to avoid freeing pdp contexts during
+    DEL CTX REQ
+  * fix support for multiple IPCP in PDP protocol configuration
+    options
+
+-------------------------------------------------------------------

Old:
----
  osmo-ggsn-1.2.2.tar.xz

New:
----
  osmo-ggsn-1.3.0.tar.xz

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

Other differences:
------------------
++++++ osmo-ggsn.spec ++++++
--- /var/tmp/diff_new_pack.x0QUJu/_old  2019-02-28 21:42:33.585546717 +0100
+++ /var/tmp/diff_new_pack.x0QUJu/_new  2019-02-28 21:42:33.589546715 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package osmo-ggsn
 #
-# 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
@@ -17,8 +17,8 @@
 
 
 Name:           osmo-ggsn
-%define lname  libgtp3
-Version:        1.2.2
+%define lname   libgtp4
+Version:        1.3.0
 Release:        0
 Summary:        GPRS Support Node
 License:        GPL-2.0-only AND LGPL-2.1-or-later
@@ -71,14 +71,13 @@
 echo "%version" >.tarball-version
 autoreconf -fi
 %configure --disable-static --docdir="%_docdir/%name" \
-       --includedir="%_includedir/%name"
+    --includedir="%_includedir/%name" --with-systemdsystemunitdir="%_unitdir"
 make %{?_smp_mflags} V=1
 
 %install
 b="%buildroot"
 %make_install
 find $b -type f -name "*.la" -delete -print
-install -D -m 0644 contrib/osmo-ggsn.service "$b/%_unitdir/%name.service"
 install -d "$b/%_sbindir"
 ln -s "%_sbindir/service" "$b/%_sbindir/rc%name"
 install -d "$b/%_sysconfdir/osmocom"
@@ -101,11 +100,12 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files
-%doc AUTHORS COPYING README.md
+%license COPYING
+%doc AUTHORS README.md
 %_sbindir/osmo-ggsn
 %_sbindir/sgsnemu
-%_mandir/man8/osmo-ggsn.8%ext_man
-%_mandir/man8/sgsnemu.8%ext_man
+%_mandir/man8/osmo-ggsn.8*
+%_mandir/man8/sgsnemu.8*
 %_unitdir/%name.service
 %_sbindir/rc%name
 %dir %_docdir/%name/examples
@@ -115,7 +115,7 @@
 %config(noreplace) %_sysconfdir/osmocom/sgsnemu.conf
 
 %files -n %lname
-%_libdir/libgtp.so.3*
+%_libdir/libgtp.so.4*
 
 %files -n libgtp-devel
 %_includedir/%name/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.x0QUJu/_old  2019-02-28 21:42:33.621546701 +0100
+++ /var/tmp/diff_new_pack.x0QUJu/_new  2019-02-28 21:42:33.625546700 +0100
@@ -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.2.2</param>
-               <param name="versionformat">1.2.2</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>

++++++ osmo-ggsn-1.2.2.tar.xz -> osmo-ggsn-1.3.0.tar.xz ++++++
++++ 3428 lines of diff (skipped)


Reply via email to