Changes of Revision 710

libsmpp34_1.14.3.3.16b4.202405272026.dsc -> libsmpp34_1.14.4.202405282026.dsc Changed
x
 
1
@@ -2,7 +2,7 @@
2
 Source: libsmpp34
3
 Binary: libsmpp1, libsmpp34-dev, libsmpp34-utils, libsmpp34-dbg
4
 Architecture: any
5
-Version: 1.14.3.3.16b4.202405272026
6
+Version: 1.14.4.202405282026
7
 Maintainer: Osmocom team <openbsc@lists.osmocom.org>
8
 Homepage: https://projects.osmocom.org/projects/libsmpp34
9
 Standards-Version: 3.9.6
10
@@ -15,8 +15,8 @@
11
  libsmpp34-dev deb libdevel optional arch=any
12
  libsmpp34-utils deb libs optional arch=any
13
 Checksums-Sha1:
14
- c24f9fde99fb907eee9f15e0ad0adb3465a8a340 39504 libsmpp34_1.14.3.3.16b4.202405272026.tar.xz
15
+ 266049d3cf6f13036b193380bc37efa54dc20197 39584 libsmpp34_1.14.4.202405282026.tar.xz
16
 Checksums-Sha256:
17
- 9d2d1dfefa01f8064b3fbfa8bd403dd0b2d5816a527ef59eb168c2b3d7ed167c 39504 libsmpp34_1.14.3.3.16b4.202405272026.tar.xz
18
+ b771c380c4389a36b5867bd5d17a4719511abffb8d9a33c00794d662e9ae613b 39584 libsmpp34_1.14.4.202405282026.tar.xz
19
 Files:
20
- e24ca8275197eeee9262d7538e564667 39504 libsmpp34_1.14.3.3.16b4.202405272026.tar.xz
21
+ 63046b8c61eab45eaeeadceda9d84dc0 39584 libsmpp34_1.14.4.202405282026.tar.xz
22
libsmpp34_1.14.3.3.16b4.202405272026.tar.xz/.tarball-version -> libsmpp34_1.14.4.202405282026.tar.xz/.tarball-version Changed
4
 
1
@@ -1 +1 @@
2
-1.14.3.3-16b4.202405272026
3
+1.14.4.202405282026
4
libsmpp34_1.14.3.3.16b4.202405272026.tar.xz/debian/changelog -> libsmpp34_1.14.4.202405282026.tar.xz/debian/changelog Changed
23
 
1
@@ -1,8 +1,19 @@
2
-libsmpp34 (1.14.3.3.16b4.202405272026) unstable; urgency=medium
3
+libsmpp34 (1.14.4.202405282026) unstable; urgency=medium
4
 
5
   * Automatically generated changelog entry for building the Osmocom nightly feed
6
 
7
- -- Osmocom OBS scripts <info@osmocom.org>  Mon, 27 May 2024 20:26:34 +0000
8
+ -- Osmocom OBS scripts <info@osmocom.org>  Tue, 28 May 2024 20:26:35 +0000
9
+
10
+libsmpp34 (1.14.4) unstable; urgency=medium
11
+
12
+   Vadim Yanitskiy 
13
+  * fix warnings about implicit declaration of strtol()
14
+  * build: include git-version-gen into the release tarball
15
+
16
+   Oliver Smith 
17
+  * contrib: remove rpm spec file
18
+
19
+ -- Oliver Smith <osmith@sysmocom.de>  Mon, 27 May 2024 11:16:01 +0200
20
 
21
 libsmpp34 (1.14.3) unstable; urgency=medium
22
 
23
libsmpp34_1.14.3.3.16b4.202405272026.tar.xz/debian/control -> libsmpp34_1.14.4.202405282026.tar.xz/debian/control Changed
34
 
1
@@ -21,7 +21,7 @@
2
 Section: libs
3
 Architecture: any
4
 Multi-Arch: same
5
-Depends: osmocom-nightly (= 202405272026), ${shlibs:Depends},
6
+Depends: osmocom-nightly (= 202405282026), ${shlibs:Depends},
7
          ${misc:Depends}
8
 Pre-Depends: ${misc:Pre-Depends}
9
 Description: Open PDU SMPP packaging and unpackaging tool
10
@@ -35,7 +35,7 @@
11
 Architecture: any
12
 Multi-Arch: same
13
 Section: libdevel
14
-Depends: osmocom-nightly (= 202405272026), libsmpp1 (= ${binary:Version}),
15
+Depends: osmocom-nightly (= 202405282026), libsmpp1 (= ${binary:Version}),
16
          ${misc:Depends}
17
 Description: Development files for libsmpp34
18
  This library is an implementation for providing the PDU handling of the
19
@@ -48,12 +48,12 @@
20
 
21
 Package: libsmpp34-utils
22
 Architecture: any
23
-Depends: osmocom-nightly (= 202405272026), ${shlibs:Depends}, ${misc:Depends}
24
+Depends: osmocom-nightly (= 202405282026), ${shlibs:Depends}, ${misc:Depends}
25
 Description: Utilities for SMPP
26
 
27
 Package: libsmpp34-dbg
28
 Architecture: any
29
 Section: debug
30
 Priority: extra
31
-Depends: osmocom-nightly (= 202405272026), libsmpp1 (= ${binary:Version}), ${misc:Depends}
32
+Depends: osmocom-nightly (= 202405282026), libsmpp1 (= ${binary:Version}), ${misc:Depends}
33
 Description: Debug symbols for libsmpp34
34
libsmpp34_1.14.3.3.16b4.202405272026.tar.xz/src/Makefile.am -> libsmpp34_1.14.4.202405282026.tar.xz/src/Makefile.am Changed
9
 
1
@@ -1,6 +1,6 @@
2
 # This is _NOT_ the library release version, it's an API version.
3
 # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
4
-LIBVERSION=3:0:2
5
+LIBVERSION=3:1:2
6
 
7
 # src/Makefile.am #
8
 lib_LTLIBRARIES = libsmpp34.la
9