Hello community,

here is the log from the commit of package libosmo-sccp for openSUSE:Factory 
checked in at 2020-08-02 12:20:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libosmo-sccp (Old)
 and      /work/SRC/openSUSE:Factory/.libosmo-sccp.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libosmo-sccp"

Sun Aug  2 12:20:23 2020 rev:13 rq:823901 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libosmo-sccp/libosmo-sccp.changes        
2020-06-07 21:38:45.749534577 +0200
+++ /work/SRC/openSUSE:Factory/.libosmo-sccp.new.3592/libosmo-sccp.changes      
2020-08-02 12:21:07.475410071 +0200
@@ -1,0 +2,6 @@
+Sat Aug  1 14:07:01 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.2.1
+  * sccp_internal.h: fix compilation with gcc-10
+
+-------------------------------------------------------------------

Old:
----
  libosmo-sccp-1.2.0.tar.xz

New:
----
  libosmo-sccp-1.2.1.tar.xz

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

Other differences:
------------------
++++++ libosmo-sccp.spec ++++++
--- /var/tmp/diff_new_pack.C0Kbzw/_old  2020-08-02 12:21:09.007411709 +0200
+++ /var/tmp/diff_new_pack.C0Kbzw/_new  2020-08-02 12:21:09.011411714 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libosmo-sccp
-Version:        1.2.0
+Version:        1.2.1
 Release:        0
 %define libversion %(echo "%version" | sed 's/\\./_/g')
 Summary:        Osmocom library for the A-bis interface between BTS and BSC

++++++ _service ++++++
--- /var/tmp/diff_new_pack.C0Kbzw/_old  2020-08-02 12:21:09.039411744 +0200
+++ /var/tmp/diff_new_pack.C0Kbzw/_new  2020-08-02 12:21:09.039411744 +0200
@@ -2,8 +2,8 @@
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">git://git.osmocom.org/libosmo-sccp</param>
-               <param name="revision">1.2.0</param>
-               <param name="versionformat">1.2.0</param>
+               <param name="revision">1.2.1</param>
+               <param name="versionformat">1.2.1</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ libosmo-sccp-1.2.0.tar.xz -> libosmo-sccp-1.2.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libosmo-sccp-1.2.0/debian/changelog 
new/libosmo-sccp-1.2.1/debian/changelog
--- old/libosmo-sccp-1.2.0/debian/changelog     2020-01-02 21:24:11.000000000 
+0100
+++ new/libosmo-sccp-1.2.1/debian/changelog     2020-07-26 11:05:26.000000000 
+0200
@@ -1,3 +1,9 @@
+libosmo-sccp (1.2.1) unstable; urgency=medium
+
+  * sccp_internal.h: fix compilation with gcc-10
+
+ -- Harald Welte <lafo...@osmocom.org>  Sun, 26 Jul 2020 11:05:25 +0200
+
 libosmo-sccp (1.2.0) unstable; urgency=medium
 
   [ Kira Obrezkova ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libosmo-sccp-1.2.0/src/sccp_internal.h 
new/libosmo-sccp-1.2.1/src/sccp_internal.h
--- old/libosmo-sccp-1.2.0/src/sccp_internal.h  2020-01-02 21:24:11.000000000 
+0100
+++ new/libosmo-sccp-1.2.1/src/sccp_internal.h  2020-07-26 11:05:26.000000000 
+0200
@@ -120,7 +120,7 @@
 
 struct msgb *sccp_msgb_alloc(const char *name);
 
-struct osmo_fsm sccp_scoc_fsm;
+extern struct osmo_fsm sccp_scoc_fsm;
 
 void sccp_scoc_show_connections(struct vty *vty, struct osmo_sccp_instance 
*inst);
 


Reply via email to