Blame SPECS/librsvg2.spec

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