Blame SPECS/gdk-pixbuf2.spec

8a4eec
%global glib2_version 2.56.0
8a4eec
8a4eec
Name:           gdk-pixbuf2
8a4eec
Version:        2.42.6
8a4eec
Release:        2%{?dist}
8a4eec
Summary:        An image loading library
8a4eec
8a4eec
License:        LGPLv2+
8a4eec
URL:            https://gitlab.gnome.org/GNOME/gdk-pixbuf
8a4eec
Source0:        https://download.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-%{version}.tar.xz
8a4eec
8a4eec
BuildRequires:  docbook-style-xsl
8a4eec
BuildRequires:  gettext
8a4eec
BuildRequires:  pkgconfig(gio-2.0) >= %{glib2_version}
8a4eec
BuildRequires:  libpng-devel
8a4eec
BuildRequires:  libjpeg-devel
8a4eec
BuildRequires:  libtiff-devel
8a4eec
BuildRequires:  libxslt
8a4eec
BuildRequires:  meson
8a4eec
BuildRequires:  pkgconfig(gobject-introspection-1.0)
8a4eec
# gdk-pixbuf does a configure time check which uses the GIO mime
8a4eec
# layer; we need to actually have the mime type database.
8a4eec
BuildRequires:  shared-mime-info
8a4eec
8a4eec
Requires: glib2%{?_isa} >= %{glib2_version}
8a4eec
# We also need MIME information at runtime
8a4eec
Requires: shared-mime-info
8a4eec
8a4eec
%description
8a4eec
gdk-pixbuf is an image loading library that can be extended by loadable
8a4eec
modules for new image formats. It is used by toolkits such as GTK+ or
8a4eec
clutter.
8a4eec
8a4eec
%package modules
8a4eec
Summary: Additional image modules for gdk-pixbuf2
8a4eec
Requires: %{name}%{?_isa} = %{version}-%{release}
8a4eec
8a4eec
%description modules
8a4eec
This package contains the additional modules that are needed to load various
8a4eec
image formats such as ICO and JPEG.
8a4eec
8a4eec
%package devel
8a4eec
Summary: Development files for gdk-pixbuf2
8a4eec
Requires: %{name}%{?_isa} = %{version}-%{release}
8a4eec
Requires: glib2-devel%{?_isa} >= %{glib2_version}
8a4eec
8a4eec
%description devel
8a4eec
This package contains the libraries and header files that are needed
8a4eec
for writing applications that are using gdk-pixbuf2.
8a4eec
8a4eec
%package tests
8a4eec
Summary: Tests for the %{name} package
8a4eec
Requires: %{name}%{?_isa} = %{version}-%{release}
8a4eec
8a4eec
%description tests
8a4eec
The %{name}-tests package contains tests that can be used to verify
8a4eec
the functionality of the installed %{name} package.
8a4eec
8a4eec
%prep
8a4eec
%autosetup -n gdk-pixbuf-%{version} -p1
8a4eec
8a4eec
%build
8a4eec
%meson \
8a4eec
       -Dgtk_doc=false \
8a4eec
       -Dman=true \
8a4eec
       %{nil}
8a4eec
8a4eec
%global _smp_mflags -j1
8a4eec
%meson_build
8a4eec
8a4eec
%install
8a4eec
%meson_install
8a4eec
8a4eec
touch $RPM_BUILD_ROOT%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
8a4eec
8a4eec
(cd $RPM_BUILD_ROOT%{_bindir}
8a4eec
 mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-%{__isa_bits}
8a4eec
)
8a4eec
8a4eec
%find_lang gdk-pixbuf
8a4eec
8a4eec
%transfiletriggerin -- %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders
8a4eec
gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
8a4eec
8a4eec
%transfiletriggerpostun -- %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders
8a4eec
gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
8a4eec
8a4eec
%files -f gdk-pixbuf.lang
8a4eec
%license COPYING
8a4eec
%doc NEWS
8a4eec
%{_libdir}/libgdk_pixbuf-2.0.so.*
8a4eec
%{_libdir}/girepository-1.0
8a4eec
%dir %{_libdir}/gdk-pixbuf-2.0
8a4eec
%dir %{_libdir}/gdk-pixbuf-2.0/2.10.0
8a4eec
%dir %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders
8a4eec
%ghost %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
8a4eec
%{_bindir}/gdk-pixbuf-query-loaders-%{__isa_bits}
8a4eec
%{_bindir}/gdk-pixbuf-thumbnailer
8a4eec
%{_mandir}/man1/gdk-pixbuf-query-loaders.1*
8a4eec
%{_datadir}/thumbnailers/
8a4eec
8a4eec
%files modules
8a4eec
%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*.so
8a4eec
8a4eec
%files devel
8a4eec
%dir %{_includedir}/gdk-pixbuf-2.0
8a4eec
%{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf
8a4eec
%{_libdir}/libgdk_pixbuf-2.0.so
8a4eec
%{_libdir}/pkgconfig/gdk-pixbuf-2.0.pc
8a4eec
%{_bindir}/gdk-pixbuf-csource
8a4eec
%{_bindir}/gdk-pixbuf-pixdata
8a4eec
%{_datadir}/gir-1.0/
8a4eec
%{_mandir}/man1/gdk-pixbuf-csource.1*
8a4eec
8a4eec
%files tests
8a4eec
%{_libexecdir}/installed-tests
8a4eec
%{_datadir}/installed-tests
8a4eec
8a4eec
%changelog
8a4eec
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.42.6-2
8a4eec
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
8a4eec
  Related: rhbz#1991688
8a4eec
8a4eec
* Fri May 14 2021 Kalev Lember <klember@redhat.com> - 2.42.6-1
8a4eec
- Update to 2.42.6
8a4eec
- Use upstream defaults (png and jpeg) for builtin loaders
8a4eec
8a4eec
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.42.4-3
8a4eec
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
8a4eec
8a4eec
* Tue Mar 23 2021 Kalev Lember <klember@redhat.com> - 2.42.4-2
8a4eec
- Rebuild
8a4eec
8a4eec
* Tue Mar 23 2021 Kalev Lember <klember@redhat.com> - 2.42.4-1
8a4eec
- Update to 2.42.4
8a4eec
- Disable gtk-doc support as we don't have gi-docgen in Fedora yet
8a4eec
8a4eec
* Fri Feb 19 2021 Kalev Lember <klember@redhat.com> - 2.42.2-2
8a4eec
- Avoid using deprecated meson options
8a4eec
- Fix gtk-doc directory ownership
8a4eec
8a4eec
* Fri Feb 19 2021 Kalev Lember <klember@redhat.com> - 2.42.2-1
8a4eec
- Update to 2.42.2
8a4eec
- Split out gdk-pixbuf2-xlib to separate source package
8a4eec
- Update upstream URLs
8a4eec
8a4eec
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-4
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
8a4eec
8a4eec
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-3
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8a4eec
8a4eec
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.0-2
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8a4eec
8a4eec
* Tue Oct 08 2019 Kalev Lember <klember@redhat.com> - 2.40.0-1
8a4eec
- Update to 2.40.0
8a4eec
8a4eec
* Mon Aug 19 2019 Kalev Lember <klember@redhat.com> - 2.39.2-1
8a4eec
- Update to 2.39.2
8a4eec
8a4eec
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.38.1-2
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8a4eec
8a4eec
* Thu Feb 28 2019 Kalev Lember <klember@redhat.com> - 2.38.1-1
8a4eec
- Update to 2.38.1
8a4eec
8a4eec
* Tue Feb 12 2019 Kalev Lember <klember@redhat.com> - 2.38.0-6
8a4eec
- Backport a patch to fix perl-Gtk3 build (#1676474)
8a4eec
8a4eec
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.38.0-5
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8a4eec
8a4eec
* Mon Sep 10 2018 Kalev Lember <klember@redhat.com> - 2.38.0-4
8a4eec
- Disable parallel make to work around thumbnailer generation issue (#1626835)
8a4eec
8a4eec
* Mon Sep 10 2018 Kalev Lember <klember@redhat.com> - 2.38.0-3
8a4eec
- Rebuilt to pick up all thumbnailers (#1626835)
8a4eec
8a4eec
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 2.38.0-2
8a4eec
- Rebuilt against fixed atk (#1626575)
8a4eec
8a4eec
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 2.38.0-1
8a4eec
- Update to 2.38.0
8a4eec
- Switch to the meson build system
8a4eec
- Remove ancient conflicts
8a4eec
- Remove ldconfig scriptlets
8a4eec
8a4eec
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.12-2
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8a4eec
8a4eec
* Sun Apr 08 2018 Kalev Lember <klember@redhat.com> - 2.36.12-1
8a4eec
- Update to 2.36.12
8a4eec
8a4eec
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.11-2
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8a4eec
8a4eec
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 2.36.11-1
8a4eec
- Update to 2.36.11
8a4eec
8a4eec
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 2.36.10-1
8a4eec
- Update to 2.36.10
8a4eec
8a4eec
* Mon Aug 21 2017 Kalev Lember <klember@redhat.com> - 2.36.9-1
8a4eec
- Update to 2.36.9
8a4eec
8a4eec
* Wed Aug 16 2017 Kalev Lember <klember@redhat.com> - 2.36.8-2
8a4eec
- Fix tiff loader to build again
8a4eec
8a4eec
* Tue Aug 08 2017 Kalev Lember <klember@redhat.com> - 2.36.8-1
8a4eec
- Update to 2.36.8
8a4eec
8a4eec
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.7-6
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8a4eec
8a4eec
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 2.36.7-5
8a4eec
- Rebuild with binutils fix for ppc64le (#1475636)
8a4eec
8a4eec
* Wed Jul 26 2017 Kalev Lember <klember@redhat.com> - 2.36.7-4
8a4eec
- Backport a patch to fix ico quality sorting
8a4eec
8a4eec
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.7-3
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8a4eec
8a4eec
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 2.36.7-2
8a4eec
- Rebuilt for a s390x binutils issue
8a4eec
8a4eec
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 2.36.7-1
8a4eec
- Update to 2.36.7
8a4eec
8a4eec
* Thu Jul 13 2017 Bastien Nocera <bnocera@redhat.com> - 2.36.6-2
8a4eec
+ gdk-pixbuf2-2.36.6-2
8a4eec
- Fix crasher in jpeg loader
8a4eec
8a4eec
* Mon Apr 03 2017 Kalev Lember <klember@redhat.com> - 2.36.6-1
8a4eec
- Update to 2.36.6
8a4eec
8a4eec
* Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 2.36.5-1
8a4eec
- Update to 2.36.5
8a4eec
8a4eec
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.4-2
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8a4eec
8a4eec
* Mon Jan 16 2017 Kalev Lember <klember@redhat.com> - 2.36.4-1
8a4eec
- Update to 2.36.4
8a4eec
8a4eec
* Wed Jan 04 2017 Kalev Lember <klember@redhat.com> - 2.36.3-1
8a4eec
- Update to 2.36.3
8a4eec
8a4eec
* Tue Dec 20 2016 Kalev Lember <klember@redhat.com> - 2.36.2-1
8a4eec
- Update to 2.36.2
8a4eec
8a4eec
* Tue Dec 13 2016 Kalev Lember <klember@redhat.com> - 2.36.1-1
8a4eec
- Update to 2.36.1
8a4eec
8a4eec
* Fri Dec 02 2016 Kalev Lember <klember@redhat.com> - 2.36.0-3
8a4eec
- Re-enable the libjasper JPEG-2000 loader now that it's getting maintainance
8a4eec
  upstream again
8a4eec
8a4eec
* Thu Oct 27 2016 Richard W.M. Jones <rjones@redhat.com> - 2.36.0-2
8a4eec
- Disable "silent rules".
8a4eec
8a4eec
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 2.36.0-1
8a4eec
- Update to 2.36.0
8a4eec
8a4eec
* Thu Sep 15 2016 Richard Hughes <rhughes@redhat.com> - 2.35.5-2
8a4eec
- Disable the libjasper JPEG-2000 loader because it's horribly insecure.
8a4eec
8a4eec
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 2.35.5-1
8a4eec
- Update to 2.35.5
8a4eec
- Don't set group tags
8a4eec
8a4eec
* Mon Aug 29 2016 Kalev Lember <klember@redhat.com> - 2.35.4-1
8a4eec
- Update to 2.35.4
8a4eec
8a4eec
* Thu Aug 04 2016 Kalev Lember <klember@redhat.com> - 2.35.3-1
8a4eec
- Update to 2.35.3
8a4eec
8a4eec
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 2.35.2-1
8a4eec
- Update to 2.35.2
8a4eec
8a4eec
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 2.35.1-1
8a4eec
- Update to 2.35.1
8a4eec
8a4eec
* Thu Mar 24 2016 Kalev Lember <klember@redhat.com> - 2.34.0-1
8a4eec
- Update to 2.34.0
8a4eec
8a4eec
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.33.2-2
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8a4eec
8a4eec
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 2.33.2-1
8a4eec
- Update to 2.33.2
8a4eec
8a4eec
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.33.1-1
8a4eec
- Update to 2.33.1
8a4eec
8a4eec
* Fri Sep 25 2015 Kalev Lember <klember@redhat.com> - 2.32.1-1
8a4eec
- Update to 2.32.1
8a4eec
8a4eec
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.32.0-1
8a4eec
- Update to 2.32.0
8a4eec
8a4eec
* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 2.31.7-1
8a4eec
- Update to 2.31.7
8a4eec
8a4eec
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 2.31.6-1
8a4eec
- Update to 2.31.6
8a4eec
- Use make_install macro
8a4eec
8a4eec
* Wed Aug 05 2015 Kalev Lember <klember@redhat.com> - 2.31.5-3
8a4eec
- Use the right macro name in file triggers
8a4eec
8a4eec
* Wed Aug  5 2015 Matthias Clasen <mclasen@redhat.com> - 2.31.5-2
8a4eec
- Add file triggers
8a4eec
8a4eec
* Mon Jul 20 2015 David King <amigadave@amigadave.com> - 2.31.5-1
8a4eec
- Update to 2.31.5
8a4eec
- Use pkgconfig for some BuildRequires
8a4eec
8a4eec
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.31.4-2
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8a4eec
8a4eec
* Mon May 11 2015 Kalev Lember <kalevlember@gmail.com> - 2.31.4-1
8a4eec
- Update to 2.31.4
8a4eec
8a4eec
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 2.31.3-5
8a4eec
- Fix a typo causing building applications to fail.
8a4eec
8a4eec
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 2.31.3-4
8a4eec
- Put the xlib headers in the right package.
8a4eec
8a4eec
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 2.31.3-3
8a4eec
- Split out the xlib code as a subpackage to allows us to depend on the core
8a4eec
  library on the cloud image and not depends on half of Xorg.
8a4eec
8a4eec
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 2.31.3-2
8a4eec
- Split out the modules as a subpackage to allows us to depend on the core
8a4eec
  library on the cloud image and not drag every image loader known to man.
8a4eec
8a4eec
* Sat Mar 07 2015 Kalev Lember <kalevlember@gmail.com> - 2.31.3-1
8a4eec
- Update to 2.31.3
8a4eec
- Use the %%license macro for the COPYING file
8a4eec
8a4eec
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.31.2-2
8a4eec
- Rebuilt for Fedora 23 Change
8a4eec
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
8a4eec
8a4eec
* Sun Nov 23 2014 Kalev Lember <kalevlember@gmail.com> - 2.31.2-1
8a4eec
- Update to 2.31.2
8a4eec
8a4eec
* Mon Sep 01 2014 Kalev Lember <kalevlember@gmail.com> - 2.31.1-1
8a4eec
- Update to 2.31.1
8a4eec
8a4eec
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.31.0-3
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8a4eec
8a4eec
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.31.0-2
8a4eec
- Rebuilt for gobject-introspection 1.41.4
8a4eec
8a4eec
* Sat Jul 19 2014 Kalev Lember <kalevlember@gmail.com> - 2.31.0-1
8a4eec
- Update to 2.31.0
8a4eec
8a4eec
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30.8-2
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8a4eec
8a4eec
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 2.30.8-1
8a4eec
- Update to 2.30.8
8a4eec
8a4eec
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 2.30.7-1
8a4eec
- Update to 2.30.7
8a4eec
8a4eec
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 2.30.6-1
8a4eec
- Update to 2.30.6
8a4eec
8a4eec
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 2.30.5-1
8a4eec
- Update to 2.30.5
8a4eec
8a4eec
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 2.30.4-1
8a4eec
- Update to 2.30.4
8a4eec
8a4eec
* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 2.30.3-1
8a4eec
- Update to 2.30.3
8a4eec
8a4eec
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.30.2-1
8a4eec
- Update to 2.30.2
8a4eec
8a4eec
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 2.30.1-1
8a4eec
- Update to 2.30.1
8a4eec
8a4eec
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.30.0-1
8a4eec
- Update to 2.30.0
8a4eec
8a4eec
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.29.3-1
8a4eec
- Update to 2.29.3
8a4eec
- Tighten deps with %%_isa
8a4eec
8a4eec
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.29.2-2
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8a4eec
8a4eec
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 2.29.2-1
8a4eec
- Update to 2.29.2
8a4eec
- Add a tests subpackage
8a4eec
8a4eec
* Mon Jun 17 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.29.0-2
8a4eec
- Rebuild (libpng)
8a4eec
8a4eec
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.29.0-1
8a4eec
- Update to 2.29.0
8a4eec
8a4eec
* Mon Apr 15 2013 Richard Hughes <rhughes@redhat.com> - 2.28.1-1
8a4eec
- Update to 2.28.1
8a4eec
8a4eec
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 2.28.0-1
8a4eec
- Update to 2.28.0
8a4eec
8a4eec
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 2.27.3-1
8a4eec
- Update to 2.27.3
8a4eec
8a4eec
* Mon Mar 04 2013 Richard Hughes <rhughes@redhat.com> - 2.27.2-1
8a4eec
- Update to 2.27.2
8a4eec
8a4eec
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 2.27.1-1
8a4eec
- Update to 2.27.1
8a4eec
8a4eec
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2.27.0-2
8a4eec
- rebuild due to "jpeg8-ABI" feature drop
8a4eec
8a4eec
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.27.0-1
8a4eec
- Update to 2.27.0
8a4eec
8a4eec
* Tue Jan 15 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.26.5-3
8a4eec
- Require glib2 >= 2.34.0 for g_type_ensure().
8a4eec
8a4eec
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 2.26.5-2
8a4eec
- rebuild against new libjpeg
8a4eec
8a4eec
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 2.26.5-1
8a4eec
- Update to 2.26.5
8a4eec
8a4eec
* Tue Sep 18 2012 Kalev Lember <kalevlember@gmail.com> - 2.26.4-1
8a4eec
- Update to 2.26.4
8a4eec
8a4eec
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 2.26.2-1
8a4eec
- Update to 2.26.2
8a4eec
8a4eec
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.1-2
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8a4eec
8a4eec
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 2.26.1-1
8a4eec
- Update to 2.26.1
8a4eec
8a4eec
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.26.0-1
8a4eec
- Update to 2.26.0
8a4eec
8a4eec
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
8a4eec
- Update to 2.25.2
8a4eec
8a4eec
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.0-2
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8a4eec
8a4eec
* Fri Dec 16 2011 Matthias Clasen <mclasen@redhat.com> - 2.25.0-1
8a4eec
- Update to 2.25.0
8a4eec
8a4eec
* Mon Nov  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
8a4eec
- Rebuild against new libpng
8a4eec
8a4eec
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
8a4eec
- Update to 2.24.0
8a4eec
8a4eec
* Mon Jun 27 2011 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
8a4eec
- Update to 2.23.5 (fixes CVE-2011-2485)
8a4eec
8a4eec
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.23.4-1
8a4eec
- Update to 2.23.4
8a4eec
8a4eec
* Wed Mar 30 2011 Matthias Clasen <mclasen@redhat.com> 2.23.3-1
8a4eec
- Update to 2.23.3
8a4eec
8a4eec
* Sat Mar  5 2011 Matthias Clasen <mclasen@redhat.com> 2.23.1-1
8a4eec
- Update to 2.23.1
8a4eec
8a4eec
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.23.0-2
8a4eec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8a4eec
8a4eec
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> 2.23.0-1
8a4eec
- Update to 2.23.0
8a4eec
8a4eec
* Fri Nov  5 2010 Matthias Clasen <mclasen@redhat.com> 2.22.1-1
8a4eec
- Update to 2.22.1
8a4eec
8a4eec
* Wed Sep 29 2010 jkeating - 2.22.0-2
8a4eec
- Rebuilt for gcc bug 634757
8a4eec
8a4eec
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> 2.22.0-1
8a4eec
- Update to 2.22.0
8a4eec
8a4eec
* Mon Jul 19 2010 Bastien Nocera <bnocera@redhat.com> 2.21.6-3
8a4eec
- Require libpng for linking
8a4eec
8a4eec
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.21.6-2
8a4eec
- Rebuild with new gobject-introspection
8a4eec
8a4eec
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.6-1
8a4eec
- Update to 2.21.6
8a4eec
8a4eec
* Fri Jul  2 2010 Colin Walters <walters@verbum.org> - 2.21.5-4
8a4eec
- Also Require shared-mime-info for same reason
8a4eec
8a4eec
* Fri Jul  2 2010 Colin Walters <walters@verbum.org> - 2.21.5-3
8a4eec
- BR shared-mime-info; see comment above it
8a4eec
8a4eec
* Tue Jun 29 2010 Colin Walters <walters@pocket> - 2.21.5-2
8a4eec
- Changes to support snapshot builds
8a4eec
8a4eec
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.21.5-1
8a4eec
- Update to 2.21.5
8a4eec
8a4eec
* Sat Jun 26 2010 Matthias Clasen <mclasen@redhat.com> 2.21.4-2
8a4eec
- Rename to gdk-pixbuf2 to avoid conflict with the
8a4eec
  existing gdk-pixbuf package
8a4eec
8a4eec
* Sat Jun 26 2010 Matthias Clasen <mclasen@redhat.com> 2.21.4-1
8a4eec
- Update to 2.21.4
8a4eec
- Incorporate package review feedback
8a4eec
8a4eec
* Sat Jun 26 2010 Matthias Clasen <mclasen@redhat.com> 2.21.3-1
8a4eec
- Initial packaging