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 2021-03-15 10:56:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libosmo-abis (Old) and /work/SRC/openSUSE:Factory/.libosmo-abis.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libosmo-abis" Mon Mar 15 10:56:07 2021 rev:14 rq:878989 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libosmo-abis/libosmo-abis.changes 2020-09-17 14:47:24.207713587 +0200 +++ /work/SRC/openSUSE:Factory/.libosmo-abis.new.2401/libosmo-abis.changes 2021-03-15 10:56:08.461332021 +0100 @@ -1,0 +2,7 @@ +Sun Mar 14 20:35:36 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 1.1.1 + * e1_input: Support I.460 timeslot type +- Remove e1dapi.diff + +------------------------------------------------------------------- Old: ---- _service e1dapi.diff libosmo-abis-1.0.1.tar.xz New: ---- 1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libosmo-abis.spec ++++++ --- /var/tmp/diff_new_pack.NMvfxn/_old 2021-03-15 10:56:09.125333040 +0100 +++ /var/tmp/diff_new_pack.NMvfxn/_new 2021-03-15 10:56:09.125333040 +0100 @@ -1,7 +1,7 @@ # # spec file for package libosmo-abis # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,28 +16,25 @@ # -%define version_unconverted 1.0.1 - Name: libosmo-abis -Version: 1.0.1 +Version: 1.1.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: %name-%version.tar.xz +Source: https://github.com/osmocom/libosmo-abis/archive/%version.tar.gz Patch1: osmo-talloc.diff -Patch2: e1dapi.diff BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2 BuildRequires: pkgconfig >= 0.20 BuildRequires: xz -BuildRequires: pkgconfig(libosmo-e1d) -BuildRequires: pkgconfig(libosmocodec) >= 1.4.0 -BuildRequires: pkgconfig(libosmocore) >= 1.4.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.4.0 -BuildRequires: pkgconfig(libosmovty) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-e1d) >= 0.2.0 +BuildRequires: pkgconfig(libosmocodec) >= 1.5.0 +BuildRequires: pkgconfig(libosmocore) >= 1.5.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 +BuildRequires: pkgconfig(libosmovty) >= 1.5.0 BuildRequires: pkgconfig(ortp) >= 0.22 BuildRequires: pkgconfig(talloc) @@ -46,12 +43,12 @@ BSC. This interface allows control of the radio equipment and radio frequency allocation in the BTS. -%package -n libosmoabis9 +%package -n libosmoabis10 Summary: Osmocom GSM A-bis interface library License: AGPL-3.0-or-later Group: System/Libraries -%description -n libosmoabis9 +%description -n libosmoabis10 In the GSM system architecture, A-bis is a Base Station System-internal interface linking the Base Transceiver Stations (BTS) and Base Station Controller (BSC). This interface allows control of @@ -65,7 +62,7 @@ Summary: Development files for the Osmocom GSM A-bis library License: AGPL-3.0-or-later Group: Development/Libraries/C and C++ -Requires: libosmoabis9 = %version +Requires: libosmoabis10 = %version Requires: libosmocore-devel >= 1.4.0 Requires: libosmogsm-devel >= 1.4.0 @@ -125,13 +122,13 @@ %endif fi -%post -n libosmoabis9 -p /sbin/ldconfig -%postun -n libosmoabis9 -p /sbin/ldconfig +%post -n libosmoabis10 -p /sbin/ldconfig +%postun -n libosmoabis10 -p /sbin/ldconfig %post -n libosmotrau2 -p /sbin/ldconfig %postun -n libosmotrau2 -p /sbin/ldconfig -%files -n libosmoabis9 -%_libdir/libosmoabis.so.9* +%files -n libosmoabis10 +%_libdir/libosmoabis.so.10* %files -n libosmoabis-devel %license COPYING ++++++ osmo-talloc.diff ++++++ --- /var/tmp/diff_new_pack.NMvfxn/_old 2021-03-15 10:56:09.153333083 +0100 +++ /var/tmp/diff_new_pack.NMvfxn/_new 2021-03-15 10:56:09.153333083 +0100 @@ -9,23 +9,23 @@ src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -Index: libosmo-abis-1.0.1/configure.ac +Index: libosmo-abis-1.1.1/configure.ac =================================================================== ---- libosmo-abis-1.0.1.orig/configure.ac -+++ libosmo-abis-1.0.1/configure.ac -@@ -69,6 +69,7 @@ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty - PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.4.0) - PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.4.0) +--- libosmo-abis-1.1.1.orig/configure.ac ++++ libosmo-abis-1.1.1/configure.ac +@@ -71,6 +71,7 @@ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty + PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0) + PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.5.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.0.1/src/Makefile.am +Index: libosmo-abis-1.1.1/src/Makefile.am =================================================================== ---- libosmo-abis-1.0.1.orig/src/Makefile.am -+++ libosmo-abis-1.0.1/src/Makefile.am -@@ -7,7 +7,7 @@ TRAU_LIBVERSION=5:0:3 +--- libosmo-abis-1.1.1.orig/src/Makefile.am ++++ libosmo-abis-1.1.1/src/Makefile.am +@@ -7,7 +7,7 @@ TRAU_LIBVERSION=6:0:4 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)