diff --git a/imlib2-1.12.1.tar.xz b/imlib2-1.12.1.tar.xz deleted file mode 100644 index 0ae69a5..0000000 --- a/imlib2-1.12.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c24d2d189c4d5ae602dbf2fc0fbb117aa923eab6c883041f0feeca4e8c6774e -size 831680 diff --git a/imlib2-1.12.3.tar.xz b/imlib2-1.12.3.tar.xz new file mode 100644 index 0000000..b687676 --- /dev/null +++ b/imlib2-1.12.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96244656576a3e0a6f58b78e514ddc919622ac6806711bc231837eee62c1de34 +size 833128 diff --git a/imlib2.changes b/imlib2.changes index aac3d2c..d7caf59 100644 --- a/imlib2.changes +++ b/imlib2.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Jul 14 13:12:04 UTC 2024 - Andreas Stieger + +- update to 1.12.3: + * Y4M loader: add support for full range color and 10-bit 4:2:0 + * XPM loader: Major overhaul and bug fixes + * Add endbr32/64 instruction at the start of asm functions + * Add missing CET (Control-flow Enforcement Technology) bits in + asm code + * Developer visible improvements in imlib2_view2 + +------------------------------------------------------------------- +Sun Feb 4 20:45:07 UTC 2024 - Andreas Stieger + +- update to 1.12.2: + * Fixes for Y4M, ANI, PNG and JPG loaders + ------------------------------------------------------------------- Sat Sep 23 17:14:26 UTC 2023 - Dirk Müller diff --git a/imlib2.spec b/imlib2.spec index 968ccc7..132e39a 100644 --- a/imlib2.spec +++ b/imlib2.spec @@ -2,6 +2,7 @@ # spec file for package imlib2 # # Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 Andreas Stieger # # 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.3 Release: 0 Summary: Image handling and conversion library License: BSD-3-Clause @@ -49,6 +50,7 @@ BuildRequires: pkgconfig(xcb) 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 @@ BuildRequires: pkgconfig(librsvg-2.0) >= 2.46 %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 @@ This package contains the imlib2 image loaders for: argb, bmp, gif, jpeg, png, pnm, tga, tiff, xpm, j2k, heif, jxl. %prep -%setup -q +%autosetup -p1 %build %configure \ @@ -156,11 +157,12 @@ jpeg, png, pnm, tga, tiff, xpm, j2k, heif, jxl. %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 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_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