Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libpaper for openSUSE:Factory checked in at 2024-05-27 11:44:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpaper (Old) and /work/SRC/openSUSE:Factory/.libpaper.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpaper" Mon May 27 11:44:48 2024 rev:10 rq:1176744 version:2.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libpaper/libpaper.changes 2024-02-16 21:41:33.647979540 +0100 +++ /work/SRC/openSUSE:Factory/.libpaper.new.24587/libpaper.changes 2024-05-27 11:45:37.307290106 +0200 @@ -1,0 +2,15 @@ +Fri May 24 07:55:14 UTC 2024 - Dr. Werner Fink <wer...@suse.de> + +- Update 2.2.5: + * This release exports the symbol âdefaultpaperâ, which was previously missing. + * Former release adds missing license files (GPL 3 and MIT) to the source tarball. + * Former release fixes the build when configured without --enable-relocatable + * Former release fixes the license headers of paper.c and paper.h + * Former release merely puts the correct copyright holders in the copy of + the MIT License. + * Former release adds the option of using the library under the MIT license + when it is built without relocation support (--enable-relocatable). + It achieves this by replacing all the other LGPLâed code from gnulib + with alternative code. + +------------------------------------------------------------------- Old: ---- libpaper-2.1.3.tar.gz New: ---- libpaper-2.2.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpaper.spec ++++++ --- /var/tmp/diff_new_pack.AwwqGW/_old 2024-05-27 11:45:39.639375544 +0200 +++ /var/tmp/diff_new_pack.AwwqGW/_new 2024-05-27 11:45:39.663376423 +0200 @@ -19,7 +19,7 @@ %define sover 2 Name: libpaper -Version: 2.1.3 +Version: 2.2.5 Release: 0 Summary: Enables users to indicate their preferred paper size License: GPL-3.0-or-later @@ -71,12 +71,14 @@ %build %configure \ - --disable-static + --disable-static \ + --enable-relocatable \ + --enable-year2038 %make_build %install %make_install -rm -vRf %{buildroot}%{_datadir}/doc/libpaper/README +rm -vRf %{buildroot}%{_datadir}/doc/libpaper/README.md find %{buildroot}%{_libdir} -name *libpaper.la -delete %post -n %{name}%{sover} -p /sbin/ldconfig @@ -84,7 +86,7 @@ %files %license COPYING -%doc README +%doc README.md %config %{_sysconfdir}/paperspecs %{_mandir}/man5/paperspecs.5.gz ++++++ libpaper-2.1.3.tar.gz -> libpaper-2.2.5.tar.gz ++++++ ++++ 17431 lines of diff (skipped)