Use upstream defaults (png and jpeg) for builtin loaders

Resolves: #1951125

(cherry picked from Fedora commit f9ffe49c4e)
This commit is contained in:
Kalev Lember 2021-04-13 14:59:46 +02:00
parent 56acad51cf
commit c9b39d0f26

View File

@ -60,7 +60,7 @@ the functionality of the installed %{name} package.
%autosetup -n gdk-pixbuf-%{version} -p1
%build
%meson -Dbuiltin_loaders=png \
%meson \
-Dgtk_doc=false \
-Dman=true \
%{nil}
@ -119,6 +119,7 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
%changelog
* Fri May 14 2021 Kalev Lember <klember@redhat.com> - 2.42.6-1
- Update to 2.42.6
- Use upstream defaults (png and jpeg) for builtin loaders
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.42.4-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937