Blame SPECS/librsvg2.spec

d067a9
Name:           librsvg2
d067a9
Summary:        An SVG library based on cairo
d067a9
Version:        2.40.20
d067a9
Release:        1%{?dist}
d067a9
d067a9
License:        LGPLv2+
d067a9
URL:            https://wiki.gnome.org/Projects/LibRsvg
d067a9
Source:         http://download.gnome.org/sources/librsvg/2.40/librsvg-%{version}.tar.xz
d067a9
d067a9
BuildRequires:  chrpath
d067a9
BuildRequires:  pkgconfig(cairo)
d067a9
BuildRequires:  pkgconfig(cairo-png)
d067a9
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
d067a9
BuildRequires:  pkgconfig(gio-2.0)
d067a9
BuildRequires:  pkgconfig(gobject-introspection-1.0)
d067a9
BuildRequires:  pkgconfig(gtk+-3.0)
d067a9
BuildRequires:  pkgconfig(libxml-2.0)
d067a9
BuildRequires:  pkgconfig(libcroco-0.6)
d067a9
BuildRequires:  pkgconfig(pangocairo)
d067a9
BuildRequires:  vala-devel
d067a9
BuildRequires:  vala
d067a9
d067a9
Requires(post):   gdk-pixbuf2
d067a9
Requires(postun): gdk-pixbuf2
d067a9
d067a9
%description
d067a9
An SVG library based on cairo.
d067a9
d067a9
d067a9
%package devel
d067a9
Summary:        Libraries and include files for developing with librsvg
d067a9
Requires:       %{name}%{?_isa} = %{version}-%{release}
d067a9
d067a9
%description devel
d067a9
This package provides the necessary development libraries and include
d067a9
files to allow you to develop with librsvg.
d067a9
d067a9
d067a9
%package tools
d067a9
Summary:        Extra tools for librsvg
d067a9
Requires:       %{name}%{?_isa} = %{version}-%{release}
d067a9
d067a9
%description tools
d067a9
This package provides extra utilities based on the librsvg library.
d067a9
d067a9
d067a9
%prep
d067a9
%setup -q -n librsvg-%{version}
d067a9
d067a9
d067a9
%build
d067a9
GDK_PIXBUF_QUERYLOADERS=/usr/bin/gdk-pixbuf-query-loaders-%{__isa_bits}
d067a9
export GDK_PIXBUF_QUERYLOADERS
d067a9
# work around an ordering problem in configure
d067a9
enable_pixbuf_loader=yes
d067a9
export enable_pixbuf_loader
d067a9
%configure --disable-static  \
d067a9
        --disable-gtk-doc \
d067a9
        --enable-introspection \
d067a9
        --enable-vala
d067a9
make %{?_smp_mflags}
d067a9
d067a9
%install
d067a9
%make_install
d067a9
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
d067a9
d067a9
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/
d067a9
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
d067a9
rm -f $RPM_BUILD_ROOT%{_datadir}/pixmaps/svg-viewer.svg
d067a9
d067a9
# Remove lib64 rpaths
d067a9
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/rsvg-convert
d067a9
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/rsvg-view-3
d067a9
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
d067a9
d067a9
d067a9
%post
d067a9
/sbin/ldconfig
d067a9
gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
d067a9
d067a9
%postun
d067a9
/sbin/ldconfig
d067a9
gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
d067a9
d067a9
d067a9
%files
d067a9
%doc AUTHORS NEWS README
d067a9
%license COPYING COPYING.LIB
d067a9
%{_libdir}/librsvg-2.so.*
d067a9
%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
d067a9
%{_libdir}/girepository-1.0/*
d067a9
%dir %{_datadir}/thumbnailers
d067a9
%{_datadir}/thumbnailers/librsvg.thumbnailer
d067a9
d067a9
%files devel
d067a9
%{_libdir}/librsvg-2.so
d067a9
%{_includedir}/librsvg-2.0
d067a9
%{_libdir}/pkgconfig/librsvg-2.0.pc
d067a9
%{_datadir}/gir-1.0/*
d067a9
%dir %{_datadir}/vala
d067a9
%dir %{_datadir}/vala/vapi
d067a9
%{_datadir}/vala/vapi/librsvg-2.0.vapi
d067a9
%doc %{_datadir}/gtk-doc/html/rsvg-2.0
d067a9
d067a9
%files tools
d067a9
%{_bindir}/rsvg-convert
d067a9
%{_bindir}/rsvg-view-3
d067a9
%{_mandir}/man1/rsvg-convert.1*
d067a9
d067a9
d067a9
%changelog
d067a9
* Sat Dec 16 2017 Kalev Lember <klember@redhat.com> - 2.40.20-1
d067a9
- Update to 2.40.20
d067a9
- Resolves: #1569733
d067a9
d067a9
* Thu Jun 09 2016 Kalev Lember <klember@redhat.com> - 2.40.16-1
d067a9
- Update to 2.40.16
d067a9
- Resolves: #1387017
d067a9
d067a9
* Wed Aug  5 2015 Debarshi Ray <rishi@fedoraproject.org> - 2.39.0-2
d067a9
- Fix cairo_t/surface leaks on gaussian filters
d067a9
- Resolves: #1250445
d067a9
d067a9
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.39.0-1
d067a9
- Mass rebuild 2014-01-24
d067a9
d067a9
* Tue Jan 14 2014 Jasper St. Pierre <jasper@redhat.com> - 2.39.0
d067a9
- Update to 2.39.0
d067a9
- Resolves: #1049158
d067a9
d067a9
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.37.0-4
d067a9
- Mass rebuild 2013-12-27
d067a9
d067a9
* Sat May 11 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.0-3
d067a9
- Split rsvg-view-3 and rsvg-convert to a -tools subpackage (#915403)
d067a9
d067a9
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.37.0-2
d067a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d067a9
d067a9
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.37.0-1
d067a9
- Update to 2.37.0
d067a9
d067a9
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 2.36.4-1
d067a9
- Update to 2.36.4
d067a9
d067a9
* Sun Sep 23 2012 Kalev Lember <kalevlember@gmail.com> - 2.36.3-1
d067a9
- Update to 2.36.3
d067a9
- Package the librsvg Vala bindings
d067a9
d067a9
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.36.1-2
d067a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d067a9
d067a9
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.36.1-1
d067a9
- Update to 2.36.1
d067a9
- Removed unrecognized configure options
d067a9
- Include the man page in the rpm
d067a9
d067a9
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 2.36.0-1
d067a9
- Update to 2.36.0
d067a9
d067a9
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 2.35.2-1
d067a9
- Update to 2.35.2
d067a9
d067a9
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.35.1-2
d067a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d067a9
d067a9
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.35.1-1
d067a9
- Update to 2.35.1
d067a9
d067a9
* Sat Dec 10 2011 Hans de Goede <hdegoede@redhat.com> - 2.35.0-3
d067a9
- Fix including rsvg.h always causing a deprecated warning, as this breaks
d067a9
  apps compiling with -Werror
d067a9
d067a9
* Fri Nov 25 2011 Daniel Drake <dsd@laptop.org> - 2.35.0-2
d067a9
- Build gobject-introspection bindings
d067a9
d067a9
* Tue Nov 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.35.0-1
d067a9
- Update to 2.35.0
d067a9
d067a9
* Mon Nov  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.1-2
d067a9
- Rebuild against new libpng
d067a9
d067a9
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.1-1
d067a9
- Update to 2.34.1
d067a9
d067a9
* Sun Apr  3 2011 Christopher Aillon <caillon@redhat.com> - 2.34.0-1
d067a9
- Update to 2.34.0
d067a9
d067a9
* Fri Feb 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.32.1-3
d067a9
- Fix a crash (#603183)
d067a9
d067a9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.32.1-2
d067a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d067a9
d067a9
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.1-1
d067a9
- Update to 2.32.1
d067a9
d067a9
* Mon Oct 18 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.32.0-2
d067a9
- Merge-review cleanup (#226040)
d067a9
d067a9
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> 2.32.0-1
d067a9
- Update to 2.32.0
d067a9
d067a9
* Mon Jul 19 2010 Bastien Nocera <bnocera@redhat.com> 2.31.0-2
d067a9
- Fix rawhide upgrade path with librsvg3
d067a9
d067a9
* Fri Jul  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.0-1
d067a9
- Update to 2.31.0
d067a9
d067a9
* Fri Jul 02 2010 Adam Tkac <atkac redhat com> - 2.31.0-0.3.20100628git
d067a9
- fix crash in rsvg-gobject.c:instance_dispose function
d067a9
  (https://bugzilla.gnome.org/show_bug.cgi?id=623383)
d067a9
d067a9
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.0-0.2.20100628git
d067a9
- Fix the .pc file to require gdk-pixbuf-2.0
d067a9
d067a9
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.0-0.1.20100628git
d067a9
- Update to a git snapshot that builds against standalone gdk-pixbuf
d067a9
- Drop librsvg3 package
d067a9
- Drop svg theme engine
d067a9
d067a9
* Fri Jun 11 2010 Bastien Nocera <bnocera@redhat.com> 2.26.3-3
d067a9
- Add missing scriptlets for librsvg3
d067a9
- Fix requires for librsvg3-devel package
d067a9
d067a9
* Fri Jun 11 2010 Bastien Nocera <bnocera@redhat.com> 2.26.3-2
d067a9
- Add GTK3 port of the libraries
d067a9
d067a9
* Sat May  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.3-1
d067a9
- Update to 2.26.3
d067a9
d067a9
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.2-1
d067a9
- Update to 2.26.2
d067a9
d067a9
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
d067a9
- Update to 2.26.1
d067a9
d067a9
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.0-4
d067a9
- Add missing libs
d067a9
d067a9
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.26.0-3
d067a9
- Convert specfile to UTF-8.
d067a9
d067a9
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.0-2
d067a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d067a9
d067a9
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
d067a9
- Update to 2.26.0
d067a9
d067a9
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.3-2
d067a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d067a9
d067a9
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.3-1
d067a9
- Update to 2.22.3
d067a9
d067a9
* Thu Sep 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.2-2
d067a9
- Plug a memory leak
d067a9
d067a9
* Tue Mar  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.2-1
d067a9
- Update to 2.22.2
d067a9
d067a9
* Sun Feb 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
d067a9
- Update to 2.22.1
d067a9
d067a9
* Thu Feb 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
d067a9
- Update to 2.22.0
d067a9
d067a9
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.20.0-2
d067a9
- Autorebuild for GCC 4.3
d067a9
d067a9
* Sun Jan 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
d067a9
- Update to 2.20.0
d067a9
d067a9
* Tue Sep 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.2-2
d067a9
- Plug memory leaks
d067a9
d067a9
* Mon Sep  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.2-1
d067a9
- Update to 2.18.2
d067a9
d067a9
* Mon Sep  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-1
d067a9
- Update to 2.18.1
d067a9
d067a9
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.18.0-4
d067a9
- Rebuild for build ID
d067a9
d067a9
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-3
d067a9
- Update license field
d067a9
d067a9
* Wed Aug  1 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-2
d067a9
- Don't let scriptlets fail (#243185)
d067a9
d067a9
* Fri Jul 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
d067a9
- Update to 2.18.0
d067a9
d067a9
* Sat Nov  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
d067a9
- Update to 2.16.1
d067a9
d067a9
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2.fc6
d067a9
- Fix multilib issues
d067a9
d067a9
* Thu Aug 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
d067a9
- Update to 2.16.0
d067a9
- Require pkgconfig in the -devel package
d067a9
d067a9
* Thu Aug  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
d067a9
- Update to 2.15.90
d067a9
d067a9
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.0-3.1
d067a9
- rebuild
d067a9
d067a9
* Sun Jun 18 2006 Florian La Roche <laroche@redhat.com>
d067a9
- change to separate Requires(post/postun) lines
d067a9
d067a9
* Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 2.15.0-2
d067a9
- remove libtool, automake14 buildreqs
d067a9
d067a9
* Wed May 10 2006 Matthias Clasen <mclasen@redhat.com> 2.15.0-1
d067a9
- Update to 2.15.0
d067a9
- Don't ship static libs
d067a9
d067a9
* Fri May  5 2006 Matthias Clasen <mclasen@redhat.com> 2.14.3-3
d067a9
- Rebuild against new GTK+
d067a9
- Require GTK+ 2.9.0
d067a9
d067a9
* Tue Apr  4 2006 Matthias Clasen <mclasen@redhat.com> 2.14.3-2
d067a9
- Update to 2.14.3
d067a9
d067a9
* Sun Mar 12 2006 Ray Strode <rstrode@redhat.com> 2.14.2-1
d067a9
- Update to 2.14.2
d067a9
d067a9
* Sat Mar 11 2006 Bill Nottingham <notting@redhat.com> 2.14.1-2
d067a9
- fix bad libart dep
d067a9
d067a9
* Tue Feb 28 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-1
d067a9
- Update to 2.14.1
d067a9
d067a9
* Sat Feb 25 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-1
d067a9
- Update to 2.14.0
d067a9
d067a9
* Mon Feb 11 2006 Matthias Clasen <mclasen@redhat.com> 2.13.93-1
d067a9
- Update to 2.13.93
d067a9
d067a9
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.92-1.1
d067a9
- bump again for double-long bug on ppc(64)
d067a9
d067a9
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> 2.13.92-1
d067a9
- Update to 2.13.92
d067a9
d067a9
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
d067a9
- Update to 2.13.5
d067a9
d067a9
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 2.13.3-4
d067a9
- Rebuilt on new gcc
d067a9
d067a9
* Fri Dec  9 2005 Alexander Larsson <alexl@redhat.com> 2.13.3-3
d067a9
- Update dependencies (now cairo only, not libart)
d067a9
d067a9
* Fri Dec  2 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.3-2
d067a9
- Compile with svgz support
d067a9
d067a9
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.3-1
d067a9
- Update to 2.13.3
d067a9
d067a9
* Wed Oct 12 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.7-1
d067a9
- Newer upstream version
d067a9
d067a9
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.5-1
d067a9
- New upstream version
d067a9
d067a9
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.4-1
d067a9
- New upstream version
d067a9
d067a9
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.3-1
d067a9
- New upstream version
d067a9
d067a9
* Wed Aug 31 2005 Matthias Clasen <mclasen@redhat.com> - 2.11.1-1
d067a9
- New upstream version
d067a9
d067a9
* Wed Mar  2 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.5-2
d067a9
- Rebuild with gcc4
d067a9
d067a9
* Wed Jan 26 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.5-1
d067a9
- update to 2.9.5
d067a9
d067a9
* Thu Sep 23 2004 Matthias Clasen <mclasen@redhat.com> - 2.8.1-2
d067a9
- Must use the same rpm macro for the host triplet as the
d067a9
  gtk2 package, otherwise things can fall apart.  (#137676)
d067a9
d067a9
* Thu Sep 23 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-1
d067a9
- update to 2.8.1
d067a9
d067a9
* Fri Jul 30 2004 Matthias Clasen <mclasen@redhat.com> - 2.7.2-1
d067a9
- Update to 2.7.2
d067a9
- Fix up changelog section
d067a9
d067a9
* Mon Jun 28 2004 Dan Williams <dcbw@redhat.com> - 2.6.4-7
d067a9
- Fix usage of "%%{_bindir}/update-gdk-pixbuf-loaders %%{_host}" 
d067a9
  to point to right place and architecture
d067a9
d067a9
* Thu Jun 24 2004 Matthias Clasen <mclasen@redhat.com> 2.6.4-6
d067a9
- Properly handle updating of arch-dependent config 
d067a9
  files.  (#124483)
d067a9
d067a9
* Wed Jun 23 2004 Matthias Clasen <mclasen@redhat.com> 2.6.4-5
d067a9
- PreReq gtk2 instead of just requiring it  (#90697)
d067a9
d067a9
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
d067a9
- rebuilt
d067a9
d067a9
* Fri May 21 2004 Matthias Clasen <mclasen@redhat.com> 2.6.4-3
d067a9
- rebuild
d067a9
d067a9
* Mon Apr  5 2004 Warren Togami <wtogami@redhat.com> 2.6.4-2
d067a9
- BuildRequires libtool, libgnomeui-devel, there may be more
d067a9
- -devel req libcroco-devel
d067a9
d067a9
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.6.4-1
d067a9
- update to 2.6.4
d067a9
d067a9
* Wed Mar 17 2004 Alex Larsson <alexl@redhat.com> 2.6.1-2
d067a9
- rebuild to get new gtk bin age
d067a9
d067a9
* Mon Mar 15 2004 Alex Larsson <alexl@redhat.com> 2.6.1-1
d067a9
- update to 2.6.1
d067a9
d067a9
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
d067a9
- rebuilt
d067a9
d067a9
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
d067a9
- rebuilt
d067a9
d067a9
* Tue Jan 27 2004 Jonathan Blandford <jrb@redhat.com> 2.4.0-3
d067a9
- update version
d067a9
- Buildrequire libcroco
d067a9
d067a9
* Fri Oct 24 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-3
d067a9
- Fix libcroco in link line. Fixes #107875.
d067a9
- Properly require libgsf and libcroco
d067a9
d067a9
* Tue Oct 21 2003 Florian La Roche <Florian.LaRoche@redhat.de> 2.4.0-2
d067a9
- BuildReq libcroco-devel, seems this _can_ get picked up
d067a9
d067a9
* Mon Sep  8 2003 Jonathan Blandford <jrb@redhat.com> 2.4.0-1
d067a9
- bump to 2.4.0
d067a9
d067a9
* Thu Sep  4 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-3
d067a9
- Don't use the epoch, thats implicitly zero and not defined
d067a9
d067a9
* Thu Sep  4 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-2
d067a9
- full version in -devel requires (#102063)
d067a9
d067a9
* Wed Aug 13 2003 Jonathan Blandford <jrb@redhat.com> 2.3.1-1
d067a9
- new version for GNOME 2.4
d067a9
d067a9
* Fri Aug  8 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-5
d067a9
- BuildRequire libgsf-devel
d067a9
d067a9
* Wed Aug  6 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-4
d067a9
- Fix libtool
d067a9
d067a9
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
d067a9
- rebuilt
d067a9
d067a9
* Tue Apr  8 2003 Matt Wilson <msw@redhat.com> 2.2.3-2
d067a9
- use system libtool (#88339)
d067a9
d067a9
* Wed Feb  5 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
d067a9
- 2.2.3
d067a9
- Moved engine and loaders from devel package
d067a9
d067a9
* Mon Feb  3 2003 Alexander Larsson <alexl@redhat.com> 2.2.2.1-2
d067a9
- Move docs to rpm docdir
d067a9
d067a9
* Mon Feb  3 2003 Alexander Larsson <alexl@redhat.com> 2.2.2.1-1
d067a9
- Update to 2.2.2.1, crash fixes
d067a9
d067a9
* Fri Jan 31 2003 Alexander Larsson <alexl@redhat.com> 2.2.1-1
d067a9
- Update to 2.2.1, fixes crash
d067a9
- Removed temporary manpage hack
d067a9
d067a9
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
d067a9
- rebuilt
d067a9
d067a9
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-3
d067a9
- Manpage were installed in the wrong place
d067a9
d067a9
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-2
d067a9
- Add manpage
d067a9
d067a9
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
d067a9
- Update to 2.2.0
d067a9
d067a9
* Fri Jan 17 2003 Alexander Larsson <alexl@redhat.com> 2.1.3-3
d067a9
- Require gtk2 2.2.0 for the pixbuf loader (#80857)
d067a9
d067a9
* Thu Jan 16 2003 Alexander Larsson <alexl@redhat.com> 2.1.3-2
d067a9
- own includedir/librsvg-2
d067a9
d067a9
* Thu Jan  9 2003 Alexander Larsson <alexl@redhat.com> 2.1.3-1
d067a9
- update to 2.1.3
d067a9
d067a9
* Tue Dec 17 2002 Owen Taylor <otaylor@redhat.com>
d067a9
- Don't package gdk-pixbuf.loaders, it gets generated 
d067a9
  in the %%post
d067a9
d067a9
* Mon Dec  9 2002 Alexander Larsson <alexl@redhat.com> 2.1.2-1
d067a9
- Update to 2.1.2
d067a9
d067a9
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
d067a9
- 2.0.1
d067a9
d067a9
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
d067a9
- automated rebuild
d067a9
d067a9
* Sun May 26 2002 Tim Powers <timp@redhat.com>
d067a9
- automated rebuild
d067a9
d067a9
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
d067a9
- rebuild in different environment
d067a9
d067a9
* Thu May 02 2002 Havoc Pennington <hp@redhat.com>
d067a9
- rebuild in different environment
d067a9
d067a9
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
d067a9
- 1.1.6
d067a9
d067a9
* Mon Feb 11 2002 Alex Larsson <alexl@redhat.com> 1.1.3-1
d067a9
- Update to 1.1.3
d067a9
d067a9
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
d067a9
- automated rebuild
d067a9
d067a9
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
d067a9
- new CVS snap 1.1.0.91
d067a9
- remove automake/autoconf calls
d067a9
d067a9
* Mon Nov 26 2001 Havoc Pennington <hp@redhat.com>
d067a9
- convert to librsvg2 RPM
d067a9
d067a9
* Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
d067a9
- 1.0.2
d067a9
d067a9
* Fri Jul 27 2001 Alexander Larsson <alexl@redhat.com>
d067a9
- Add a patch that moves the includes to librsvg-1/librsvg
d067a9
- in preparation for a later librsvg 2 library.
d067a9
d067a9
* Tue Jul 24 2001 Havoc Pennington <hp@redhat.com>
d067a9
- build requires gnome-libs-devel, #49509
d067a9
d067a9
* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
d067a9
- own /usr/include/librsvg
d067a9
d067a9
* Wed Jul 18 2001 Akira TAGOH <tagoh@redhat.com> 1.0.0-4
d067a9
- fixed the linefeed problem in multibyte environment. (Bug#49310)
d067a9
d067a9
* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
d067a9
- put .la file back in package 
d067a9
d067a9
* Fri Jul  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
d067a9
- Put changelog at the end
d067a9
- Move .so files to devel subpackage
d067a9
- Don't mess with ld.so.conf
d067a9
- Don't use %%{prefix}, this isn't a relocatable package
d067a9
- Don't define a bad docdir
d067a9
- Add BuildRequires
d067a9
- Use %%{_tmppath}
d067a9
- Don't define name, version etc. on top of the file (why 
d067a9
  do so many do that?)
d067a9
- s/Copyright/License/
d067a9
d067a9
* Wed May  9 2001 Jonathan Blandford <jrb@redhat.com>
d067a9
- Put into Red Hat Build system
d067a9
d067a9
* Tue Oct 10 2000 Robin Slomkowski <rslomkow@eazel.com>
d067a9
- removed obsoletes from sub packages and added mozilla and 
d067a9
  trilobite subpackages
d067a9
d067a9
* Wed Apr 26 2000 Ramiro Estrugo <ramiro@eazel.com>
d067a9
- created this thing
d067a9