Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libosmo-netif for openSUSE:Factory 
checked in at 2022-08-04 13:23:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libosmo-netif (Old)
 and      /work/SRC/openSUSE:Factory/.libosmo-netif.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libosmo-netif"

Thu Aug  4 13:23:30 2022 rev:11 rq:992629 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libosmo-netif/libosmo-netif.changes      
2021-03-15 10:56:10.737335515 +0100
+++ /work/SRC/openSUSE:Factory/.libosmo-netif.new.1521/libosmo-netif.changes    
2022-08-04 13:23:49.268559545 +0200
@@ -1,0 +2,8 @@
+Wed Aug  3 15:52:24 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Update to release 1.2.0
+  * stream: Add support for AF_UNIX sockets
+  * Introduce osmo_prim_srv APIs
+  * prim: Add internal CTL SAPI to negotiate SAP versions
+
+-------------------------------------------------------------------

Old:
----
  1.1.0.tar.gz

New:
----
  1.2.0.tar.gz

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

Other differences:
------------------
++++++ libosmo-netif.spec ++++++
--- /var/tmp/diff_new_pack.J45Bli/_old  2022-08-04 13:23:49.832561145 +0200
+++ /var/tmp/diff_new_pack.J45Bli/_new  2022-08-04 13:23:49.836561156 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libosmo-netif
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           libosmo-netif
-Version:        1.1.0
+Version:        1.2.0
 Release:        0
 Summary:        Osmocom library for muxed audio
 License:        GPL-2.0-or-later
@@ -30,8 +30,8 @@
 BuildRequires:  libtool >= 2
 BuildRequires:  lksctp-tools-devel
 BuildRequires:  pkg-config >= 0.20
-BuildRequires:  pkgconfig(libosmocore) >= 1.5.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.5.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.7.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.7.0
 BuildRequires:  pkgconfig(talloc)
 
 %description
@@ -84,7 +84,7 @@
 %postun -n libosmonetif8 -p /sbin/ldconfig
 
 %files -n libosmonetif8
-%_libdir/libosmonetif.so.8*
+%_libdir/libosmonetif.so.*
 
 %files -n libosmonetif-devel
 %license COPYING

++++++ 1.1.0.tar.gz -> 1.2.0.tar.gz ++++++
++++ 1904 lines of diff (skipped)

++++++ osmo-talloc.diff ++++++
--- /var/tmp/diff_new_pack.J45Bli/_old  2022-08-04 13:23:49.940561451 +0200
+++ /var/tmp/diff_new_pack.J45Bli/_new  2022-08-04 13:23:49.944561463 +0200
@@ -4,10 +4,10 @@
  src/Makefile.am      |    2 +-
  3 files changed, 17 insertions(+), 16 deletions(-)
 
-Index: libosmo-netif-1.1.0/configure.ac
+Index: libosmo-netif-1.2.0/configure.ac
 ===================================================================
---- libosmo-netif-1.1.0.orig/configure.ac
-+++ libosmo-netif-1.1.0/configure.ac
+--- libosmo-netif-1.2.0.orig/configure.ac
++++ libosmo-netif-1.2.0/configure.ac
 @@ -124,6 +124,7 @@ AS_IF([test "x$ENABLE_LIBSCTP" = "xyes"]
        LIBS=$old_LIBS
  ])
@@ -16,10 +16,10 @@
  found_pcap=yes
  AC_CHECK_HEADERS(pcap.h,,found_pcap=no)
  AM_CONDITIONAL(HAVE_PCAP, test "$found_pcap" = yes)
-Index: libosmo-netif-1.1.0/examples/Makefile.am
+Index: libosmo-netif-1.2.0/examples/Makefile.am
 ===================================================================
---- libosmo-netif-1.1.0.orig/examples/Makefile.am
-+++ libosmo-netif-1.1.0/examples/Makefile.am
+--- libosmo-netif-1.2.0.orig/examples/Makefile.am
++++ libosmo-netif-1.2.0/examples/Makefile.am
 @@ -1,5 +1,5 @@
  AM_CPPFLAGS = -I$(top_srcdir)/include
 -AM_CFLAGS=-Wall -g $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) 
$(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS)
@@ -99,12 +99,12 @@
  osmux_test_output_LDADD = $(top_builddir)/src/libosmonetif.la \
 -                        $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS)
 +                        $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(TALLOC_LIBS)
-Index: libosmo-netif-1.1.0/src/Makefile.am
+Index: libosmo-netif-1.2.0/src/Makefile.am
 ===================================================================
---- libosmo-netif-1.1.0.orig/src/Makefile.am
-+++ libosmo-netif-1.1.0/src/Makefile.am
+--- libosmo-netif-1.2.0.orig/src/Makefile.am
++++ libosmo-netif-1.2.0/src/Makefile.am
 @@ -3,7 +3,7 @@
- LIBVERSION=9:1:1
+ LIBVERSION=10:0:2
  
  AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
 -AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) 
$(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)

Reply via email to