[PATCH] libosmo-abis[master]: Bump version: 0.4.0.21-60fd-dirty → 0.5.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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed May 2 17:43:10 UTC 2018


Review at  https://gerrit.osmocom.org/7982

Bump version: 0.4.0.21-60fd-dirty → 0.5.0

Change-Id: I399618c7353a4150e3d571758b522dd2e9d9724f
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
R debian/libosmotrau3.install
M src/Makefile.am
6 files changed, 15 insertions(+), 9 deletions(-)


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

diff --git a/TODO-RELEASE b/TODO-RELEASE
index b02e1eb..d0852fc 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,4 +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
-libosmotrau	addition	New osmo_rtp_set_source_desc() wrapper around libortp
diff --git a/configure.ac b/configure.ac
index 05fbb12..0aca550 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,9 +59,9 @@
 dnl Generate the output
 AM_CONFIG_HEADER(config.h)
 
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.3.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.10)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.11.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.11.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.11.0)
 PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0)
 
 AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_WARN(DAHDI input driver will not be built))
diff --git a/debian/changelog b/debian/changelog
index 13c0996..3000e12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libosmo-abis (0.5.0) unstable; urgency=medium
+
+  * libosmotrau: addition: New osmo_rtp_set_source_desc() wrapper around
+    libortp
+
+ -- Holger Hans Peter Freyther <holger at moiji-mobile.com>  Wed, 02 May 2018 19:41:04 +0200
+
 libosmo-abis (0.4.0) unstable; urgency=medium
 
   * Move forward towards a new release.
diff --git a/debian/control b/debian/control
index dd958c8..bea0009 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@
 Package: libosmo-abis
 Section: oldlibs
 Architecture: any
-Depends: libosmoabis5 (= ${binary:Version}), libosmotrau1 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmoabis5 (= ${binary:Version}), libosmotrau3 (= ${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
@@ -40,7 +40,7 @@
  It also implements drivers for mISDN and DAHDI based E1 cards, as well as some
  A-bis/IP dialects.
 
-Package: libosmotrau1
+Package: libosmotrau3
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -58,7 +58,7 @@
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
-         libosmotrau1 (= ${binary:Version}),
+         libosmotrau3 (= ${binary:Version}),
          libosmoabis5 (= ${binary:Version})
 Description: Development headers for A-bis interface
  The libosmo-abis library contains common/shared code regarding the A-bis
@@ -72,7 +72,7 @@
 Section: debug
 Priority: extra
 Depends: libosmoabis5 (= ${binary:Version}),
-         libosmotrau1 (= ${binary:Version}),
+         libosmotrau3 (= ${binary:Version}),
          ${misc:Depends}
 Description: Debug symbols for A-bis interface
  The libosmo-abis library contains common/shared code regarding the A-bis
diff --git a/debian/libosmotrau1.install b/debian/libosmotrau3.install
similarity index 100%
rename from debian/libosmotrau1.install
rename to debian/libosmotrau3.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 7395d17..ab42d38 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
 # 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=6:0:0
-TRAU_LIBVERSION=2:0:0
+TRAU_LIBVERSION=3:0:1
 
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
 AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)

-- 
To view, visit https://gerrit.osmocom.org/7982
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I399618c7353a4150e3d571758b522dd2e9d9724f
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list