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 2023-05-19 11:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libosmo-netif (Old)
 and      /work/SRC/openSUSE:Factory/.libosmo-netif.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libosmo-netif"

Fri May 19 11:55:35 2023 rev:12 rq:1087822 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libosmo-netif/libosmo-netif.changes      
2022-08-04 13:23:49.268559545 +0200
+++ /work/SRC/openSUSE:Factory/.libosmo-netif.new.1533/libosmo-netif.changes    
2023-05-19 11:56:05.527459047 +0200
@@ -1,0 +2,6 @@
+Thu May 18 11:28:42 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 1.3.0
+  * osmux: Introduce API osmux_xfrm_input_set_name
+
+-------------------------------------------------------------------

Old:
----
  1.2.0.tar.gz

New:
----
  1.3.0.tar.gz

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

Other differences:
------------------
++++++ libosmo-netif.spec ++++++
--- /var/tmp/diff_new_pack.2wW5ZW/_old  2023-05-19 11:56:06.115462409 +0200
+++ /var/tmp/diff_new_pack.2wW5ZW/_new  2023-05-19 11:56:06.119462432 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libosmo-netif
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,39 +17,39 @@
 
 
 Name:           libosmo-netif
-Version:        1.2.0
+Version:        1.3.0
 Release:        0
 Summary:        Osmocom library for muxed audio
 License:        GPL-2.0-or-later
 Group:          Productivity/Telephony/Utilities
 URL:            https://osmocom.org/projects/libosmo-netif
-
 Source:         
https://github.com/osmocom/libosmo-netif/archive/%version.tar.gz
 Patch1:         osmo-talloc.diff
 BuildRequires:  automake
 BuildRequires:  libtool >= 2
 BuildRequires:  lksctp-tools-devel
 BuildRequires:  pkg-config >= 0.20
-BuildRequires:  pkgconfig(libosmocore) >= 1.7.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.7.0
+BuildRequires:  pkgconfig(libosmocodec) >= 1.8.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.8.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.8.0
 BuildRequires:  pkgconfig(talloc)
 
 %description
 Network interface demuxer library for OsmoCom projects.
 
-%package -n libosmonetif8
+%package -n libosmonetif11
 Summary:        Osmocom library for muxed audio
 License:        AGPL-3.0-or-later
 Group:          System/Libraries
 
-%description -n libosmonetif8
+%description -n libosmonetif11
 Network interface demuxer library for OsmoCom projects.
 
 %package -n libosmonetif-devel
 Summary:        Development files for the Osmocom muxed audio library
 License:        AGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
-Requires:       libosmonetif8 = %version
+Requires:       libosmonetif11 = %version
 
 %description -n libosmonetif-devel
 Network interface demuxer library for OsmoCom projects.
@@ -80,10 +80,10 @@
        # timing issue
 fi
 
-%post   -n libosmonetif8 -p /sbin/ldconfig
-%postun -n libosmonetif8 -p /sbin/ldconfig
+%post   -n libosmonetif11 -p /sbin/ldconfig
+%postun -n libosmonetif11 -p /sbin/ldconfig
 
-%files -n libosmonetif8
+%files -n libosmonetif11
 %_libdir/libosmonetif.so.*
 
 %files -n libosmonetif-devel

++++++ 1.2.0.tar.gz -> 1.3.0.tar.gz ++++++
++++ 8581 lines of diff (skipped)

++++++ osmo-talloc.diff ++++++
--- /var/tmp/diff_new_pack.2wW5ZW/_old  2023-05-19 11:56:06.227463049 +0200
+++ /var/tmp/diff_new_pack.2wW5ZW/_new  2023-05-19 11:56:06.227463049 +0200
@@ -4,11 +4,11 @@
  src/Makefile.am      |    2 +-
  3 files changed, 17 insertions(+), 16 deletions(-)
 
-Index: libosmo-netif-1.2.0/configure.ac
+Index: libosmo-netif-1.3.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"]
+--- libosmo-netif-1.3.0.orig/configure.ac
++++ libosmo-netif-1.3.0/configure.ac
+@@ -125,6 +125,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.2.0/examples/Makefile.am
+Index: libosmo-netif-1.3.0/examples/Makefile.am
 ===================================================================
---- libosmo-netif-1.2.0.orig/examples/Makefile.am
-+++ libosmo-netif-1.2.0/examples/Makefile.am
+--- libosmo-netif-1.3.0.orig/examples/Makefile.am
++++ libosmo-netif-1.3.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.2.0/src/Makefile.am
+Index: libosmo-netif-1.3.0/src/Makefile.am
 ===================================================================
---- libosmo-netif-1.2.0.orig/src/Makefile.am
-+++ libosmo-netif-1.2.0/src/Makefile.am
+--- libosmo-netif-1.3.0.orig/src/Makefile.am
++++ libosmo-netif-1.3.0/src/Makefile.am
 @@ -3,7 +3,7 @@
- LIBVERSION=10:0:2
+ LIBVERSION=11:0:0
  
  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