Blame SPECS/gdk-pixbuf2.spec

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