Blame SPECS/librsvg2.spec

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