Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package imlib2 for openSUSE:Factory checked in at 2024-02-07 18:47:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/imlib2 (Old) and /work/SRC/openSUSE:Factory/.imlib2.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "imlib2" Wed Feb 7 18:47:21 2024 rev:56 rq:1144500 version:1.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes 2023-09-26 22:23:58.984794337 +0200 +++ /work/SRC/openSUSE:Factory/.imlib2.new.1815/imlib2.changes 2024-02-07 18:48:17.538444472 +0100 @@ -1,0 +2,6 @@ +Sun Feb 4 20:45:07 UTC 2024 - Andreas Stieger <[email protected]> + +- update to 1.12.2: + * Fixes for Y4M, ANI, PNG and JPG loaders + +------------------------------------------------------------------- Old: ---- imlib2-1.12.1.tar.xz New: ---- imlib2-1.12.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ imlib2.spec ++++++ --- /var/tmp/diff_new_pack.79U3qJ/_old 2024-02-07 18:48:17.978460340 +0100 +++ /var/tmp/diff_new_pack.79U3qJ/_new 2024-02-07 18:48:17.978460340 +0100 @@ -2,6 +2,7 @@ # spec file for package imlib2 # # Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +26,7 @@ %bcond_with svg %bcond_with postscript Name: imlib2 -Version: 1.12.1 +Version: 1.12.2 Release: 0 Summary: Image handling and conversion library License: BSD-3-Clause @@ -49,6 +50,7 @@ BuildRequires: pkgconfig(xcb-shm) >= 1.9 BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(zlib) +Recommends: imlib2-loaders %if %{with jxl} BuildRequires: pkgconfig(libjxl) BuildRequires: pkgconfig(libjxl_threads) @@ -59,7 +61,6 @@ %if %{with postscript} BuildRequires: pkgconfig(libspectre) %endif -Recommends: imlib2-loaders %description Imlib2 is an advanced replacement library for libraries like libXpm @@ -127,7 +128,7 @@ jpeg, png, pnm, tga, tiff, xpm, j2k, heif, jxl. %prep -%setup -q +%autosetup -p1 %build %configure \ @@ -156,11 +157,12 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n %{lname} -p /sbin/ldconfig -%postun -n %{lname} -p /sbin/ldconfig +%check +%make_build check + +%ldconfig_scriptlets -n %{lname} %files -%defattr(-,root,root,0755) %license COPYING %doc AUTHORS README %{_bindir}/imlib2_bumpmap @@ -176,19 +178,22 @@ %{_datadir}/imlib2/* %files -n %{lname} +%license COPYING %{_libdir}/libImlib2.so.1* %files devel -%defattr(-,root,root,0755) +%license COPYING %{_libdir}/pkgconfig/imlib2.pc %{_includedir}/* %{_libdir}/lib*.so %files filters +%license COPYING %attr(755,root,root) %dir %{_libdir}/imlib2 %attr(755,root,root) %{_libdir}/imlib2/filters %files loaders +%license COPYING %attr(755,root,root) %dir %{_libdir}/imlib2 %attr(755,root,root) %{_libdir}/imlib2/loaders ++++++ imlib2-1.12.1.tar.xz -> imlib2-1.12.2.tar.xz ++++++ ++++ 71408 lines of diff (skipped)
