Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libetpan for openSUSE:Factory checked in at 2026-06-15 19:46:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libetpan (Old) and /work/SRC/openSUSE:Factory/.libetpan.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libetpan" Mon Jun 15 19:46:18 2026 rev:30 rq:1359370 version:1.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libetpan/libetpan.changes 2026-05-31 18:29:58.364247786 +0200 +++ /work/SRC/openSUSE:Factory/.libetpan.new.1981/libetpan.changes 2026-06-15 19:49:52.371592304 +0200 @@ -2 +2,7 @@ -Fri May 22 22:22:22 UTC 2026 - [email protected] +Sun Jun 14 14:14:14 UTC 2026 - X <[email protected]> + +- update to 1.10.1 (e02145e) via _service + cosmetic correction to version.h, and new SONAME + +------------------------------------------------------------------- +Fri May 22 22:22:22 UTC 2026 - X <[email protected]> Old: ---- libetpan-1.10.tar.xz New: ---- libetpan-1.10.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libetpan.spec ++++++ --- /var/tmp/diff_new_pack.6uziO2/_old 2026-06-15 19:49:53.767650846 +0200 +++ /var/tmp/diff_new_pack.6uziO2/_new 2026-06-15 19:49:53.775651182 +0200 @@ -1,7 +1,7 @@ # # spec file for package libetpan # -# Copyright (c) 2026 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %bcond_with libetpan_fsanitize -%define sover 20 +%define sover 26 Name: libetpan -Version: 1.10 +Version: 1.10.1 Release: 0 Summary: Mail Handling Library License: BSD-3-Clause @@ -75,12 +75,11 @@ %build touch README INSTALL COPYING env NOCONFIGURE=1 ./autogen.sh +CFLAGS='%optflags -Wno-unused-function -Wno-unused-parameter -std=gnu11' %if %{with libetpan_fsanitize} -CFLAGS='%optflags -Wno-unused-function -Wno-unused-parameter -std=gnu11 -fsanitize=address,undefined' +CFLAGS="$CFLAGS -fsanitize=address,undefined" sed -i~ 's|^Cflags:|Cflags: -fsanitize=address,undefined|' libetpan.pc.in diff -u "$_"~ "$_" && exit 123 -%else -CFLAGS='%optflags -Wno-unused-function -Wno-unused-parameter -std=gnu11' %endif %configure \ --without-curl \ @@ -100,15 +99,13 @@ # remove unneeded *.la files rm %{buildroot}%{_libdir}/libetpan.la -%post -n libetpan%{sover} -p /sbin/ldconfig -%postun -n libetpan%{sover} -p /sbin/ldconfig +%ldconfig_scriptlets -n libetpan%{sover} %files -n libetpan%{sover} -%doc ChangeLog NEWS doc/README* +%license COPYRIGHT %{_libdir}/libetpan.so.%{sover}* %files -n libetpan-devel -%doc doc/API* doc/DOCUMENTATION %{_includedir}/libetpan/ %{_includedir}/libetpan.h %{_libdir}/libetpan.so ++++++ _service ++++++ --- /var/tmp/diff_new_pack.6uziO2/_old 2026-06-15 19:49:53.851654369 +0200 +++ /var/tmp/diff_new_pack.6uziO2/_new 2026-06-15 19:49:53.859654704 +0200 @@ -12,13 +12,11 @@ <param name="exclude">travis</param> <param name="exclude">unittest</param> <param name="filename">libetpan</param> - <param name="revision">1bac78abe207f078c918e9e86faaed13035f4b1f</param> + <param name="revision">1.10.1</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://github.com/dinhvh/libetpan</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param> - <param name="versionrewrite-replacement">\1</param> </service> <service mode="manual" name="recompress"> <param name="compression">xz</param> ++++++ libetpan-1.10.tar.xz -> libetpan-1.10.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libetpan-1.10/configure.ac new/libetpan-1.10.1/configure.ac --- old/libetpan-1.10/configure.ac 2026-05-22 08:44:38.000000000 +0200 +++ new/libetpan-1.10.1/configure.ac 2026-06-14 21:21:04.000000000 +0200 @@ -2,11 +2,11 @@ # Process this file with autoconf to produce a configure script. m4_define([maj_version], [1]) -m4_define([min_version], [9]) -m4_define([mic_version], [4]) -m4_define([api_current], [25]) +m4_define([min_version], [10]) +m4_define([mic_version], [1]) +m4_define([api_current], [26]) m4_define([api_revision], [0]) -m4_define([api_compatibility], [20]) +m4_define([api_compatibility], [26]) dnl API version dnl 1. If you have changed any of the sources for this library, the revision dnl number must be incremented. This is a new revision of the current
