Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libsmpp34 for openSUSE:Factory checked in at 2024-06-18 22:51:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsmpp34 (Old) and /work/SRC/openSUSE:Factory/.libsmpp34.new.19518 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsmpp34" Tue Jun 18 22:51:58 2024 rev:9 rq:1181442 version:1.14.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libsmpp34/libsmpp34.changes 2023-11-01 22:11:38.103345013 +0100 +++ /work/SRC/openSUSE:Factory/.libsmpp34.new.19518/libsmpp34.changes 2024-06-18 22:52:51.084571172 +0200 @@ -1,0 +2,6 @@ +Tue Jun 18 08:43:00 UTC 2024 - Jan Engelhardt <[email protected]> + +- Update to release 1.14.4 + * fix compiler warnings about implicit declaration of strtol() + +------------------------------------------------------------------- Old: ---- 1.14.3.tar.gz New: ---- 1.14.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsmpp34.spec ++++++ --- /var/tmp/diff_new_pack.GYISMa/_old 2024-06-18 22:52:51.536587849 +0200 +++ /var/tmp/diff_new_pack.GYISMa/_new 2024-06-18 22:52:51.540587997 +0200 @@ -1,7 +1,7 @@ # # spec file for package libsmpp34 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2016, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %define sover 1 Name: libsmpp34 -Version: 1.14.3 +Version: 1.14.4 Release: 0 Summary: PDU SMPP packaging and unpackaging tool License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -80,8 +80,7 @@ %check %make_build check || (find . -name testsuite.log -exec cat {} +) -%post -n libsmpp34-%sover -p /sbin/ldconfig -%postun -n libsmpp34-%sover -p /sbin/ldconfig +%ldconfig_scriptlets -n libsmpp34-%sover %files -n libsmpp34-%sover %_libdir/libsmpp34.so.%{sover}* ++++++ 1.14.3.tar.gz -> 1.14.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.3/Makefile.am new/libsmpp34-1.14.4/Makefile.am --- old/libsmpp34-1.14.3/Makefile.am 2023-09-12 12:40:44.000000000 +0200 +++ new/libsmpp34-1.14.4/Makefile.am 2024-05-27 11:16:02.000000000 +0200 @@ -22,7 +22,8 @@ README.md \ .version \ debian \ - contrib/libsmpp34.spec.in + git-version-gen \ + $(NULL) @RELMAKE@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.3/configure.ac new/libsmpp34-1.14.4/configure.ac --- old/libsmpp34-1.14.3/configure.ac 2023-09-12 12:40:44.000000000 +0200 +++ new/libsmpp34-1.14.4/configure.ac 2024-05-27 11:16:02.000000000 +0200 @@ -89,6 +89,5 @@ def_list/Makefile binaries/Makefile test_apps/Makefile - libsmpp34.pc - contrib/libsmpp34.spec]) + libsmpp34.pc]) AC_OUTPUT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.3/contrib/libsmpp34.spec.in new/libsmpp34-1.14.4/contrib/libsmpp34.spec.in --- old/libsmpp34-1.14.3/contrib/libsmpp34.spec.in 2023-09-12 12:40:44.000000000 +0200 +++ new/libsmpp34-1.14.4/contrib/libsmpp34.spec.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,86 +0,0 @@ -# -# spec file for package libsmpp34 -# -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2016, Martin Hauke <[email protected]> -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -%define sover 1 -Name: libsmpp34 -Version: @VERSION@ -Release: 0 -Summary: PDU SMPP packaging and unpackaging tool -License: GPL-2.0-or-later AND LGPL-2.1-or-later -Group: Development/Libraries/C and C++ -URL: https://osmocom.org/projects/libsmpp34 -Source: %{name}-%{version}.tar.xz -BuildRequires: autoconf >= 2.57 -BuildRequires: libtool -BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libxml-2.0) - -%description -The library provides the PDU handling of the SMPP-3.4 protocol. - -%package -n libsmpp34-%{sover} -Summary: SMPP-3.4 protocol library -License: LGPL-2.1-or-later -Group: System/Libraries - -%description -n libsmpp34-%{sover} -This library provides the Protocol Data Unit (PDU) handling of the -SMPP-3.4 protocol. SMPP (Short Message Peer-to-Peer) is a protocol -providing a data communication interface for the transfer of short -message data between External Short Messaging Entities, Routing -Entitites and Message Centres. - -%package -n libsmpp34-%{sover}-devel -Summary: Development files for the SMPP-3.4 protocol library -License: GPL-2.0-or-later -Group: Development/Libraries/C and C++ -Requires: libsmpp34-%{sover} = %{version} - -%description -n libsmpp34-%{sover}-devel -The library provides the PDU handling of the SMPP-3.4 protocol. - -This subpackage contains libraries and header files for developing -applications that want to make use of libsmpp34. - -%prep -%setup -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fi -%configure --disable-static --includedir="%{_includedir}/%{name}" -make %{?_smp_mflags} - -%install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print - -%check -make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) - -%post -n libsmpp34-%{sover} -p /sbin/ldconfig -%postun -n libsmpp34-%{sover} -p /sbin/ldconfig - -%files -n libsmpp34-%{sover} -%{_libdir}/libsmpp34.so.%{sover}* - -%files -n libsmpp34-%{sover}-devel -%license COPYING -%doc ChangeLog -%{_includedir}/%{name}/ -%{_libdir}/libsmpp34.so -%{_libdir}/pkgconfig/*.pc - -%changelog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.3/debian/changelog new/libsmpp34-1.14.4/debian/changelog --- old/libsmpp34-1.14.3/debian/changelog 2023-09-12 12:40:44.000000000 +0200 +++ new/libsmpp34-1.14.4/debian/changelog 2024-05-27 11:16:02.000000000 +0200 @@ -1,3 +1,14 @@ +libsmpp34 (1.14.4) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * fix warnings about implicit declaration of strtol() + * build: include git-version-gen into the release tarball + + [ Oliver Smith ] + * contrib: remove rpm spec file + + -- Oliver Smith <[email protected]> Mon, 27 May 2024 11:16:01 +0200 + libsmpp34 (1.14.3) unstable; urgency=medium [ Vadim Yanitskiy ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.3/src/Makefile.am new/libsmpp34-1.14.4/src/Makefile.am --- old/libsmpp34-1.14.3/src/Makefile.am 2023-09-12 12:40:44.000000000 +0200 +++ new/libsmpp34-1.14.4/src/Makefile.am 2024-05-27 11:16:02.000000000 +0200 @@ -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:0:2 +LIBVERSION=3:1:2 # src/Makefile.am # lib_LTLIBRARIES = libsmpp34.la diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.3/test_apps/esme.c new/libsmpp34-1.14.4/test_apps/esme.c --- old/libsmpp34-1.14.3/test_apps/esme.c 2023-09-12 12:40:44.000000000 +0200 +++ new/libsmpp34-1.14.4/test_apps/esme.c 2024-05-27 11:16:02.000000000 +0200 @@ -23,6 +23,7 @@ */ #include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include <string.h> #include <libxml/xmlmemory.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.3/test_apps/sendwp.c new/libsmpp34-1.14.4/test_apps/sendwp.c --- old/libsmpp34-1.14.3/test_apps/sendwp.c 2023-09-12 12:40:44.000000000 +0200 +++ new/libsmpp34-1.14.4/test_apps/sendwp.c 2024-05-27 11:16:02.000000000 +0200 @@ -23,6 +23,7 @@ */ #include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include <string.h> #include <libxml/xmlmemory.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.3/test_apps/smpp.c new/libsmpp34-1.14.4/test_apps/smpp.c --- old/libsmpp34-1.14.3/test_apps/smpp.c 2023-09-12 12:40:44.000000000 +0200 +++ new/libsmpp34-1.14.4/test_apps/smpp.c 2024-05-27 11:16:02.000000000 +0200 @@ -23,6 +23,7 @@ */ #include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.3/test_apps/tcp.c new/libsmpp34-1.14.4/test_apps/tcp.c --- old/libsmpp34-1.14.3/test_apps/tcp.c 2023-09-12 12:40:44.000000000 +0200 +++ new/libsmpp34-1.14.4/test_apps/tcp.c 2024-05-27 11:16:02.000000000 +0200 @@ -28,6 +28,7 @@ #include <arpa/inet.h> #include <netdb.h> #include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include <string.h> #include <libxml/xmlmemory.h>
