Change in libosmo-abis[master]: Bump version: 1.1.1.9-24e0-dirty → 1.2.0

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Sep 15 13:33:22 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/25469 )


Change subject: Bump version: 1.1.1.9-24e0-dirty → 1.2.0
......................................................................

Bump version: 1.1.1.9-24e0-dirty → 1.2.0

Change-Id: I861f11ac10144ad5af980089f75fc4d8b240b3b5
---
M TODO-RELEASE
M configure.ac
M contrib/libosmo-abis.spec.in
M debian/changelog
M debian/control
R debian/libosmoabis11.install
M src/Makefile.am
7 files changed, 43 insertions(+), 25 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/69/25469/1

diff --git a/TODO-RELEASE b/TODO-RELEASE
index 8c417cd..d0852fc 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,6 +7,3 @@
 # If any interfaces have been added since the last public release: c:r:a + 1.
 # If any interfaces have been removed or changed since the last public release: c:r:0.
 #library	what		description / commit summary line
-update libosmocore dependency to > 1.5.1 for OSMO_SOCK_F_{DSCP,PRIO}()
-libosmo-abis	new member	ipa_client_conn new struct members dscp, priority
-libosmo-abis	new member	ipa_server_link new struct members dscp, priority
diff --git a/configure.ac b/configure.ac
index 0becff9..d183a05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,10 +66,10 @@
 dnl Generate the output
 AM_CONFIG_HEADER(config.h)
 
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.6.0)
 PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0)
 
 AC_ARG_ENABLE([dahdi],
diff --git a/contrib/libosmo-abis.spec.in b/contrib/libosmo-abis.spec.in
index 629db97..32eec6a 100644
--- a/contrib/libosmo-abis.spec.in
+++ b/contrib/libosmo-abis.spec.in
@@ -27,11 +27,11 @@
 BuildRequires:  libtool >= 2
 BuildRequires:  pkgconfig >= 0.20
 BuildRequires:  xz
-BuildRequires:  pkgconfig(libosmocore) >= 1.5.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.5.0
-BuildRequires:  pkgconfig(libosmovty) >= 1.5.0
-BuildRequires:  pkgconfig(libosmocodec) >= 1.5.0
-BuildRequires:  pkgconfig(ortp) >= 0.22
+BuildRequires:  pkgconfig(libosmocore) >= 1.6.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.6.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.6.0
+BuildRequires:  pkgconfig(libosmocodec) >= 1.6.0
+BuildRequires:  pkgconfig(ortp) >= 0.22.0
 BuildRequires:  pkgconfig(talloc)
 
 %description
@@ -39,12 +39,12 @@
 BSC. This interface allows control of the radio equipment and radio
 frequency allocation in the BTS.
 
-%package -n libosmoabis10
+%package -n libosmoabis11
 Summary:        Osmocom GSM A-bis interface library
 License:        AGPL-3.0-or-later
 Group:          System/Libraries
 
-%description -n libosmoabis10
+%description -n libosmoabis11
 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
@@ -58,7 +58,7 @@
 Summary:        Development files for the Osmocom GSM A-bis library
 License:        AGPL-3.0-or-later
 Group:          Development/Libraries/C and C++
-Requires:       libosmoabis10 = %version
+Requires:       libosmoabis11 = %version
 Requires:       libosmocore-devel >= 0.3.0
 Requires:       libosmogsm-devel >= 0.3.10
 
@@ -120,14 +120,14 @@
 %check
 make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
 
-%post   -n libosmoabis10 -p /sbin/ldconfig
-%postun -n libosmoabis10 -p /sbin/ldconfig
+%post   -n libosmoabis11 -p /sbin/ldconfig
+%postun -n libosmoabis11 -p /sbin/ldconfig
 %post   -n libosmotrau2 -p /sbin/ldconfig
 %postun -n libosmotrau2 -p /sbin/ldconfig
 
-%files -n libosmoabis10
+%files -n libosmoabis11
 %defattr(-,root,root)
-%_libdir/libosmoabis.so.10*
+%_libdir/libosmoabis.so.11*
 
 %files -n libosmoabis-devel
 %defattr(-,root,root)
diff --git a/debian/changelog b/debian/changelog
index 0d69185..e116882 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+libosmo-abis (1.2.0) unstable; urgency=medium
+
+  [ Keith ]
+  * Configure E1 pcap file per line
+  * Log TRAU FSM at INFO not NOTICE
+  * Fix up vty 'show' commands for E1 line/timeslots
+
+  [ Harald Welte ]
+  * ipa: Introduce support for user-specific DSCP and priority
+  * e1_input: Allow (vty) configuration of IP DSCP and socket priority
+  * trau: Introduce osmo_rtp_socket_set_priority()
+
+  [ Philipp Maier ]
+  * ipaccess: do not block ipaccess_line_update on failure
+
+  [ Pau Espin Pedrol ]
+  * Use new stat item/ctr getter APIs
+  * osmo_ortp: Fix seqno reset to 0 upon ssrc_changed
+
+ -- Harald Welte <laforge at osmocom.org>  Wed, 15 Sep 2021 15:31:33 +0200
+
 libosmo-abis (1.1.1) unstable; urgency=medium
 
   * attempt to fix RPM spec file after recent soversion bump
diff --git a/debian/control b/debian/control
index 4608ad6..48edea2 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@
                dh-autoreconf,
                libdpkg-perl,
                git,
-               libosmocore-dev (>= 1.5.0),
+               libosmocore-dev (>= 1.6.0),
                pkg-config,
                libortp-dev
 Standards-Version: 3.9.7
@@ -22,13 +22,13 @@
 Package: libosmo-abis
 Section: oldlibs
 Architecture: any
-Depends: libosmoabis10 (= ${binary:Version}), libosmotrau2 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmoabis11 (= ${binary:Version}), libosmotrau2 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
 Description: Legacy package for libosmo-abis
  libosmo-abis is an empty package helping in the transition to one
  package per DSO.
 
-Package: libosmoabis10
+Package: libosmoabis11
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -60,7 +60,7 @@
 Section: libdevel
 Depends: ${misc:Depends},
          libosmotrau2 (= ${binary:Version}),
-         libosmoabis10 (= ${binary:Version})
+         libosmoabis11 (= ${binary:Version})
 Description: Development headers for A-bis interface
  The libosmo-abis library contains common/shared code regarding the A-bis
  interface between GSM BTS and BSC. This package in particular contains the
@@ -72,7 +72,7 @@
 Multi-Arch: same
 Section: debug
 Priority: extra
-Depends: libosmoabis10 (= ${binary:Version}),
+Depends: libosmoabis11 (= ${binary:Version}),
          libosmotrau2 (= ${binary:Version}),
          ${misc:Depends}
 Description: Debug symbols for A-bis interface
diff --git a/debian/libosmoabis10.install b/debian/libosmoabis11.install
similarity index 100%
rename from debian/libosmoabis10.install
rename to debian/libosmoabis11.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 346e67b..a68d757 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read chapter "Library interface versions" of the libtool documentation
 # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-ABIS_LIBVERSION=10:0:0
+ABIS_LIBVERSION=11:0:0
 TRAU_LIBVERSION=6:0:4
 
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/25469
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I861f11ac10144ad5af980089f75fc4d8b240b3b5
Gerrit-Change-Number: 25469
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210915/379fbf9a/attachment.htm>


More information about the gerrit-log mailing list