Hello community,

here is the log from the commit of package osmo-sgsn for openSUSE:Factory 
checked in at 2020-08-12 10:36:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osmo-sgsn (Old)
 and      /work/SRC/openSUSE:Factory/.osmo-sgsn.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osmo-sgsn"

Wed Aug 12 10:36:20 2020 rev:5 rq:825844 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/osmo-sgsn/osmo-sgsn.changes      2020-06-18 
10:30:43.381312909 +0200
+++ /work/SRC/openSUSE:Factory/.osmo-sgsn.new.3399/osmo-sgsn.changes    
2020-08-12 10:38:36.696354212 +0200
@@ -1,0 +2,8 @@
+Sat Aug  1 14:28:13 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to new upstream release 1.6.1
+  * gtphub_test: Fix compilation with gcc-10
+- Remove not longer needed patch:
+  * 0001-gtphub_test-Fix-compilation-with-gcc-10.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-gtphub_test-Fix-compilation-with-gcc-10.patch
  osmo-sgsn-1.6.0.tar.xz

New:
----
  osmo-sgsn-1.6.1.tar.xz

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

Other differences:
------------------
++++++ osmo-sgsn.spec ++++++
--- /var/tmp/diff_new_pack.3eCPsv/_old  2020-08-12 10:38:38.348355031 +0200
+++ /var/tmp/diff_new_pack.3eCPsv/_new  2020-08-12 10:38:38.352355033 +0200
@@ -21,14 +21,13 @@
 
 %define with_iu 1
 Name:           osmo-sgsn
-Version:        1.6.0
+Version:        1.6.1
 Release:        0
 Summary:        Osmocom's SGSN for 2G and 3G packet-switched mobile networks
 License:        AGPL-3.0-or-later AND GPL-2.0-or-later
 Group:          Productivity/Telephony/Servers
 URL:            https://osmocom.org/projects/osmosgsn/wiki/OsmoSGSN
 Source:         %{name}-%{version}.tar.xz
-Patch0:         0001-gtphub_test-Fix-compilation-with-gcc-10.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -73,7 +72,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 echo "%{version}" >.tarball-version

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3eCPsv/_old  2020-08-12 10:38:38.396355055 +0200
+++ /var/tmp/diff_new_pack.3eCPsv/_new  2020-08-12 10:38:38.396355055 +0200
@@ -2,8 +2,8 @@
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">git://git.osmocom.org/osmo-sgsn</param>
-               <param name="revision">1.6.0</param>
-               <param name="versionformat">1.6.0</param>
+               <param name="revision">1.6.1</param>
+               <param name="versionformat">1.6.1</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ osmo-sgsn-1.6.0.tar.xz -> osmo-sgsn-1.6.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-sgsn-1.6.0/debian/changelog 
new/osmo-sgsn-1.6.1/debian/changelog
--- old/osmo-sgsn-1.6.0/debian/changelog        2020-01-03 19:17:56.000000000 
+0100
+++ new/osmo-sgsn-1.6.1/debian/changelog        2020-07-26 14:15:19.000000000 
+0200
@@ -1,3 +1,9 @@
+osmo-sgsn (1.6.1) unstable; urgency=medium
+
+  * gtphub_test: Fix compilation with gcc-10
+
+ -- Harald Welte <[email protected]>  Sun, 26 Jul 2020 14:15:18 +0200
+
 osmo-sgsn (1.6.0) unstable; urgency=medium
 
   [ Pau Espin Pedrol ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osmo-sgsn-1.6.0/tests/gtphub/gtphub_test.c 
new/osmo-sgsn-1.6.1/tests/gtphub/gtphub_test.c
--- old/osmo-sgsn-1.6.0/tests/gtphub/gtphub_test.c      2020-01-03 
19:17:56.000000000 +0100
+++ new/osmo-sgsn-1.6.1/tests/gtphub/gtphub_test.c      2020-07-26 
14:15:19.000000000 +0200
@@ -54,7 +54,7 @@
 void gtphub_init(struct gtphub *hub);
 void gtphub_free(struct gtphub *hub);
 
-void *osmo_gtphub_ctx;
+extern void *osmo_gtphub_ctx;
 
 static void nr_mapping_free(struct expiring_item *e)
 {


Reply via email to