From c136da587fc2fafff1f649828eae5c996c345017 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 1 Aug 2015 20:19:13 +0200 Subject: release: Prepare the 0.8.2 release I have kind of used 0.8.1 by accident already so let us move to 0.8.2 now. --- TODO-RELEASE | 1 - debian/changelog | 4 ++-- debian/control | 4 ++-- debian/libosmogb3.install | 1 - debian/libosmogb4.install | 1 + src/gb/Makefile.am | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 debian/libosmogb3.install create mode 100644 debian/libosmogb4.install diff --git a/TODO-RELEASE b/TODO-RELEASE index d03aa493..43b1e8ef 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,2 +1 @@ #library what description / commit summary line -libosmogb abi-change bssgp: Fix bssgp_tx_fc_bvc parameter type diff --git a/debian/changelog b/debian/changelog index 0030462d..5f4f2699 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -libosmocore (0.8.1+git2) UNRELEASED; urgency=medium +libosmocore (0.8.2) unstable; urgency=medium * Add endian header * GPRS flow control changes * Add APN format routines to libosmocore. - -- Holger Hans Peter Freyther Thu, 16 Apr 2015 21:23:24 +0200 + -- Holger Hans Peter Freyther Sat, 01 Aug 2015 20:18:45 +0200 libosmocore (0.8.0) unstable; urgency=medium diff --git a/debian/control b/debian/control index 7de63588..782d6197 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, libosmogb3, libosmogsm5, libosmovty1, ${misc:Depends} +Depends: libosmocodec0, libosmocore6, libosmogb4, libosmogsm5, libosmovty1, ${misc:Depends} Multi-Arch: foreign Description: Open Source MObile COMmunications CORE library @@ -29,7 +29,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: Osmo Core library -Package: libosmogb3 +Package: libosmogb4 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/libosmogb3.install b/debian/libosmogb3.install deleted file mode 100644 index 4c474255..00000000 --- a/debian/libosmogb3.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libosmogb*.so.* diff --git a/debian/libosmogb4.install b/debian/libosmogb4.install new file mode 100644 index 00000000..4c474255 --- /dev/null +++ b/debian/libosmogb4.install @@ -0,0 +1 @@ +usr/lib/*/libosmogb*.so.* diff --git a/src/gb/Makefile.am b/src/gb/Makefile.am index 70caa1f7..dd0d213c 100644 --- a/src/gb/Makefile.am +++ b/src/gb/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=3:1:0 +LIBVERSION=4:0:0 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} -fno-strict-aliasing -- cgit v1.2.3