Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libsmpp34 for openSUSE:Factory checked in at 2026-02-05 18:00:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsmpp34 (Old) and /work/SRC/openSUSE:Factory/.libsmpp34.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsmpp34" Thu Feb 5 18:00:54 2026 rev:10 rq:1331153 version:1.14.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libsmpp34/libsmpp34.changes 2024-06-18 22:52:51.084571172 +0200 +++ /work/SRC/openSUSE:Factory/.libsmpp34.new.1670/libsmpp34.changes 2026-02-05 18:06:40.495400238 +0100 @@ -1,0 +2,6 @@ +Thu Feb 5 11:15:15 UTC 2026 - Jan Engelhardt <[email protected]> + +- Update to release 1.14.5 + * Generate a version.h file + +------------------------------------------------------------------- Old: ---- 1.14.4.tar.gz New: ---- 1.14.5.tar.gz _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsmpp34.spec ++++++ --- /var/tmp/diff_new_pack.0PImT4/_old 2026-02-05 18:06:41.083424940 +0100 +++ /var/tmp/diff_new_pack.0PImT4/_new 2026-02-05 18:06:41.083424940 +0100 @@ -1,7 +1,7 @@ # # spec file for package libsmpp34 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # 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.4 +Version: 1.14.5 Release: 0 Summary: PDU SMPP packaging and unpackaging tool License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ 1.14.4.tar.gz -> 1.14.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.4/README.md new/libsmpp34-1.14.5/README.md --- old/libsmpp34-1.14.4/README.md 2024-05-27 11:16:02.000000000 +0200 +++ new/libsmpp34-1.14.5/README.md 2025-12-03 18:42:17.000000000 +0100 @@ -53,7 +53,7 @@ Our coding standards are described at <https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards> -We us a gerrit based patch submission/review process for managing +We use a Gerrit based patch submission/review process for managing contributions. Please see <https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit> for more details diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.4/TODO-RELEASE new/libsmpp34-1.14.5/TODO-RELEASE --- old/libsmpp34-1.14.4/TODO-RELEASE 2024-05-27 11:16:02.000000000 +0200 +++ new/libsmpp34-1.14.5/TODO-RELEASE 2025-12-03 18:42:17.000000000 +0100 @@ -1,9 +1,9 @@ # When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install -# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info -# In short: +# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release +# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info # LIBVERSION=c:r:a # If the library source code has changed at all since the last update, then increment revision: c:r + 1:a. -# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0. +# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a. # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. -#library what description / commit summary line +#library what description / commit summary line diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.4/debian/changelog new/libsmpp34-1.14.5/debian/changelog --- old/libsmpp34-1.14.4/debian/changelog 2024-05-27 11:16:02.000000000 +0200 +++ new/libsmpp34-1.14.5/debian/changelog 2025-12-03 18:42:17.000000000 +0100 @@ -1,3 +1,13 @@ +libsmpp34 (1.14.5) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * README.md: cosmetic: fix a typo + + [ Oliver Smith ] + * Generate a version.h file + + -- Pau Espin Pedrol <[email protected]> Wed, 03 Dec 2025 18:42:16 +0100 + libsmpp34 (1.14.4) unstable; urgency=medium [ Vadim Yanitskiy ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.4/src/Makefile.am new/libsmpp34-1.14.5/src/Makefile.am --- old/libsmpp34-1.14.4/src/Makefile.am 2024-05-27 11:16:02.000000000 +0200 +++ new/libsmpp34-1.14.5/src/Makefile.am 2025-12-03 18:42:17.000000000 +0100 @@ -18,11 +18,25 @@ $(LIBRARY_SOURCE_DIR)/smpp34_params.c \ $(LIBRARY_SOURCE_DIR)/smpp34_params.h +smpp34_version.h: $(LIBRARY_SOURCE_DIR)/smpp34_version.h.tpl + $(AM_V_GEN)sed \ + -e "s/{{VERSION}}/$$(echo '@VERSION@' | cut -d. -f1-3)/g" \ + -e "s/{{VERSION_MAJOR}}/$$(echo '@VERSION@' | cut -d. -f1)/g" \ + -e "s/{{VERSION_MINOR}}/$$(echo '@VERSION@' | cut -d. -f2)/g" \ + -e "s/{{VERSION_PATCH}}/$$(echo '@VERSION@' | cut -d. -f3)/g" \ + $< > $@ + +EXTRA_DIST = \ + $(LIBRARY_SOURCE_DIR)/smpp34_version.h.tpl \ + $(NULL) + include_HEADERS = \ $(LIBRARY_SOURCE_DIR)/smpp34.h \ $(LIBRARY_SOURCE_DIR)/smpp34_heap.h \ $(LIBRARY_SOURCE_DIR)/smpp34_structs.h \ - $(LIBRARY_SOURCE_DIR)/smpp34_params.h + $(LIBRARY_SOURCE_DIR)/smpp34_params.h \ + smpp34_version.h \ + $(NULL) libsmpp34_la_CFLAGS = @CFLAGS@ -Wall libsmpp34_la_CFLAGS += -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsmpp34-1.14.4/src/smpp34_version.h.tpl new/libsmpp34-1.14.5/src/smpp34_version.h.tpl --- old/libsmpp34-1.14.4/src/smpp34_version.h.tpl 1970-01-01 01:00:00.000000000 +0100 +++ new/libsmpp34-1.14.5/src/smpp34_version.h.tpl 2025-12-03 18:42:17.000000000 +0100 @@ -0,0 +1,16 @@ +#pragma once + +#define LIBSMPP34_VERSION {{VERSION}} +#define LIBSMPP34_VERSION_STR "{{VERSION}}" + +#define LIBSMPP34_VERSION_MAJOR {{VERSION_MAJOR}} +#define LIBSMPP34_VERSION_MINOR {{VERSION_MINOR}} +#define LIBSMPP34_VERSION_PATCH {{VERSION_PATCH}} + +#define LIBSMPP34_VERSION_GREATER_EQUAL(major, minor, patch) \ + (LIBSMPP34_VERSION_MAJOR > (major) || \ + (LIBSMPP34_VERSION_MAJOR == (major) && \ + LIBSMPP34_VERSION_MINOR > (minor)) || \ + (LIBSMPP34_VERSION_MAJOR == (major) && \ + LIBSMPP34_VERSION_MINOR == (minor) && \ + LIBSMPP34_VERSION_PATCH >= (patch))) ++++++ _scmsync.obsinfo ++++++ mtime: 1770290166 commit: 8c2bc634a4209b1ea21aba62824cdbe06a921dfa06568a4dca27e811eab5b0c7 url: https://src.opensuse.org/jengelh/libsmpp34 revision: master ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-02-05 12:16:14.000000000 +0100 @@ -0,0 +1 @@ +.osc
