Blame SPECS/gdk-pixbuf2.spec

a085ee
%global glib2_version 2.48.0
a085ee
a085ee
Name:           gdk-pixbuf2
a085ee
Version:        2.36.12
682bae
Release:        5%{?dist}
a085ee
Summary:        An image loading library
a085ee
a085ee
License:        LGPLv2+
a085ee
URL:            http://www.gtk.org
a085ee
#VCS:           git:git://git.gnome.org/gdk-pixbuf
a085ee
Source0:        http://download.gnome.org/sources/gdk-pixbuf/2.36/gdk-pixbuf-%{version}.tar.xz
682bae
Source1:        bug753605-atsize.jpg
682bae
682bae
# https://bugzilla.redhat.com/show_bug.cgi?id=1630565
682bae
Patch0:         Turn-off-mmx-support.diff
a085ee
a085ee
BuildRequires:  pkgconfig(gio-2.0) >= %{glib2_version}
a085ee
BuildRequires:  libpng-devel
a085ee
BuildRequires:  libjpeg-devel
a085ee
BuildRequires:  libtiff-devel
a085ee
BuildRequires:  jasper-devel
a085ee
BuildRequires:  pkgconfig(x11)
a085ee
BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.3
a085ee
# gdk-pixbuf does a configure time check which uses the GIO mime
a085ee
# layer; we need to actually have the mime type database.
a085ee
BuildRequires:  shared-mime-info
a085ee
a085ee
Requires: glib2%{?_isa} >= %{glib2_version}
a085ee
a085ee
# We also need MIME information at runtime
a085ee
Requires: shared-mime-info
682bae
# Bootstrap requirements
682bae
BuildRequires: autoconf automake libtool gtk-doc
682bae
BuildRequires: gettext-autopoint
a085ee
a085ee
# gdk-pixbuf was included in gtk2 until 2.21.2
a085ee
Conflicts: gtk2 <= 2.21.2
a085ee
a085ee
# We need rpm with file triggers support
a085ee
Conflicts: rpm < 4.12.90
a085ee
a085ee
%description
a085ee
gdk-pixbuf is an image loading library that can be extended by loadable
a085ee
modules for new image formats. It is used by toolkits such as GTK+ or
a085ee
clutter.
a085ee
a085ee
%package modules
a085ee
Summary: Additional image modules for gdk-pixbuf
a085ee
Requires: %{name}%{?_isa} = %{version}-%{release}
a085ee
a085ee
%description modules
a085ee
This package contains the additional modules that are needed to load various
a085ee
image formats such as ICO and JPEG.
a085ee
a085ee
%package xlib
a085ee
Summary: Additional library for using gdk-pixbuf with bare xlib
a085ee
Requires: %{name}%{?_isa} = %{version}-%{release}
a085ee
a085ee
%description xlib
a085ee
This package contains the old libgdk-pixbuf-xlib library that is needed by some
a085ee
programs to load GdkPixbuf using bare XLib calls.
a085ee
a085ee
%package xlib-devel
a085ee
Summary: Development files for gdk-pixbuf-xlib
a085ee
Requires: %{name}-xlib%{?_isa} = %{version}-%{release}
a085ee
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
a085ee
a085ee
%description xlib-devel
a085ee
This package contains the libraries and header files that are needed
a085ee
for writing applications that are using gdk-pixbuf-xlib.
a085ee
a085ee
%package devel
a085ee
Summary: Development files for gdk-pixbuf
a085ee
Requires: %{name}%{?_isa} = %{version}-%{release}
a085ee
Requires: glib2-devel%{?_isa} >= %{glib2_version}
a085ee
a085ee
# gdk-pixbuf was included in gtk2 until 2.21.2
a085ee
Conflicts: gtk2-devel <= 2.21.2
a085ee
a085ee
%description devel
a085ee
This package contains the libraries and header files that are needed
a085ee
for writing applications that are using gdk-pixbuf.
a085ee
a085ee
%package tests
a085ee
Summary: Tests for the %{name} package
a085ee
Requires: %{name}%{?_isa} = %{version}-%{release}
a085ee
a085ee
%description tests
a085ee
The %{name}-tests package contains tests that can be used to verify
a085ee
the functionality of the installed %{name} package.
a085ee
a085ee
a085ee
%prep
a085ee
%autosetup -n gdk-pixbuf-%{version} -p1
a085ee
a085ee
%build
682bae
autoreconf -fi
a085ee
%configure                           \
a085ee
        --with-x11                   \
a085ee
        --with-libjasper             \
a085ee
        --with-included-loaders=png  \
a085ee
        --enable-installed-tests     \
a085ee
        --disable-silent-rules
a085ee
make %{?_smp_mflags}
a085ee
a085ee
a085ee
%install
a085ee
%make_install RUN_QUERY_LOADER_TEST=false
a085ee
682bae
cp -a ${RPM_SOURCE_DIR}/bug753605-atsize.jpg $RPM_BUILD_ROOT%{_libexecdir}/installed-tests/gdk-pixbuf
682bae
a085ee
# Remove unpackaged files
a085ee
rm $RPM_BUILD_ROOT%{_libdir}/*.la
a085ee
rm $RPM_BUILD_ROOT%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*.la
a085ee
a085ee
touch $RPM_BUILD_ROOT%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
a085ee
a085ee
(cd $RPM_BUILD_ROOT%{_bindir}
a085ee
 mv gdk-pixbuf-query-loaders gdk-pixbuf-query-loaders-%{__isa_bits}
a085ee
)
a085ee
a085ee
%find_lang gdk-pixbuf
a085ee
a085ee
%post
a085ee
/sbin/ldconfig
a085ee
a085ee
%postun
a085ee
/sbin/ldconfig
a085ee
a085ee
%post xlib -p /sbin/ldconfig
a085ee
a085ee
%postun xlib -p /sbin/ldconfig
a085ee
a085ee
%transfiletriggerin -- %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders
a085ee
gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
a085ee
a085ee
%transfiletriggerpostun -- %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders
a085ee
gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
a085ee
a085ee
%files -f gdk-pixbuf.lang
a085ee
%license COPYING
a085ee
%doc AUTHORS NEWS
a085ee
%{_libdir}/libgdk_pixbuf-2.0.so.*
a085ee
%{_libdir}/girepository-1.0
a085ee
%dir %{_libdir}/gdk-pixbuf-2.0
a085ee
%dir %{_libdir}/gdk-pixbuf-2.0/2.10.0
a085ee
%dir %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders
a085ee
%ghost %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
a085ee
%{_bindir}/gdk-pixbuf-query-loaders-%{__isa_bits}
a085ee
%{_bindir}/gdk-pixbuf-thumbnailer
a085ee
%{_mandir}/man1/gdk-pixbuf-query-loaders.1*
a085ee
%{_datadir}/thumbnailers/
a085ee
a085ee
%files modules
a085ee
%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*.so
a085ee
a085ee
%files xlib
a085ee
%{_libdir}/libgdk_pixbuf_xlib-2.0.so.*
a085ee
a085ee
%files xlib-devel
a085ee
%{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf-xlib
a085ee
%{_libdir}/libgdk_pixbuf_xlib-2.0.so
a085ee
%{_libdir}/pkgconfig/gdk-pixbuf-xlib-2.0.pc
a085ee
a085ee
%files devel
a085ee
%dir %{_includedir}/gdk-pixbuf-2.0
a085ee
%{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf
a085ee
%{_libdir}/libgdk_pixbuf-2.0.so
a085ee
%{_libdir}/pkgconfig/gdk-pixbuf-2.0.pc
a085ee
%{_bindir}/gdk-pixbuf-csource
a085ee
%{_bindir}/gdk-pixbuf-pixdata
a085ee
%{_datadir}/gir-1.0
a085ee
%{_datadir}/gtk-doc/html/*
a085ee
%{_mandir}/man1/gdk-pixbuf-csource.1*
a085ee
a085ee
%files tests
a085ee
%{_libexecdir}/installed-tests
a085ee
%{_datadir}/installed-tests
a085ee
a085ee
a085ee
%changelog
682bae
* Thu Aug 29 2019 Benjamin Otte <otte@gnome.org> - 2.36.12-5
682bae
- Disable mmx support
682bae
  Resolves: #1630565
682bae
682bae
* Fri Dec 14 2018 Ray Strode <rstrode@redhat.com> - 2.36.12-4
682bae
- Install missing test image
682bae
  Related: #1625683
682bae
- Fix up tests.yml
682bae
682bae
* Fri Dec 14 2018 Ray Strode <rstrode@redhat.com> - 2.36.12-3
682bae
- rebuild
682bae
682bae
* Mon Dec 10 2018 Josh Boyer <jwboyer@redhat.com> - 2.36.12-2
682bae
- Rebuild for CET note fixes
682bae
  Resolves: #1657310
682bae
a085ee
* Sun Apr 08 2018 Kalev Lember <klember@redhat.com> - 2.36.12-1
a085ee
- Update to 2.36.12
a085ee
a085ee
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.11-2
a085ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a085ee
a085ee
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 2.36.11-1
a085ee
- Update to 2.36.11
a085ee
a085ee
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 2.36.10-1
a085ee
- Update to 2.36.10
a085ee
a085ee
* Mon Aug 21 2017 Kalev Lember <klember@redhat.com> - 2.36.9-1
a085ee
- Update to 2.36.9
a085ee
a085ee
* Wed Aug 16 2017 Kalev Lember <klember@redhat.com> - 2.36.8-2
a085ee
- Fix tiff loader to build again
a085ee
a085ee
* Tue Aug 08 2017 Kalev Lember <klember@redhat.com> - 2.36.8-1
a085ee
- Update to 2.36.8
a085ee
a085ee
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.7-6
a085ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a085ee
a085ee
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 2.36.7-5
a085ee
- Rebuild with binutils fix for ppc64le (#1475636)
a085ee
a085ee
* Wed Jul 26 2017 Kalev Lember <klember@redhat.com> - 2.36.7-4
a085ee
- Backport a patch to fix ico quality sorting
a085ee
a085ee
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.7-3
a085ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a085ee
a085ee
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 2.36.7-2
a085ee
- Rebuilt for a s390x binutils issue
a085ee
a085ee
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 2.36.7-1
a085ee
- Update to 2.36.7
a085ee
a085ee
* Thu Jul 13 2017 Bastien Nocera <bnocera@redhat.com> - 2.36.6-2
a085ee
+ gdk-pixbuf2-2.36.6-2
a085ee
- Fix crasher in jpeg loader
a085ee
a085ee
* Mon Apr 03 2017 Kalev Lember <klember@redhat.com> - 2.36.6-1
a085ee
- Update to 2.36.6
a085ee
a085ee
* Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 2.36.5-1
a085ee
- Update to 2.36.5
a085ee
a085ee
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.4-2
a085ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a085ee
a085ee
* Mon Jan 16 2017 Kalev Lember <klember@redhat.com> - 2.36.4-1
a085ee
- Update to 2.36.4
a085ee
a085ee
* Wed Jan 04 2017 Kalev Lember <klember@redhat.com> - 2.36.3-1
a085ee
- Update to 2.36.3
a085ee
a085ee
* Tue Dec 20 2016 Kalev Lember <klember@redhat.com> - 2.36.2-1
a085ee
- Update to 2.36.2
a085ee
a085ee
* Tue Dec 13 2016 Kalev Lember <klember@redhat.com> - 2.36.1-1
a085ee
- Update to 2.36.1
a085ee
a085ee
* Fri Dec 02 2016 Kalev Lember <klember@redhat.com> - 2.36.0-3
a085ee
- Re-enable the libjasper JPEG-2000 loader now that it's getting maintainance
a085ee
  upstream again
a085ee
a085ee
* Thu Oct 27 2016 Richard W.M. Jones <rjones@redhat.com> - 2.36.0-2
a085ee
- Disable "silent rules".
a085ee
a085ee
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 2.36.0-1
a085ee
- Update to 2.36.0
a085ee
a085ee
* Thu Sep 15 2016 Richard Hughes <rhughes@redhat.com> - 2.35.5-2
a085ee
- Disable the libjasper JPEG-2000 loader because it's horribly insecure.
a085ee
a085ee
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 2.35.5-1
a085ee
- Update to 2.35.5
a085ee
- Don't set group tags
a085ee
a085ee
* Mon Aug 29 2016 Kalev Lember <klember@redhat.com> - 2.35.4-1
a085ee
- Update to 2.35.4
a085ee
a085ee
* Thu Aug 04 2016 Kalev Lember <klember@redhat.com> - 2.35.3-1
a085ee
- Update to 2.35.3
a085ee
a085ee
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 2.35.2-1
a085ee
- Update to 2.35.2
a085ee
a085ee
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 2.35.1-1
a085ee
- Update to 2.35.1
a085ee
a085ee
* Thu Mar 24 2016 Kalev Lember <klember@redhat.com> - 2.34.0-1
a085ee
- Update to 2.34.0
a085ee
a085ee
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.33.2-2
a085ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a085ee
a085ee
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 2.33.2-1
a085ee
- Update to 2.33.2
a085ee
a085ee
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.33.1-1
a085ee
- Update to 2.33.1
a085ee
a085ee
* Fri Sep 25 2015 Kalev Lember <klember@redhat.com> - 2.32.1-1
a085ee
- Update to 2.32.1
a085ee
a085ee
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.32.0-1
a085ee
- Update to 2.32.0
a085ee
a085ee
* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 2.31.7-1
a085ee
- Update to 2.31.7
a085ee
a085ee
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 2.31.6-1
a085ee
- Update to 2.31.6
a085ee
- Use make_install macro
a085ee
a085ee
* Wed Aug 05 2015 Kalev Lember <klember@redhat.com> - 2.31.5-3
a085ee
- Use the right macro name in file triggers
a085ee
a085ee
* Wed Aug  5 2015 Matthias Clasen <mclasen@redhat.com> - 2.31.5-2
a085ee
- Add file triggers
a085ee
a085ee
* Mon Jul 20 2015 David King <amigadave@amigadave.com> - 2.31.5-1
a085ee
- Update to 2.31.5
a085ee
- Use pkgconfig for some BuildRequires
a085ee
a085ee
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.31.4-2
a085ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a085ee
a085ee
* Mon May 11 2015 Kalev Lember <kalevlember@gmail.com> - 2.31.4-1
a085ee
- Update to 2.31.4
a085ee
a085ee
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 2.31.3-5
a085ee
- Fix a typo causing building applications to fail.
a085ee
a085ee
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 2.31.3-4
a085ee
- Put the xlib headers in the right package.
a085ee
a085ee
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 2.31.3-3
a085ee
- Split out the xlib code as a subpackage to allows us to depend on the core
a085ee
  library on the cloud image and not depends on half of Xorg.
a085ee
a085ee
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 2.31.3-2
a085ee
- Split out the modules as a subpackage to allows us to depend on the core
a085ee
  library on the cloud image and not drag every image loader known to man.
a085ee
a085ee
* Sat Mar 07 2015 Kalev Lember <kalevlember@gmail.com> - 2.31.3-1
a085ee
- Update to 2.31.3
a085ee
- Use the %%license macro for the COPYING file
a085ee
a085ee
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.31.2-2
a085ee
- Rebuilt for Fedora 23 Change
a085ee
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
a085ee
a085ee
* Sun Nov 23 2014 Kalev Lember <kalevlember@gmail.com> - 2.31.2-1
a085ee
- Update to 2.31.2
a085ee
a085ee
* Mon Sep 01 2014 Kalev Lember <kalevlember@gmail.com> - 2.31.1-1
a085ee
- Update to 2.31.1
a085ee
a085ee
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.31.0-3
a085ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a085ee
a085ee
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.31.0-2
a085ee
- Rebuilt for gobject-introspection 1.41.4
a085ee
a085ee
* Sat Jul 19 2014 Kalev Lember <kalevlember@gmail.com> - 2.31.0-1
a085ee
- Update to 2.31.0
a085ee
a085ee
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30.8-2
a085ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a085ee
a085ee
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 2.30.8-1
a085ee
- Update to 2.30.8
a085ee
a085ee
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 2.30.7-1
a085ee
- Update to 2.30.7
a085ee
a085ee
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 2.30.6-1
a085ee
- Update to 2.30.6
a085ee
a085ee
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 2.30.5-1
a085ee
- Update to 2.30.5
a085ee
a085ee
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 2.30.4-1
a085ee
- Update to 2.30.4
a085ee
a085ee
* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 2.30.3-1
a085ee
- Update to 2.30.3
a085ee
a085ee
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.30.2-1
a085ee
- Update to 2.30.2
a085ee
a085ee
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 2.30.1-1
a085ee
- Update to 2.30.1
a085ee
a085ee
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.30.0-1
a085ee
- Update to 2.30.0
a085ee
a085ee
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.29.3-1
a085ee
- Update to 2.29.3
a085ee
- Tighten deps with %%_isa
a085ee
a085ee
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.29.2-2
a085ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a085ee
a085ee
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 2.29.2-1
a085ee
- Update to 2.29.2
a085ee
- Add a tests subpackage
a085ee
a085ee
* Mon Jun 17 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.29.0-2
a085ee
- Rebuild (libpng)
a085ee
a085ee
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.29.0-1
a085ee
- Update to 2.29.0
a085ee
a085ee
* Mon Apr 15 2013 Richard Hughes <rhughes@redhat.com> - 2.28.1-1
a085ee
- Update to 2.28.1
a085ee
a085ee
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 2.28.0-1
a085ee
- Update to 2.28.0
a085ee
a085ee
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 2.27.3-1
a085ee
- Update to 2.27.3
a085ee
a085ee
* Mon Mar 04 2013 Richard Hughes <rhughes@redhat.com> - 2.27.2-1
a085ee
- Update to 2.27.2
a085ee
a085ee
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 2.27.1-1
a085ee
- Update to 2.27.1
a085ee
a085ee
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 2.27.0-2
a085ee
- rebuild due to "jpeg8-ABI" feature drop
a085ee
a085ee
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.27.0-1
a085ee
- Update to 2.27.0
a085ee
a085ee
* Tue Jan 15 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.26.5-3
a085ee
- Require glib2 >= 2.34.0 for g_type_ensure().
a085ee
a085ee
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 2.26.5-2
a085ee
- rebuild against new libjpeg
a085ee
a085ee
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 2.26.5-1
a085ee
- Update to 2.26.5
a085ee
a085ee
* Tue Sep 18 2012 Kalev Lember <kalevlember@gmail.com> - 2.26.4-1
a085ee
- Update to 2.26.4
a085ee
a085ee
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 2.26.2-1
a085ee
- Update to 2.26.2
a085ee
a085ee
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.1-2
a085ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a085ee
a085ee
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 2.26.1-1
a085ee
- Update to 2.26.1
a085ee
a085ee
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.26.0-1
a085ee
- Update to 2.26.0
a085ee
a085ee
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
a085ee
- Update to 2.25.2
a085ee
a085ee
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.0-2
a085ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a085ee
a085ee
* Fri Dec 16 2011 Matthias Clasen <mclasen@redhat.com> - 2.25.0-1
a085ee
- Update to 2.25.0
a085ee
a085ee
* Mon Nov  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
a085ee
- Rebuild against new libpng
a085ee
a085ee
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
a085ee
- Update to 2.24.0
a085ee
a085ee
* Mon Jun 27 2011 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
a085ee
- Update to 2.23.5 (fixes CVE-2011-2485)
a085ee
a085ee
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.23.4-1
a085ee
- Update to 2.23.4
a085ee
a085ee
* Wed Mar 30 2011 Matthias Clasen <mclasen@redhat.com> 2.23.3-1
a085ee
- Update to 2.23.3
a085ee
a085ee
* Sat Mar  5 2011 Matthias Clasen <mclasen@redhat.com> 2.23.1-1
a085ee
- Update to 2.23.1
a085ee
a085ee
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.23.0-2
a085ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a085ee
a085ee
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> 2.23.0-1
a085ee
- Update to 2.23.0
a085ee
a085ee
* Fri Nov  5 2010 Matthias Clasen <mclasen@redhat.com> 2.22.1-1
a085ee
- Update to 2.22.1
a085ee
a085ee
* Wed Sep 29 2010 jkeating - 2.22.0-2
a085ee
- Rebuilt for gcc bug 634757
a085ee
a085ee
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> 2.22.0-1
a085ee
- Update to 2.22.0
a085ee
a085ee
* Mon Jul 19 2010 Bastien Nocera <bnocera@redhat.com> 2.21.6-3
a085ee
- Require libpng for linking
a085ee
a085ee
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.21.6-2
a085ee
- Rebuild with new gobject-introspection
a085ee
a085ee
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.21.6-1
a085ee
- Update to 2.21.6
a085ee
a085ee
* Fri Jul  2 2010 Colin Walters <walters@verbum.org> - 2.21.5-4
a085ee
- Also Require shared-mime-info for same reason
a085ee
a085ee
* Fri Jul  2 2010 Colin Walters <walters@verbum.org> - 2.21.5-3
a085ee
- BR shared-mime-info; see comment above it
a085ee
a085ee
* Tue Jun 29 2010 Colin Walters <walters@pocket> - 2.21.5-2
a085ee
- Changes to support snapshot builds
a085ee
a085ee
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.21.5-1
a085ee
- Update to 2.21.5
a085ee
a085ee
* Sat Jun 26 2010 Matthias Clasen <mclasen@redhat.com> 2.21.4-2
a085ee
- Rename to gdk-pixbuf2 to avoid conflict with the
a085ee
  existing gdk-pixbuf package
a085ee
a085ee
* Sat Jun 26 2010 Matthias Clasen <mclasen@redhat.com> 2.21.4-1
a085ee
- Update to 2.21.4
a085ee
- Incorporate package review feedback
a085ee
a085ee
* Sat Jun 26 2010 Matthias Clasen <mclasen@redhat.com> 2.21.3-1
a085ee
- Initial packaging