Blame SPECS/librsvg2.spec

ef4c4f
# https://github.com/rust-lang/rust/issues/47714
ef4c4f
%undefine _strict_symbol_defs_build
ef4c4f
ef4c4f
# We want verbose builds
ef4c4f
%global _configure_disable_silent_rules 1
ef4c4f
ef4c4f
# Use bundled deps as we don't ship the exact right versions for all the
ef4c4f
# required rust libraries
ef4c4f
%global bundled_rust_deps 1
ef4c4f
ef4c4f
Name:           librsvg2
ef4c4f
Summary:        An SVG library based on cairo
ef4c4f
Version:        2.42.7
7a198f
Release:        4%{?dist}
ef4c4f
ef4c4f
License:        LGPLv2+
ef4c4f
URL:            https://wiki.gnome.org/Projects/LibRsvg
ef4c4f
Source0:        https://download.gnome.org/sources/librsvg/2.42/librsvg-%{version}.tar.xz
ef4c4f
7a198f
# https://bugzilla.redhat.com/show_bug.cgi?id=1804519
7a198f
# https://gitlab.gnome.org/GNOME/librsvg/-/issues/515
7a198f
Patch0:         CVE-2019-20446.patch
7a198f
# https://github.com/servo/rust-cssparser/pull/245
7a198f
Patch1:         fix-cssparser-build.patch
7a198f
ef4c4f
BuildRequires:  chrpath
ef4c4f
BuildRequires:  gcc
ef4c4f
BuildRequires:  gobject-introspection-devel
ef4c4f
BuildRequires:  pkgconfig(cairo)
ef4c4f
BuildRequires:  pkgconfig(cairo-png)
ef4c4f
BuildRequires:  pkgconfig(fontconfig)
ef4c4f
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
ef4c4f
BuildRequires:  pkgconfig(gio-2.0)
ef4c4f
BuildRequires:  pkgconfig(gio-unix-2.0)
ef4c4f
BuildRequires:  pkgconfig(glib-2.0)
ef4c4f
BuildRequires:  pkgconfig(gthread-2.0)
ef4c4f
BuildRequires:  pkgconfig(gtk+-3.0)
ef4c4f
BuildRequires:  pkgconfig(libcroco-0.6)
ef4c4f
BuildRequires:  pkgconfig(libxml-2.0)
ef4c4f
BuildRequires:  pkgconfig(pangocairo)
ef4c4f
BuildRequires:  pkgconfig(pangoft2)
ef4c4f
BuildRequires:  vala
ef4c4f
%if 0%{?bundled_rust_deps}
ef4c4f
BuildRequires:  cargo
ef4c4f
BuildRequires:  rust
ef4c4f
%else
ef4c4f
BuildRequires:  rust-packaging
ef4c4f
# [dependencies]
ef4c4f
BuildRequires:  (crate(cairo-rs) >= 0.3.0 with crate(cairo-rs) < 0.4.0)
ef4c4f
BuildRequires:  (crate(cairo-sys-rs) >= 0.5.0 with crate(cairo-sys-rs) < 0.6.0)
ef4c4f
BuildRequires:  (crate(cssparser) >= 0.23.0 with crate(cssparser) < 0.24.0)
ef4c4f
BuildRequires:  (crate(downcast-rs) >= 1.0.0 with crate(downcast-rs) < 2.0.0)
ef4c4f
BuildRequires:  (crate(glib) >= 0.4.0 with crate(glib) < 0.5.0)
ef4c4f
BuildRequires:  (crate(glib-sys) >= 0.5.0 with crate(glib-sys) < 0.6.0)
ef4c4f
BuildRequires:  (crate(itertools) >= 0.7.4 with crate(itertools) < 0.8.0)
ef4c4f
BuildRequires:  (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
ef4c4f
BuildRequires:  (crate(pango) >= 0.3.0 with crate(pango) < 0.4.0)
ef4c4f
BuildRequires:  (crate(pango-sys) >= 0.5.0 with crate(pango-sys) < 0.6.0)
ef4c4f
BuildRequires:  (crate(regex) >= 0.2.1 with crate(regex) < 0.3.0)
ef4c4f
%endif
ef4c4f
ef4c4f
# We install a gdk-pixbuf svg loader
ef4c4f
Requires:       gdk-pixbuf2%{?_isa}
ef4c4f
ef4c4f
%description
ef4c4f
An SVG library based on cairo.
ef4c4f
ef4c4f
%package devel
ef4c4f
Summary:        Libraries and include files for developing with librsvg
ef4c4f
Requires:       %{name}%{?_isa} = %{version}-%{release}
ef4c4f
ef4c4f
%description devel
ef4c4f
This package provides the necessary development libraries and include
ef4c4f
files to allow you to develop with librsvg.
ef4c4f
ef4c4f
%package tools
ef4c4f
Summary:        Extra tools for librsvg
ef4c4f
Requires:       %{name}%{?_isa} = %{version}-%{release}
ef4c4f
ef4c4f
%description tools
ef4c4f
This package provides extra utilities based on the librsvg library.
ef4c4f
ef4c4f
%prep
7a198f
%autosetup -n librsvg-%{version} -p1 -S git
ef4c4f
%if 0%{?bundled_rust_deps}
ef4c4f
# Use the bundled deps, and enable release debuginfo
ef4c4f
sed -i -e '/profile.release/a debug = true' Cargo.toml
ef4c4f
%else
ef4c4f
# No bundled deps
ef4c4f
rm -vrf vendor
ef4c4f
%cargo_prep
ef4c4f
%endif
ef4c4f
ef4c4f
%build
ef4c4f
%configure --disable-static  \
ef4c4f
        --disable-gtk-doc \
ef4c4f
        --enable-introspection \
ef4c4f
        --enable-vala
ef4c4f
%make_build
ef4c4f
ef4c4f
%install
ef4c4f
%make_install
ef4c4f
find %{buildroot} -type f -name '*.la' -print -delete
ef4c4f
ef4c4f
# Remove lib64 rpaths
ef4c4f
chrpath --delete %{buildroot}%{_bindir}/rsvg-convert
ef4c4f
chrpath --delete %{buildroot}%{_bindir}/rsvg-view-3
ef4c4f
chrpath --delete %{buildroot}%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
ef4c4f
ef4c4f
# we install own docs
ef4c4f
rm -vrf %{buildroot}%{_datadir}/doc
ef4c4f
ef4c4f
%files
ef4c4f
%doc CONTRIBUTING.md README.md
ef4c4f
%license COPYING COPYING.LIB
ef4c4f
%{_libdir}/librsvg-2.so.*
ef4c4f
%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
ef4c4f
%dir %{_libdir}/girepository-1.0
ef4c4f
%{_libdir}/girepository-1.0/Rsvg-2.0.typelib
ef4c4f
%dir %{_datadir}/thumbnailers
ef4c4f
%{_datadir}/thumbnailers/librsvg.thumbnailer
ef4c4f
ef4c4f
%files devel
ef4c4f
%{_libdir}/librsvg-2.so
ef4c4f
%{_includedir}/librsvg-2.0/
ef4c4f
%{_libdir}/pkgconfig/librsvg-2.0.pc
ef4c4f
%dir %{_datadir}/gir-1.0
ef4c4f
%{_datadir}/gir-1.0/Rsvg-2.0.gir
ef4c4f
%dir %{_datadir}/vala
ef4c4f
%dir %{_datadir}/vala/vapi
ef4c4f
%{_datadir}/vala/vapi/librsvg-2.0.vapi
ef4c4f
%dir %{_datadir}/gtk-doc
ef4c4f
%dir %{_datadir}/gtk-doc/html
ef4c4f
%{_datadir}/gtk-doc/html/rsvg-2.0
ef4c4f
ef4c4f
%files tools
ef4c4f
%{_bindir}/rsvg-convert
ef4c4f
%{_bindir}/rsvg-view-3
ef4c4f
%{_mandir}/man1/rsvg-convert.1*
ef4c4f
ef4c4f
%changelog
7a198f
* Wed May 13 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.42.7-4
7a198f
- Resolves: rhbz#1804519 Add patch for CVE-2019-20446
7a198f
ef4c4f
* Thu Dec 06 2018 Josh Stone <jistone@redhat.com> - 2.42.7-2
ef4c4f
- Rebuild with the current rust-toolset
ef4c4f
ef4c4f
* Tue Sep 04 2018 Kalev Lember <klember@redhat.com> - 2.42.7-1
ef4c4f
- Update to 2.42.7
ef4c4f
ef4c4f
* Wed Aug 08 2018 Kalev Lember <klember@redhat.com> - 2.42.6-1
ef4c4f
- Update to 2.42.6
ef4c4f
- Use bundled rust deps
ef4c4f
ef4c4f
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 2.42.3-1
ef4c4f
- Update to 2.42.3
ef4c4f
ef4c4f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.42.2-2
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ef4c4f
ef4c4f
* Fri Feb 02 2018 Kalev Lember <klember@redhat.com> - 2.42.2-1
ef4c4f
- Update to 2.42.2
ef4c4f
ef4c4f
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.42.1-2
ef4c4f
- Switch to %%ldconfig_scriptlets
ef4c4f
ef4c4f
* Wed Jan 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.42.1-1
ef4c4f
- Update to 2.42.1
ef4c4f
ef4c4f
* Sat Dec 16 2017 Kalev Lember <klember@redhat.com> - 2.40.20-1
ef4c4f
- Update to 2.40.20
ef4c4f
ef4c4f
* Mon Oct 09 2017 Kalev Lember <klember@redhat.com> - 2.40.19-1
ef4c4f
- Update to 2.40.19
ef4c4f
ef4c4f
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.18-3
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
ef4c4f
ef4c4f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.18-2
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ef4c4f
ef4c4f
* Thu Jul 20 2017 Kalev Lember <klember@redhat.com> - 2.40.18-1
ef4c4f
- Update to 2.40.18
ef4c4f
ef4c4f
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 2.40.17-1
ef4c4f
- Update to 2.40.17
ef4c4f
- Remove lib64 rpaths
ef4c4f
ef4c4f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.16-3
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ef4c4f
ef4c4f
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 2.40.16-2
ef4c4f
- BR vala instead of obsolete vala-tools subpackage
ef4c4f
ef4c4f
* Thu Jun 09 2016 Kalev Lember <klember@redhat.com> - 2.40.16-1
ef4c4f
- Update to 2.40.16
ef4c4f
ef4c4f
* Sat Apr 02 2016 David King <amigadave@amigadave.com> - 2.40.15-1
ef4c4f
- Update to 2.40.15
ef4c4f
ef4c4f
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.13-2
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ef4c4f
ef4c4f
* Fri Jan 08 2016 David King <amigadave@amigadave.com> - 2.40.13-1
ef4c4f
- Update to 2.40.13
ef4c4f
- Fix bogus date in changelog
ef4c4f
ef4c4f
* Wed Dec 02 2015 David King <amigadave@amigadave.com> - 2.40.12-1
ef4c4f
- Update to 2.40.12
ef4c4f
ef4c4f
* Thu Oct 08 2015 Kalev Lember <klember@redhat.com> - 2.40.11-1
ef4c4f
- Update to 2.40.11
ef4c4f
- Drop ancient librsvg3 obsoletes
ef4c4f
ef4c4f
* Sat Aug 08 2015 Kalev Lember <klember@redhat.com> - 2.40.10-1
ef4c4f
- Update to 2.40.10
ef4c4f
ef4c4f
* Wed Aug  5 2015 Matthias Clasen <mclasen@redhat.com> - 2.40.9-3
ef4c4f
- Rely on gdk-pixbuf2 file triggers
ef4c4f
ef4c4f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.40.9-2
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ef4c4f
ef4c4f
* Thu Mar 26 2015 Kalev Lember <kalevlember@gmail.com> - 2.40.9-1
ef4c4f
- Update to 2.40.9
ef4c4f
ef4c4f
* Fri Feb 27 2015 David King <amigadave@amigadave.com> - 2.40.8-1
ef4c4f
- Update to 2.40.8
ef4c4f
ef4c4f
* Mon Feb 16 2015 David King <amigadave@amigadave.com> - 2.40.7-1
ef4c4f
- Update to 2.40.7
ef4c4f
- Use license macro for COPYING and COPYING.LIB
ef4c4f
- Use pkgconfig for BuildRequires
ef4c4f
- Add URL
ef4c4f
ef4c4f
* Wed Dec 03 2014 Richard Hughes <rhughes@redhat.com> - 2.40.6-1
ef4c4f
- Update to 2.40.6
ef4c4f
ef4c4f
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 2.40.5-1
ef4c4f
- Update to 2.40.5
ef4c4f
ef4c4f
* Sun Sep 14 2014 Kalev Lember <kalevlember@gmail.com> - 2.40.4-1
ef4c4f
- Update to 2.40.4
ef4c4f
- Tighten subpackage deps with the _isa macro
ef4c4f
ef4c4f
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 2.40.3-1
ef4c4f
- Update to 2.40.3
ef4c4f
ef4c4f
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.40.2-4
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ef4c4f
ef4c4f
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.40.2-3
ef4c4f
- Rebuilt for gobject-introspection 1.41.4
ef4c4f
ef4c4f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.40.2-2
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ef4c4f
ef4c4f
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.40.2-1
ef4c4f
- Update to 2.40.2
ef4c4f
ef4c4f
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 2.40.1-1
ef4c4f
- Update to 2.40.1
ef4c4f
ef4c4f
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 2.40.0-1
ef4c4f
- Update to 2.40.0
ef4c4f
ef4c4f
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 2.39.0-1
ef4c4f
- Update to 2.39.0
ef4c4f
ef4c4f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.37.0-4
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ef4c4f
ef4c4f
* Sat May 11 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.0-3
ef4c4f
- Split rsvg-view-3 and rsvg-convert to a -tools subpackage (#915403)
ef4c4f
ef4c4f
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.37.0-2
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ef4c4f
ef4c4f
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.37.0-1
ef4c4f
- Update to 2.37.0
ef4c4f
ef4c4f
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 2.36.4-1
ef4c4f
- Update to 2.36.4
ef4c4f
ef4c4f
* Sun Sep 23 2012 Kalev Lember <kalevlember@gmail.com> - 2.36.3-1
ef4c4f
- Update to 2.36.3
ef4c4f
- Package the librsvg Vala bindings
ef4c4f
ef4c4f
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.36.1-2
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ef4c4f
ef4c4f
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.36.1-1
ef4c4f
- Update to 2.36.1
ef4c4f
- Removed unrecognized configure options
ef4c4f
- Include the man page in the rpm
ef4c4f
ef4c4f
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 2.36.0-1
ef4c4f
- Update to 2.36.0
ef4c4f
ef4c4f
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 2.35.2-1
ef4c4f
- Update to 2.35.2
ef4c4f
ef4c4f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.35.1-2
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ef4c4f
ef4c4f
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.35.1-1
ef4c4f
- Update to 2.35.1
ef4c4f
ef4c4f
* Sat Dec 10 2011 Hans de Goede <hdegoede@redhat.com> - 2.35.0-3
ef4c4f
- Fix including rsvg.h always causing a deprecated warning, as this breaks
ef4c4f
  apps compiling with -Werror
ef4c4f
ef4c4f
* Fri Nov 25 2011 Daniel Drake <dsd@laptop.org> - 2.35.0-2
ef4c4f
- Build gobject-introspection bindings
ef4c4f
ef4c4f
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.35.0-1
ef4c4f
- Update to 2.35.0
ef4c4f
ef4c4f
* Mon Nov  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.1-2
ef4c4f
- Rebuild against new libpng
ef4c4f
ef4c4f
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.1-1
ef4c4f
- Update to 2.34.1
ef4c4f
ef4c4f
* Sun Apr  3 2011 Christopher Aillon <caillon@redhat.com> - 2.34.0-1
ef4c4f
- Update to 2.34.0
ef4c4f
ef4c4f
* Fri Feb 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-3
ef4c4f
- Fix a crash (#603183)
ef4c4f
ef4c4f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.1-2
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ef4c4f
ef4c4f
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.1-1
ef4c4f
- Update to 2.32.1
ef4c4f
ef4c4f
* Mon Oct 18 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.32.0-2
ef4c4f
- Merge-review cleanup (#226040)
ef4c4f
ef4c4f
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> 2.32.0-1
ef4c4f
- Update to 2.32.0
ef4c4f
ef4c4f
* Mon Jul 19 2010 Bastien Nocera <bnocera@redhat.com> 2.31.0-2
ef4c4f
- Fix rawhide upgrade path with librsvg3
ef4c4f
ef4c4f
* Fri Jul  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.0-1
ef4c4f
- Update to 2.31.0
ef4c4f
ef4c4f
* Fri Jul 02 2010 Adam Tkac <atkac redhat com> - 2.31.0-0.3.20100628git
ef4c4f
- fix crash in rsvg-gobject.c:instance_dispose function
ef4c4f
  (https://bugzilla.gnome.org/show_bug.cgi?id=623383)
ef4c4f
ef4c4f
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.0-0.2.20100628git
ef4c4f
- Fix the .pc file to require gdk-pixbuf-2.0
ef4c4f
ef4c4f
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.0-0.1.20100628git
ef4c4f
- Update to a git snapshot that builds against standalone gdk-pixbuf
ef4c4f
- Drop librsvg3 package
ef4c4f
- Drop svg theme engine
ef4c4f
ef4c4f
* Fri Jun 11 2010 Bastien Nocera <bnocera@redhat.com> 2.26.3-3
ef4c4f
- Add missing scriptlets for librsvg3
ef4c4f
- Fix requires for librsvg3-devel package
ef4c4f
ef4c4f
* Fri Jun 11 2010 Bastien Nocera <bnocera@redhat.com> 2.26.3-2
ef4c4f
- Add GTK3 port of the libraries
ef4c4f
ef4c4f
* Sat May  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.3-1
ef4c4f
- Update to 2.26.3
ef4c4f
ef4c4f
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.2-1
ef4c4f
- Update to 2.26.2
ef4c4f
ef4c4f
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
ef4c4f
- Update to 2.26.1
ef4c4f
ef4c4f
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.0-4
ef4c4f
- Add missing libs
ef4c4f
ef4c4f
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.26.0-3
ef4c4f
- Convert specfile to UTF-8.
ef4c4f
ef4c4f
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.0-2
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ef4c4f
ef4c4f
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
ef4c4f
- Update to 2.26.0
ef4c4f
ef4c4f
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.3-2
ef4c4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ef4c4f
ef4c4f
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.3-1
ef4c4f
- Update to 2.22.3
ef4c4f
ef4c4f
* Thu Sep 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.2-2
ef4c4f
- Plug a memory leak
ef4c4f
ef4c4f
* Tue Mar  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.2-1
ef4c4f
- Update to 2.22.2
ef4c4f
ef4c4f
* Sun Feb 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
ef4c4f
- Update to 2.22.1
ef4c4f
ef4c4f
* Thu Feb 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
ef4c4f
- Update to 2.22.0
ef4c4f
ef4c4f
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.20.0-2
ef4c4f
- Autorebuild for GCC 4.3
ef4c4f
ef4c4f
* Sun Jan 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
ef4c4f
- Update to 2.20.0
ef4c4f
ef4c4f
* Tue Sep 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.2-2
ef4c4f
- Plug memory leaks
ef4c4f
ef4c4f
* Mon Sep  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.2-1
ef4c4f
- Update to 2.18.2
ef4c4f
ef4c4f
* Mon Sep  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-1
ef4c4f
- Update to 2.18.1
ef4c4f
ef4c4f
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.18.0-4
ef4c4f
- Rebuild for build ID
ef4c4f
ef4c4f
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-3
ef4c4f
- Update license field
ef4c4f
ef4c4f
* Wed Aug  1 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-2
ef4c4f
- Don't let scriptlets fail (#243185)
ef4c4f
ef4c4f
* Fri Jul 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
ef4c4f
- Update to 2.18.0
ef4c4f
ef4c4f
* Sat Nov  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
ef4c4f
- Update to 2.16.1
ef4c4f
ef4c4f
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2.fc6
ef4c4f
- Fix multilib issues
ef4c4f
ef4c4f
* Thu Aug 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
ef4c4f
- Update to 2.16.0
ef4c4f
- Require pkgconfig in the -devel package
ef4c4f
ef4c4f
* Thu Aug  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
ef4c4f
- Update to 2.15.90
ef4c4f
ef4c4f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.0-3.1
ef4c4f
- rebuild
ef4c4f
ef4c4f
* Sun Jun 18 2006 Florian La Roche <laroche@redhat.com>
ef4c4f
- change to separate Requires(post/postun) lines
ef4c4f
ef4c4f
* Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 2.15.0-2
ef4c4f
- remove libtool, automake14 buildreqs
ef4c4f
ef4c4f
* Wed May 10 2006 Matthias Clasen <mclasen@redhat.com> 2.15.0-1
ef4c4f
- Update to 2.15.0
ef4c4f
- Don't ship static libs
ef4c4f
ef4c4f
* Fri May  5 2006 Matthias Clasen <mclasen@redhat.com> 2.14.3-3
ef4c4f
- Rebuild against new GTK+
ef4c4f
- Require GTK+ 2.9.0
ef4c4f
ef4c4f
* Tue Apr  4 2006 Matthias Clasen <mclasen@redhat.com> 2.14.3-2
ef4c4f
- Update to 2.14.3
ef4c4f
ef4c4f
* Sun Mar 12 2006 Ray Strode <rstrode@redhat.com> 2.14.2-1
ef4c4f
- Update to 2.14.2
ef4c4f
ef4c4f
* Sat Mar 11 2006 Bill Nottingham <notting@redhat.com> 2.14.1-2
ef4c4f
- fix bad libart dep
ef4c4f
ef4c4f
* Tue Feb 28 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-1
ef4c4f
- Update to 2.14.1
ef4c4f
ef4c4f
* Sat Feb 25 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-1
ef4c4f
- Update to 2.14.0
ef4c4f
ef4c4f
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> 2.13.93-1
ef4c4f
- Update to 2.13.93
ef4c4f
ef4c4f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.92-1.1
ef4c4f
- bump again for double-long bug on ppc(64)
ef4c4f
ef4c4f
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> 2.13.92-1
ef4c4f
- Update to 2.13.92
ef4c4f
ef4c4f
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
ef4c4f
- Update to 2.13.5
ef4c4f
ef4c4f
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 2.13.3-4
ef4c4f
- Rebuilt on new gcc
ef4c4f
ef4c4f
* Fri Dec  9 2005 Alexander Larsson <alexl@redhat.com> 2.13.3-3
ef4c4f
- Update dependencies (now cairo only, not libart)
ef4c4f
ef4c4f
* Fri Dec  2 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.3-2
ef4c4f
- Compile with svgz support
ef4c4f
ef4c4f
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.3-1
ef4c4f
- Update to 2.13.3
ef4c4f
ef4c4f
* Wed Oct 12 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.7-1
ef4c4f
- Newer upstream version
ef4c4f
ef4c4f
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.5-1
ef4c4f
- New upstream version
ef4c4f
ef4c4f
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.4-1
ef4c4f
- New upstream version
ef4c4f
ef4c4f
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.3-1
ef4c4f
- New upstream version
ef4c4f
ef4c4f
* Wed Aug 31 2005 Matthias Clasen <mclasen@redhat.com> - 2.11.1-1
ef4c4f
- New upstream version
ef4c4f
ef4c4f
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.5-2
ef4c4f
- Rebuild with gcc4
ef4c4f
ef4c4f
* Wed Jan 26 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.5-1
ef4c4f
- update to 2.9.5
ef4c4f
ef4c4f
* Thu Sep 23 2004 Matthias Clasen <mclasen@redhat.com> - 2.8.1-2
ef4c4f
- Must use the same rpm macro for the host triplet as the
ef4c4f
  gtk2 package, otherwise things can fall apart.  (#137676)
ef4c4f
ef4c4f
* Thu Sep 23 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-1
ef4c4f
- update to 2.8.1
ef4c4f
ef4c4f
* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 2.7.2-1
ef4c4f
- Update to 2.7.2
ef4c4f
- Fix up changelog section
ef4c4f
ef4c4f
* Mon Jun 28 2004 Dan Williams <dcbw@redhat.com> - 2.6.4-7
ef4c4f
- Fix usage of "%%{_bindir}/update-gdk-pixbuf-loaders %%{_host}" 
ef4c4f
  to point to right place and architecture
ef4c4f
ef4c4f
* Thu Jun 24 2004 Matthias Clasen <mclasen@redhat.com> 2.6.4-6
ef4c4f
- Properly handle updating of arch-dependent config 
ef4c4f
  files.  (#124483)
ef4c4f
ef4c4f
* Wed Jun 23 2004 Matthias Clasen <mclasen@redhat.com> 2.6.4-5
ef4c4f
- PreReq gtk2 instead of just requiring it  (#90697)
ef4c4f
ef4c4f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
ef4c4f
- rebuilt
ef4c4f
ef4c4f
* Fri May 21 2004 Matthias Clasen <mclasen@redhat.com> 2.6.4-3
ef4c4f
- rebuild
ef4c4f
ef4c4f
* Mon Apr  5 2004 Warren Togami <wtogami@redhat.com> 2.6.4-2
ef4c4f
- BuildRequires libtool, libgnomeui-devel, there may be more
ef4c4f
- -devel req libcroco-devel
ef4c4f
ef4c4f
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.6.4-1
ef4c4f
- update to 2.6.4
ef4c4f
ef4c4f
* Wed Mar 17 2004 Alex Larsson <alexl@redhat.com> 2.6.1-2
ef4c4f
- rebuild to get new gtk bin age
ef4c4f
ef4c4f
* Mon Mar 15 2004 Alex Larsson <alexl@redhat.com> 2.6.1-1
ef4c4f
- update to 2.6.1
ef4c4f
ef4c4f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
ef4c4f
- rebuilt
ef4c4f
ef4c4f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
ef4c4f
- rebuilt
ef4c4f
ef4c4f
* Tue Jan 27 2004 Jonathan Blandford <jrb@redhat.com> 2.4.0-3
ef4c4f
- update version
ef4c4f
- Buildrequire libcroco
ef4c4f
ef4c4f
* Fri Oct 24 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-3
ef4c4f
- Fix libcroco in link line. Fixes #107875.
ef4c4f
- Properly require libgsf and libcroco
ef4c4f
ef4c4f
* Tue Oct 21 2003 Florian La Roche <Florian.LaRoche@redhat.de> 2.4.0-2
ef4c4f
- BuildReq libcroco-devel, seems this _can_ get picked up
ef4c4f
ef4c4f
* Mon Sep  8 2003 Jonathan Blandford <jrb@redhat.com> 2.4.0-1
ef4c4f
- bump to 2.4.0
ef4c4f
ef4c4f
* Thu Sep  4 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-3
ef4c4f
- Don't use the epoch, thats implicitly zero and not defined
ef4c4f
ef4c4f
* Thu Sep  4 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-2
ef4c4f
- full version in -devel requires (#102063)
ef4c4f
ef4c4f
* Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> 2.3.1-1
ef4c4f
- new version for GNOME 2.4
ef4c4f
ef4c4f
* Fri Aug  8 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-5
ef4c4f
- BuildRequire libgsf-devel
ef4c4f
ef4c4f
* Wed Aug  6 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-4
ef4c4f
- Fix libtool
ef4c4f
ef4c4f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
ef4c4f
- rebuilt
ef4c4f
ef4c4f
* Tue Apr  8 2003 Matt Wilson <msw@redhat.com> 2.2.3-2
ef4c4f
- use system libtool (#88339)
ef4c4f
ef4c4f
* Wed Feb  5 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
ef4c4f
- 2.2.3
ef4c4f
- Moved engine and loaders from devel package
ef4c4f
ef4c4f
* Mon Feb  3 2003 Alexander Larsson <alexl@redhat.com> 2.2.2.1-2
ef4c4f
- Move docs to rpm docdir
ef4c4f
ef4c4f
* Mon Feb  3 2003 Alexander Larsson <alexl@redhat.com> 2.2.2.1-1
ef4c4f
- Update to 2.2.2.1, crash fixes
ef4c4f
ef4c4f
* Fri Jan 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-1
ef4c4f
- Update to 2.2.1, fixes crash
ef4c4f
- Removed temporary manpage hack
ef4c4f
ef4c4f
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
ef4c4f
- rebuilt
ef4c4f
ef4c4f
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-3
ef4c4f
- Manpage were installed in the wrong place
ef4c4f
ef4c4f
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-2
ef4c4f
- Add manpage
ef4c4f
ef4c4f
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
ef4c4f
- Update to 2.2.0
ef4c4f
ef4c4f
* Fri Jan 17 2003 Alexander Larsson <alexl@redhat.com> 2.1.3-3
ef4c4f
- Require gtk2 2.2.0 for the pixbuf loader (#80857)
ef4c4f
ef4c4f
* Thu Jan 16 2003 Alexander Larsson <alexl@redhat.com> 2.1.3-2
ef4c4f
- own includedir/librsvg-2
ef4c4f
ef4c4f
* Thu Jan  9 2003 Alexander Larsson <alexl@redhat.com> 2.1.3-1
ef4c4f
- update to 2.1.3
ef4c4f
ef4c4f
* Tue Dec 17 2002 Owen Taylor <otaylor@redhat.com>
ef4c4f
- Don't package gdk-pixbuf.loaders, it gets generated 
ef4c4f
  in the %%post
ef4c4f
ef4c4f
* Mon Dec  9 2002 Alexander Larsson <alexl@redhat.com> 2.1.2-1
ef4c4f
- Update to 2.1.2
ef4c4f
ef4c4f
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
ef4c4f
- 2.0.1
ef4c4f
ef4c4f
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
ef4c4f
- automated rebuild
ef4c4f
ef4c4f
* Sun May 26 2002 Tim Powers <timp@redhat.com>
ef4c4f
- automated rebuild
ef4c4f
ef4c4f
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
ef4c4f
- rebuild in different environment
ef4c4f
ef4c4f
* Thu May 02 2002 Havoc Pennington <hp@redhat.com>
ef4c4f
- rebuild in different environment
ef4c4f
ef4c4f
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
ef4c4f
- 1.1.6
ef4c4f
ef4c4f
* Mon Feb 11 2002 Alex Larsson <alexl@redhat.com> 1.1.3-1
ef4c4f
- Update to 1.1.3
ef4c4f
ef4c4f
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
ef4c4f
- automated rebuild
ef4c4f
ef4c4f
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
ef4c4f
- new CVS snap 1.1.0.91
ef4c4f
- remove automake/autoconf calls
ef4c4f
ef4c4f
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
ef4c4f
- convert to librsvg2 RPM
ef4c4f
ef4c4f
* Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
ef4c4f
- 1.0.2
ef4c4f
ef4c4f
* Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
ef4c4f
- Add a patch that moves the includes to librsvg-1/librsvg
ef4c4f
- in preparation for a later librsvg 2 library.
ef4c4f
ef4c4f
* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
ef4c4f
- build requires gnome-libs-devel, #49509
ef4c4f
ef4c4f
* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
ef4c4f
- own /usr/include/librsvg
ef4c4f
ef4c4f
* Wed Jul 18 2001 Akira TAGOH <tagoh@redhat.com> 1.0.0-4
ef4c4f
- fixed the linefeed problem in multibyte environment. (Bug#49310)
ef4c4f
ef4c4f
* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
ef4c4f
- put .la file back in package 
ef4c4f
ef4c4f
* Fri Jul  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
ef4c4f
- Put changelog at the end
ef4c4f
- Move .so files to devel subpackage
ef4c4f
- Don't mess with ld.so.conf
ef4c4f
- Don't use %%{prefix}, this isn't a relocatable package
ef4c4f
- Don't define a bad docdir
ef4c4f
- Add BuildRequires
ef4c4f
- Use %%{_tmppath}
ef4c4f
- Don't define name, version etc. on top of the file (why 
ef4c4f
  do so many do that?)
ef4c4f
- s/Copyright/License/
ef4c4f
ef4c4f
* Wed May  9 2001 Jonathan Blandford <jrb@redhat.com>
ef4c4f
- Put into Red Hat Build system
ef4c4f
ef4c4f
* Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com>
ef4c4f
- removed obsoletes from sub packages and added mozilla and 
ef4c4f
  trilobite subpackages
ef4c4f
ef4c4f
* Wed Apr 26 2000 Ramiro Estrugo <ramiro@eazel.com>
ef4c4f
- created this thing
ef4c4f