Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libosmo-abis for openSUSE:Factory 
checked in at 2024-10-28 15:20:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libosmo-abis (Old)
 and      /work/SRC/openSUSE:Factory/.libosmo-abis.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libosmo-abis"

Mon Oct 28 15:20:15 2024 rev:21 rq:1218588 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libosmo-abis/libosmo-abis.changes        
2024-05-03 19:46:09.624364674 +0200
+++ /work/SRC/openSUSE:Factory/.libosmo-abis.new.2020/libosmo-abis.changes      
2024-10-28 15:23:14.638763907 +0100
@@ -1,0 +2,11 @@
+Sat Oct 26 13:58:23 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 1.6.0
+  * Add support for sending and receiving Sa bits, as well as
+    some line signals
+  * rtp2trau_hr16: accept both TS 101 318 and RFC 5993 payload
+    formats
+  * TRAU->RTP: add support for TW-TS-001 & TW-TS-002
+  * trau_rtp_conv: add support for HRv1 in 8k format
+
+-------------------------------------------------------------------

Old:
----
  1.5.2.tar.gz

New:
----
  1.6.0.tar.gz
  _scmsync.obsinfo
  build.specials.obscpio

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

Other differences:
------------------
++++++ libosmo-abis.spec ++++++
--- /var/tmp/diff_new_pack.SwZJHE/_old  2024-10-28 15:23:17.006862830 +0100
+++ /var/tmp/diff_new_pack.SwZJHE/_new  2024-10-28 15:23:17.006862830 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libosmo-abis
-Version:        1.5.2
+Version:        1.6.0
 Release:        0
 Summary:        Osmocom library for A-bis interface between BTS and BSC
 License:        AGPL-3.0-or-later AND GPL-2.0-or-later
@@ -29,11 +29,11 @@
 BuildRequires:  libtool >= 2
 BuildRequires:  pkg-config >= 0.20
 BuildRequires:  xz
-BuildRequires:  pkgconfig(libosmo-e1d) >= 0.5.0
-BuildRequires:  pkgconfig(libosmocodec) >= 1.9.0
-BuildRequires:  pkgconfig(libosmocore) >= 1.9.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.9.0
-BuildRequires:  pkgconfig(libosmovty) >= 1.9.0
+BuildRequires:  pkgconfig(libosmo-e1d) >= 0.7.0
+BuildRequires:  pkgconfig(libosmocodec) >= 1.10.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.10.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.10.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.10.0
 BuildRequires:  pkgconfig(ortp) >= 0.22
 BuildRequires:  pkgconfig(talloc)
 
@@ -73,12 +73,12 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libosmoabis.
 
-%package -n libosmotrau2
+%package -n libosmotrau10
 Summary:        Osmocom GSM TRAU (E1/RTP) library
 License:        GPL-2.0-or-later
 Group:          System/Libraries
 
-%description -n libosmotrau2
+%description -n libosmotrau10
 This library implements the Transcoder and Rate Adaptation Unit (TRAU) for
 GSM systems.
 The TRAU enables the use of lower rates (32, 16 or 8 kbps) over the
@@ -89,7 +89,7 @@
 Summary:        Development files for the Osmocom TRAU (E1/RTP) library
 License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Requires:       libosmotrau2 = %version
+Requires:       libosmotrau10 = %version-%release
 
 %description -n libosmotrau-devel
 This library implements the Transcoder and Rate Adaptation Unit
@@ -121,10 +121,8 @@
 %endif
 fi
 
-%post   -n libosmoabis13 -p /sbin/ldconfig
-%postun -n libosmoabis13 -p /sbin/ldconfig
-%post   -n libosmotrau2 -p /sbin/ldconfig
-%postun -n libosmotrau2 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libosmoabis13
+%ldconfig_scriptlets -n libosmotrau10
 
 %files -n libosmoabis13
 %_libdir/libosmoabis.so.*
@@ -137,7 +135,7 @@
 %_libdir/libosmoabis.so
 %_libdir/pkgconfig/libosmoabis.pc
 
-%files -n libosmotrau2
+%files -n libosmotrau10
 %_libdir/libosmotrau.so.*
 
 %files -n libosmotrau-devel

++++++ 1.5.2.tar.gz -> 1.6.0.tar.gz ++++++
++++ 1959 lines of diff (skipped)

++++++ _scmsync.obsinfo ++++++
mtime: 1729953388
commit: 6c9263f7cbce7e995740aea536085e374358bc8c78104fe23b21f22ba046bb7f
url: https://src.opensuse.org/jengelh/libosmo-abis
revision: master

++++++ osmo-talloc.diff ++++++
--- /var/tmp/diff_new_pack.SwZJHE/_old  2024-10-28 15:23:17.170869681 +0100
+++ /var/tmp/diff_new_pack.SwZJHE/_new  2024-10-28 15:23:17.174869847 +0100
@@ -9,23 +9,23 @@
  src/Makefile.am |    2 +-
  2 files changed, 2 insertions(+), 1 deletion(-)
 
-Index: libosmo-abis-1.5.0/configure.ac
+Index: libosmo-abis-1.6.0/configure.ac
 ===================================================================
---- libosmo-abis-1.5.0.orig/configure.ac
-+++ libosmo-abis-1.5.0/configure.ac
-@@ -71,6 +71,7 @@ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty
- PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
- PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.9.0)
- PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0)
+--- libosmo-abis-1.6.0.orig/configure.ac
++++ libosmo-abis-1.6.0/configure.ac
+@@ -70,6 +70,7 @@ PKG_CHECK_MODULES(LIBOSMOCORE, libosmoco
+ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+ PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+ PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.10.0)
 +PKG_CHECK_MODULES([TALLOC], [talloc])
  
- AC_ARG_ENABLE([dahdi],
-             AC_HELP_STRING([--disable-dahdi],
-Index: libosmo-abis-1.5.0/src/Makefile.am
+ AC_ARG_ENABLE([ortp], [AS_HELP_STRING([--disable-ortp], [Build without ortp 
support])],
+     [
+Index: libosmo-abis-1.6.0/src/Makefile.am
 ===================================================================
---- libosmo-abis-1.5.0.orig/src/Makefile.am
-+++ libosmo-abis-1.5.0/src/Makefile.am
-@@ -7,7 +7,7 @@ TRAU_LIBVERSION=9:0:7
+--- libosmo-abis-1.6.0.orig/src/Makefile.am
++++ libosmo-abis-1.6.0/src/Makefile.am
+@@ -7,7 +7,7 @@ TRAU_LIBVERSION=10:0:0
  AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
  AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) 
$(LIBOSMOVTY_CFLAGS) $(LIBOSMOE1D_CFLAGS) $(LIBOSMOCODEC_CFLAGS) 
$(COVERAGE_CFLAGS)
  AM_LDFLAGS = $(COVERAGE_LDFLAGS)

Reply via email to