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

Package is "libosmo-abis"

Fri May 19 11:55:34 2023 rev:17 rq:1087821 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libosmo-abis/libosmo-abis.changes        
2022-08-03 21:17:27.839562689 +0200
+++ /work/SRC/openSUSE:Factory/.libosmo-abis.new.1533/libosmo-abis.changes      
2023-05-19 11:56:04.527453330 +0200
@@ -1,0 +2,9 @@
+Thu May 18 10:15:24 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 1.4.1
+  * trau_sync: Add the V.110 sync pattern
+  * trau_sync: add Ericsson RBS GPRS TRAU synchronization pattern
+    (16 & 64kbps)
+  * Add missing functions to send HDLC/RAW data
+
+-------------------------------------------------------------------

Old:
----
  1.3.0.tar.gz

New:
----
  1.4.1.tar.gz

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

Other differences:
------------------
++++++ libosmo-abis.spec ++++++
--- /var/tmp/diff_new_pack.YJNIhk/_old  2023-05-19 11:56:05.247457446 +0200
+++ /var/tmp/diff_new_pack.YJNIhk/_new  2023-05-19 11:56:05.251457469 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libosmo-abis
 #
-# 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,24 +17,23 @@
 
 
 Name:           libosmo-abis
-Version:        1.3.0
+Version:        1.4.1
 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
 Group:          Productivity/Telephony/Utilities
 URL:            https://osmocom.org/projects/libosmo-abis/wiki/Libosmo-abis
-
 Source:         https://github.com/osmocom/libosmo-abis/archive/%version.tar.gz
 Patch1:         osmo-talloc.diff
 BuildRequires:  automake >= 1.6
 BuildRequires:  libtool >= 2
 BuildRequires:  pkgconfig >= 0.20
 BuildRequires:  xz
-BuildRequires:  pkgconfig(libosmo-e1d) >= 0.2.0
-BuildRequires:  pkgconfig(libosmocodec) >= 1.7.0
-BuildRequires:  pkgconfig(libosmocore) >= 1.7.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.7.0
-BuildRequires:  pkgconfig(libosmovty) >= 1.7.0
+BuildRequires:  pkgconfig(libosmo-e1d) >= 0.5.0
+BuildRequires:  pkgconfig(libosmocodec) >= 1.8.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.8.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.8.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.8.0
 BuildRequires:  pkgconfig(ortp) >= 0.22
 BuildRequires:  pkgconfig(talloc)
 

++++++ 1.3.0.tar.gz -> 1.4.1.tar.gz ++++++
++++ 7591 lines of diff (skipped)

++++++ osmo-talloc.diff ++++++
--- /var/tmp/diff_new_pack.YJNIhk/_old  2023-05-19 11:56:05.371458155 +0200
+++ /var/tmp/diff_new_pack.YJNIhk/_new  2023-05-19 11:56:05.375458178 +0200
@@ -9,23 +9,23 @@
  src/Makefile.am |    2 +-
  2 files changed, 2 insertions(+), 1 deletion(-)
 
-Index: libosmo-abis-1.3.0/configure.ac
+Index: libosmo-abis-1.4.1/configure.ac
 ===================================================================
---- libosmo-abis-1.3.0.orig/configure.ac
-+++ libosmo-abis-1.3.0/configure.ac
+--- libosmo-abis-1.4.1.orig/configure.ac
++++ libosmo-abis-1.4.1/configure.ac
 @@ -71,6 +71,7 @@ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty
- PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0)
- PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.7.0)
+ PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0)
+ PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.8.0)
  PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0)
 +PKG_CHECK_MODULES([TALLOC], [talloc])
  
  AC_ARG_ENABLE([dahdi],
              AC_HELP_STRING([--disable-dahdi],
-Index: libosmo-abis-1.3.0/src/Makefile.am
+Index: libosmo-abis-1.4.1/src/Makefile.am
 ===================================================================
---- libosmo-abis-1.3.0.orig/src/Makefile.am
-+++ libosmo-abis-1.3.0/src/Makefile.am
-@@ -7,7 +7,7 @@ TRAU_LIBVERSION=7:0:5
+--- libosmo-abis-1.4.1.orig/src/Makefile.am
++++ libosmo-abis-1.4.1/src/Makefile.am
+@@ -7,7 +7,7 @@ TRAU_LIBVERSION=8:0:6
  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