From 6996e5dba9603208609f4604a3b3d59f88c85d90 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 3 May 2018 18:04:11 +0200 Subject: =?UTF-8?q?Bump=20version:=201.12.0.20-a637-dirty=20=E2=86=92=201.?= =?UTF-8?q?13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If8b3a91714b4738ace025fc7ccbcf6a8e1190c4b --- debian/changelog | 36 +++++++++++++++++++++++++++++++++--- debian/control | 6 +++--- debian/libsmpp0.install | 1 - debian/libsmpp1.install | 1 + src/Makefile.am | 2 +- 5 files changed, 38 insertions(+), 8 deletions(-) delete mode 100644 debian/libsmpp0.install create mode 100644 debian/libsmpp1.install diff --git a/debian/changelog b/debian/changelog index 5a142af..b8459ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libsmpp34 (1.12.0) UNRELEASED; urgency=medium +libsmpp34 (1.13.0) unstable; urgency=medium [ Holger Hans Peter Freyther ] * Move forward towards a new release. @@ -8,8 +8,38 @@ libsmpp34 (1.12.0) UNRELEASED; urgency=medium * SMPP_DELIVERY_RECEIPT_* constants * SMPP ESM class parameter definitions * smpp34_tlv_for_each() helper macro - - -- Harald Welte Mon, 14 Aug 2017 19:08:37 +0200 + * Fix 'make distcheck' by adding .version to EXTRA_DISTI + * debian/control: Fix Vcs-{Browser,Git} URLs + + [ Max ] + * Use release helper from libosmocore + * Enable sanitize for CI tests + + [ Pau Espin Pedrol ] + * smpp34_dumpBuf.c: remove unused variable + * smpp34_structs.h: Fix trailing whitespace + * smpp34_structs.h: Fix truncated output in str_tlv_id + * smpp34_unpack.c: remove unused variable + * bind_receiver_resp_test.c: Fix compilation warning + * Fix Out of bounds compilation warning in OCTET8 + * contrib: Enable -Werror by default + * src/Makefile.am: Use LIBVERSION variable to set version-info + + [ Alexander Couzens ] + * debian/rules: show testsuite.log when tests are failing + + [ Neels Hofmeyr ] + * jenkins: use osmo-clean-workspace.sh before and after build + * add --enable-sanitize config option + * configure: add --enable-werror + * jenkins.sh: use --enable-werror configure flag, not CFLAGS + + [ Martin Hauke ] + * binaries/Makefile.am: Fix parallel build issue + * jenkins: Enable parallel build and distcheck + * jenkins.sh: output all test logs when 'make check' failed + + -- Pau Espin Pedrol Thu, 03 May 2018 18:04:10 +0200 libsmpp34 (1.10z1) stable; urgency=low diff --git a/debian/control b/debian/control index 84fd5a5..be4a63b 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Vcs-Browser: http://git.osmocom.org/libsmpp34/ Vcs-Git: git://git.osmocom.org/libsmpp34.git Homepage: https://projects.osmocom.org/projects/libsmpp34 -Package: libsmpp0 +Package: libsmpp1 Section: libs Architecture: any Multi-Arch: same @@ -35,7 +35,7 @@ Package: libsmpp34-dev Architecture: any Multi-Arch: same Section: libdevel -Depends: libsmpp0 (= ${binary:Version}), +Depends: libsmpp1 (= ${binary:Version}), ${misc:Depends} Description: Development files for libsmpp34 This library is an implementation for providing the PDU handling of the @@ -55,5 +55,5 @@ Package: libsmpp34-dbg Architecture: any Section: debug Priority: extra -Depends: libsmpp0 (= ${binary:Version}), ${misc:Depends} +Depends: libsmpp1 (= ${binary:Version}), ${misc:Depends} Description: Debug symbols for libsmpp34 diff --git a/debian/libsmpp0.install b/debian/libsmpp0.install deleted file mode 100644 index 3ddde58..0000000 --- a/debian/libsmpp0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/lib*.so.* diff --git a/debian/libsmpp1.install b/debian/libsmpp1.install new file mode 100644 index 0000000..3ddde58 --- /dev/null +++ b/debian/libsmpp1.install @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* diff --git a/src/Makefile.am b/src/Makefile.am index 8954eae..67550f3 100644 --- a/src/Makefile.am +++ b/src/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=0:1:0 +LIBVERSION=1:0:0 # src/Makefile.am # lib_LTLIBRARIES = libsmpp34.la -- cgit v1.2.3