From 8649d57f507d359c99a89654aac7e19ce22db282 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 3 Nov 2015 09:30:52 +0100 Subject: misc: Prepare the release of libosmocore 0.9.0 Bump the ABI version of libosmovty and we need to do this recursively to force rebuilds of our software. --- TODO-RELEASE | 2 -- debian/changelog | 8 ++++++++ debian/control | 4 ++-- debian/libosmocore-dev.install | 1 - debian/libosmovty2.install | 1 - debian/libosmovty3.install | 1 + src/vty/Makefile.am | 2 +- 7 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 debian/libosmovty2.install create mode 100644 debian/libosmovty3.install diff --git a/TODO-RELEASE b/TODO-RELEASE index 4d22f958..43b1e8ef 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,3 +1 @@ #library what description / commit summary line -libosmovty abi-change stats/vty: Add stats configuration (enum node_type has changed) -libosmovty abi-change vty: Add reserved nodes to enum node_type diff --git a/debian/changelog b/debian/changelog index 16a1f41c..bf79c749 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libosmocore (0.9.0) unstable; urgency=medium + + * StatsD support + * Disable building of static libraries + * GTP Hub and OAP ports/identifiers assigned + + -- Holger Hans Peter Freyther Tue, 03 Nov 2015 09:31:41 +0100 + libosmocore (0.8.3) unstable; urgency=medium * Prepare new release diff --git a/debian/control b/debian/control index 136488de..6c1110f4 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmocore.git;a=summary Package: libosmocore Section: libs Architecture: any -Depends: libosmocodec0, libosmocore6, libosmogb4, libosmogsm5, libosmovty2, ${misc:Depends} +Depends: libosmocodec0, libosmocore6, libosmogb4, libosmogsm5, libosmovty3, ${misc:Depends} Multi-Arch: foreign Description: Open Source MObile COMmunications CORE library @@ -43,7 +43,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: Osmo GSM utility library -Package: libosmovty2 +Package: libosmovty3 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/libosmocore-dev.install b/debian/libosmocore-dev.install index 7c5a789a..7a62c6f2 100644 --- a/debian/libosmocore-dev.install +++ b/debian/libosmocore-dev.install @@ -1,5 +1,4 @@ usr/include/* -usr/lib/*/lib*.a usr/lib/*/lib*.so usr/lib/*/lib*.la usr/lib/*/pkgconfig/* diff --git a/debian/libosmovty2.install b/debian/libosmovty2.install deleted file mode 100644 index fbf6a5fa..00000000 --- a/debian/libosmovty2.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libosmovty*.so.* diff --git a/debian/libosmovty3.install b/debian/libosmovty3.install new file mode 100644 index 00000000..fbf6a5fa --- /dev/null +++ b/debian/libosmovty3.install @@ -0,0 +1 @@ +usr/lib/*/libosmovty*.so.* diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index 7c549d91..10d3740e 100644 --- a/src/vty/Makefile.am +++ b/src/vty/Makefile.am @@ -1,6 +1,6 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification -LIBVERSION=2:0:0 +LIBVERSION=3:0:0 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall -- cgit v1.2.3