commit e426bcf5fcc76d95b96fca7254cc466f8743dc05 Author: MSVSphere Packaging Team Date: Tue Nov 26 17:13:32 2024 +0300 import librsvg2-2.57.1-7.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b39755 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +SOURCES/librsvg-2.57.1-vendor.tar.xz +SOURCES/librsvg-2.57.1.tar.xz diff --git a/.librsvg2.metadata b/.librsvg2.metadata new file mode 100644 index 0000000..c9b7dbf --- /dev/null +++ b/.librsvg2.metadata @@ -0,0 +1,2 @@ +9234a431e27355e213e8b36bfe398b07a68e7b47 SOURCES/librsvg-2.57.1-vendor.tar.xz +a1dab8fe621f970093d1b5c9cf8836e45560c98b SOURCES/librsvg-2.57.1.tar.xz diff --git a/SOURCES/0001-skip-broken-reference-tests.patch b/SOURCES/0001-skip-broken-reference-tests.patch new file mode 100644 index 0000000..e9ec560 --- /dev/null +++ b/SOURCES/0001-skip-broken-reference-tests.patch @@ -0,0 +1,25 @@ +From cf65d5f1bb3e4ccef9b85d7663922af9a66613d7 Mon Sep 17 00:00:00 2001 +From: Fabio Valentini +Date: Tue, 4 Jun 2024 23:32:24 +0200 +Subject: [PATCH] skip broken reference tests + +--- + rsvg/tests/reference.rs | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/rsvg/tests/reference.rs b/rsvg/tests/reference.rs +index 08d9110..e603827 100644 +--- a/rsvg/tests/reference.rs ++++ b/rsvg/tests/reference.rs +@@ -226,7 +226,7 @@ mod tests { + t!(include_compressed_svg, "include-compressed.svg"); + t!(include_fallback_svg, "include-fallback.svg"); + t!(include_text_svg, "include-text.svg"); +- t!(rtl_tspan_svg, "rtl-tspan.svg"); ++ //t!(rtl_tspan_svg, "rtl-tspan.svg"); + t!(specificity_svg, "specificity.svg"); + t!(structural_pseudo_classes_svg, "structural-pseudo-classes.svg"); + t!(style_with_xml_comments_svg, "style-with-xml-comments.svg"); +-- +2.45.2 + diff --git a/SPECS/librsvg2.spec b/SPECS/librsvg2.spec new file mode 100644 index 0000000..4fbf198 --- /dev/null +++ b/SPECS/librsvg2.spec @@ -0,0 +1,1081 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 7; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +%bcond_without check + +# https://github.com/rust-lang/rust/issues/47714 +%undefine _strict_symbol_defs_build + +# We want verbose builds +%global _configure_disable_silent_rules 1 + +# Use bundled deps as we don't ship the exact right versions for all the +# required rust libraries +%if 0%{?rhel} +%global bundled_rust_deps 1 +%else +%global bundled_rust_deps 0 +%endif + +%global cairo_version 1.16.0 + +Name: librsvg2 +Summary: An SVG library based on cairo +Version: 2.57.1 +Release: %autorelease + +# librsvg itself is LGPL-2.1-or-later +SourceLicense: LGPL-2.1-or-later +# ... and its crate dependencies are: +# (Apache-2.0 OR MIT) AND BSD-3-Clause +# (MIT OR Apache-2.0) AND Unicode-DFS-2016 +# Apache-2.0 +# Apache-2.0 OR MIT +# BSD-3-Clause +# LGPL-2.1-or-later +# MIT +# MIT OR Apache-2.0 +# MIT OR Apache-2.0 OR Zlib +# MPL-2.0 +# Unlicense OR MIT +# Zlib OR Apache-2.0 OR MIT +License: Apache-2.0 AND (Apache-2.0 OR MIT) AND BSD-3-Clause AND LGPL-2.1-or-later AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND MPL-2.0 AND Unicode-DFS-2016 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) +URL: https://wiki.gnome.org/Projects/LibRsvg +Source0: https://download.gnome.org/sources/librsvg/2.57/librsvg-%{version}.tar.xz +# upstream dropped vendoring since 2.55.0 (GNOME/librsvg#718), to create: +# tar xf librsvg-%%{version}.tar.xz ; pushd librsvg-%%{version} ; \ +# cargo vendor && tar Jcvf ../librsvg-%%{version}-vendor.tar.xz vendor/ ; popd +Source1: librsvg-%{version}-vendor.tar.xz + +%if ! 0%{?bundled_rust_deps} +# Patches to build with Fedora-packaged rust crates +Patch: 0001-Fedora-Drop-dependencies-required-for-benchmarking.patch +%endif + +# skip a reference test where the reference image appears to have font issues +Patch: 0001-skip-broken-reference-tests.patch + +BuildRequires: chrpath +BuildRequires: gcc +BuildRequires: gi-docgen +BuildRequires: gobject-introspection-devel +BuildRequires: make +BuildRequires: pkgconfig(cairo) >= %{cairo_version} +BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version} +BuildRequires: pkgconfig(cairo-png) >= %{cairo_version} +BuildRequires: pkgconfig(fontconfig) +BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gthread-2.0) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(pangocairo) +BuildRequires: pkgconfig(pangoft2) +BuildRequires: vala +BuildRequires: /usr/bin/rst2man +%if 0%{?bundled_rust_deps} +BuildRequires: rust-toolset +%else +BuildRequires: rust-packaging +%endif + +Requires: cairo%{?_isa} >= %{cairo_version} +Requires: cairo-gobject%{?_isa} >= %{cairo_version} +Requires: rsvg-pixbuf-loader + +%description +An SVG library based on cairo. + +%package devel +Summary: Libraries and include files for developing with librsvg +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the necessary development libraries and include +files to allow you to develop with librsvg. + +%package -n rsvg-pixbuf-loader +Summary: SVG image loader for gdk-pixbuf +Requires: gdk-pixbuf2%{?_isa} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description -n rsvg-pixbuf-loader +This package provides a gdk-pixbuf plugin for loading SVG images in GTK apps. + +%package tools +Summary: Extra tools for librsvg +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description tools +This package provides extra utilities based on the librsvg library. + +%prep +%autosetup -n librsvg-%{version} -p1 %{?bundled_rust_deps:-a1} +%if 0%{?bundled_rust_deps} +# Use the bundled deps +%cargo_prep -v vendor +%else +# No bundled deps +rm -vrf vendor .cargo Cargo.lock +sed -i Makefile.am -e 's/$(CARGO) --locked/$(CARGO)/' +%cargo_prep +%endif + +%if ! 0%{?bundled_rust_deps} +%generate_buildrequires +%cargo_generate_buildrequires +%endif + +%build +export CARGO="%__cargo" +%configure --disable-static \ + --enable-gtk-doc \ + --docdir=%{_pkgdocdir} \ + --enable-introspection \ + --enable-vala +%make_build + +%cargo_license_summary +%{cargo_license} > LICENSE.dependencies +%if 0%{?bundled_rust_deps} +%cargo_vendor_manifest +%endif + +%install +%make_install +find %{buildroot} -type f -name '*.la' -print -delete + +# Remove lib64 rpaths +chrpath --delete %{buildroot}%{_bindir}/rsvg-convert +chrpath --delete %{buildroot}%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so + +# Not useful in this package. +rm -f %{buildroot}%{_pkgdocdir}/COMPILING.md + +%if %{with check} +%ifnarch s390x +%check +%make_build check +%endif +%endif + +%files +%doc code-of-conduct.md NEWS README.md +%license COPYING.LIB +%license LICENSE.dependencies +%if 0%{?bundled_rust_deps} +%license cargo-vendor.txt +%endif +%{_libdir}/librsvg-2.so.* +%dir %{_libdir}/girepository-1.0 +%{_libdir}/girepository-1.0/Rsvg-2.0.typelib + +%files devel +%{_libdir}/librsvg-2.so +%{_includedir}/librsvg-2.0/ +%{_libdir}/pkgconfig/librsvg-2.0.pc +%dir %{_datadir}/gir-1.0 +%{_datadir}/gir-1.0/Rsvg-2.0.gir +%dir %{_datadir}/vala +%dir %{_datadir}/vala/vapi +%{_datadir}/vala/vapi/librsvg-2.0.vapi +%{_docdir}/Rsvg-2.0 + +%files -n rsvg-pixbuf-loader +%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so +%dir %{_datadir}/thumbnailers +%{_datadir}/thumbnailers/librsvg.thumbnailer + +%files tools +%{_bindir}/rsvg-convert +%{_mandir}/man1/rsvg-convert.1* + +%changelog +## START: Generated by rpmautospec +* Wed Jul 31 2024 Brian Stinson - 2.57.1-7 +- Backport a patch from rawhide disabling broken tests + +* Mon Jun 24 2024 Troy Dawson - 2.57.1-6 +- Bump release for June 2024 mass rebuild + +* Fri Jun 14 2024 Tomas Pelka - 2.57.1-5 +- Add gating.yaml via API + +* Thu Feb 01 2024 Yaakov Selkowitz - 2.57.1-4 +- Update Rust macro usage + +* Thu Jan 25 2024 Fedora Release Engineering - 2.57.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 2.57.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Dec 15 2023 Kalev Lember - 2.57.1-1 +- Update to 2.57.1 + +* Mon Nov 13 2023 Yaakov Selkowitz - 2.57.0-4 +- Fix RHEL build + +* Wed Oct 04 2023 Kalev Lember - 2.57.0-3 +- Move thumbnailer to rsvg-pixbuf-loader subpackage + +* Wed Oct 04 2023 Kalev Lember - 2.57.0-2 +- Update the license tag to reflect the licenses of all rust dependencies +- Use cargo_license_summary and cargo_license macros +- Convert to SPDX identifiers + +* Sun Oct 01 2023 Kalev Lember - 2.57.0-1 +- Update to 2.57.0 +- Backport upstream patch to fix self tests with newer pango + +* Tue Aug 22 2023 Kalev Lember - 2.56.92-1 +- Update to 2.56.92 + +* Tue Aug 01 2023 Yaakov Selkowitz - 2.56.90-10 +- Fix RHEL build + +* Tue Aug 01 2023 Kalev Lember - 2.56.90-9 +- Run make check + +* Mon Jul 24 2023 Michael Catanzaro - 2.56.90-8 +- Requires: rsvg-pixbuf-loader to ensure it's always installed + +* Sat Jul 22 2023 Adam Williamson - 2.56.90-7 +- Rebuild with no changes on a side tag to resolve test issues + +* Fri Jul 21 2023 Michael Catanzaro - 2.56.90-6 +- Add missing Requires to new subpackage + +* Fri Jul 21 2023 Adam Williamson - 2.56.90-5 +- Rebuild to see if this somehow fixes weird openQA failure + +* Fri Jul 21 2023 Michael Catanzaro - 2.56.90-4 +- Split gdk-pixbuf loader into a subpackage + +* Thu Jul 20 2023 Fedora Release Engineering - 2.56.90-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jul 01 2023 Kalev Lember - 2.56.2-1 +- Update to 2.56.2 + +* Wed May 31 2023 Kalev Lember - 2.56.1-1 +- Update to 2.56.1 + +* Thu Apr 27 2023 Yaakov Selkowitz - 2.56.0-2 +- Use bundled dependencies in RHEL builds + +* Wed Mar 29 2023 Kalev Lember - 2.56.0-1 +- Update to 2.56.0 + +* Thu Mar 02 2023 Kalev Lember - 2.55.90-1 +- Update to 2.55.90 + +* Sun Feb 05 2023 Fabio Valentini - 2.55.1-5 +- Rebuild for fixed frame pointer compiler flags in Rust RPM macros. + +* Thu Jan 19 2023 Fedora Release Engineering - 2.55.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Nov 25 2022 Kalev Lember - 2.55.1-3 +- Build against rust-lopdf 0.29.0 and rust-yeslogic-fontconfig-sys 4.0.1 + +* Mon Nov 21 2022 Kalev Lember - 2.55.1-2 +- Switch to packaged rust deps + +* Tue Sep 06 2022 Kalev Lember - 2.55.1-1 +- Update to 2.55.1 + +* Sun Aug 28 2022 Kalev Lember - 2.54.5-1 +- Update to 2.54.5 + +* Thu Jul 21 2022 Fedora Release Engineering - 2.54.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jun 14 2022 David King - 2.54.4-1 +- Update to 2.54.4 + +* Sat May 14 2022 David King - 2.54.3-1 +- Update to 2.54.3 + +* Fri May 13 2022 David King - 2.54.2-1 +- Update to 2.54.2 + +* Sun Apr 24 2022 David King - 2.54.1-1 +- Update to 2.54.1 + +* Thu Mar 17 2022 David King - 2.54.0-1 +- Update to 2.54.0 + +* Mon Mar 14 2022 David King - 2.53.2-1 +- Update to 2.53.2 + +* Mon Feb 14 2022 David King - 2.53.1-1 +- Update to 2.53.1 + +* Thu Jan 20 2022 Fedora Release Engineering - 2.53.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sun Jan 09 2022 David King - 2.53.0-1 +- Update to 2.53.0 + +* Mon Jan 03 2022 David King - 2.52.5-1 +- Update to 2.52.5 + +* Sat Nov 13 2021 Kalev Lember - 2.52.4-1 +- Update to 2.52.4 + +* Wed Oct 27 2021 Kalev Lember - 2.52.3-1 +- Update to 2.52.3 + +* Tue Oct 05 2021 Kalev Lember - 2.52.1-1 +- Update to 2.52.1 + +* Thu Jul 22 2021 Fedora Release Engineering - 2.50.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Jun 21 2021 Kalev Lember - 2.50.7-1 +- Update to 2.50.7 + +* Tue May 25 2021 Kalev Lember - 2.50.6-1 +- Update to 2.50.6 + +* Wed May 05 2021 Kalev Lember - 2.50.5-1 +- Update to 2.50.5 + +* Tue Apr 13 2021 Kalev Lember - 2.50.4-1 +- Update to 2.50.4 + +* Thu Jan 28 2021 Kalev Lember - 2.50.3-1 +- Update to 2.50.3 + +* Tue Jan 26 2021 Fedora Release Engineering - 2.50.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Nov 25 2020 Kalev Lember - 2.50.2-1 +- Update to 2.50.2 + +* Mon Oct 5 2020 Kalev Lember - 2.50.1-1 +- Update to 2.50.1 + +* Fri Sep 11 2020 Kalev Lember - 2.50.0-1 +- Update to 2.50.0 + +* Tue Jul 28 2020 Fedora Release Engineering - 2.48.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 20 2020 Kalev Lember - 2.48.8-1 +- Update to 2.48.8 + +* Fri Jun 05 2020 Kalev Lember - 2.48.7-1 +- Update to 2.48.7 + +* Tue Jun 02 2020 Kalev Lember - 2.48.6-1 +- Update to 2.48.6 + +* Mon Jun 01 2020 Kalev Lember - 2.48.5-1 +- Update to 2.48.5 + +* Fri Apr 24 2020 Kalev Lember - 2.48.4-1 +- Update to 2.48.4 + +* Fri Apr 10 2020 Kalev Lember - 2.48.3-1 +- Update to 2.48.3 + +* Tue Mar 31 2020 Kalev Lember - 2.48.2-1 +- Update to 2.48.2 + +* Sat Mar 28 2020 Kalev Lember - 2.48.1-1 +- Update to 2.48.1 + +* Sat Mar 07 2020 Kalev Lember - 2.48.0-1 +- Update to 2.48.0 + +* Wed Jan 29 2020 Fedora Release Engineering - 2.46.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Nov 27 2019 Kalev Lember - 2.46.4-1 +- Update to 2.46.4 + +* Wed Oct 23 2019 Kalev Lember - 2.46.3-1 +- Update to 2.46.3 + +* Mon Oct 14 2019 Kalev Lember - 2.46.2-1 +- Update to 2.46.2 + +* Mon Oct 07 2019 Kalev Lember - 2.46.1-1 +- Update to 2.46.1 + +* Fri Sep 20 2019 Kalev Lember - 2.46.0-2 +- Backport a patch to fix svg rendering in gnome-initial-setup (#1753183) + +* Mon Sep 09 2019 Kalev Lember - 2.46.0-1 +- Update to 2.46.0 + +* Tue Sep 03 2019 Kalev Lember - 2.45.92-1 +- Update to 2.45.92 + +* Mon Aug 19 2019 Kalev Lember - 2.45.91-1 +- Update to 2.45.91 + +* Sun Aug 04 2019 Pete Walter - 2.45.90-1 +- Update to 2.45.90 + +* Fri Jul 26 2019 Pete Walter - 2.45.8-1 +- Update to 2.45.8 + +* Thu Jul 25 2019 Fedora Release Engineering - 2.45.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Jul 08 2019 Kalev Lember - 2.45.7-1 +- Update to 2.45.7 + +* Tue May 14 2019 Kalev Lember - 2.45.6-1 +- Update to 2.45.6 + +* Wed Mar 13 2019 Kalev Lember - 2.45.5-4 +- Go back to using bundled rust deps + +* Tue Feb 19 2019 Kalev Lember - 2.45.5-3 +- Rebuilt against fixed atk (#1626575) + +* Tue Feb 19 2019 Igor Gnatenko - 2.45.5-2 +- Unbundle Rust deps + +* Sat Feb 16 2019 Kalev Lember - 2.45.5-1 +- Update to 2.45.5 + +* Fri Feb 01 2019 Fedora Release Engineering - 2.45.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Jan 09 2019 Kalev Lember - 2.45.4-1 +- Update to 2.45.4 + +* Wed Jan 09 2019 Kalev Lember - 2.45.3-2 +- Fix accidental soname bump + +* Wed Jan 09 2019 Kalev Lember - 2.45.3-1 +- Update to 2.45.3 + +* Sat Dec 29 2018 Kalev Lember - 2.44.11-1 +- Update to 2.44.11 + +* Tue Dec 18 2018 Kalev Lember - 2.44.10-1 +- Update to 2.44.10 + +* Wed Nov 14 2018 Kalev Lember - 2.44.9-1 +- Update to 2.44.9 + +* Fri Oct 26 2018 Kalev Lember - 2.44.8-1 +- Update to 2.44.8 + +* Tue Oct 09 2018 Kalev Lember - 2.44.7-1 +- Update to 2.44.7 + +* Fri Sep 28 2018 Kalev Lember - 2.44.6-1 +- Update to 2.44.6 + +* Wed Sep 26 2018 Kalev Lember - 2.44.4-1 +- Update to 2.44.4 + +* Thu Sep 20 2018 Kalev Lember - 2.44.3-1 +- Update to 2.44.3 + +* Fri Sep 07 2018 Kalev Lember - 2.44.2-2 +- Rebuilt against fixed atk (#1626575) + +* Wed Sep 05 2018 Kalev Lember - 2.44.2-1 +- Update to 2.44.2 + +* Wed Aug 08 2018 Kalev Lember - 2.43.4-1 +- Update to 2.43.4 +- Use bundled rust deps + +* Fri Jul 13 2018 Fedora Release Engineering - 2.43.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sun Jul 01 2018 Igor Gnatenko - 2.43.1-2 +- Bump cssparser to 0.24 + +* Sun Jun 24 2018 Igor Gnatenko - 2.43.1-1 +- Update to 2.43.1 + +* Tue May 08 2018 Igor Gnatenko - 2.42.4-1 +- Update to 2.42.4 + +* Thu May 03 2018 Josh Stone - 2.42.3-2 +- Update rust dependencies. + +* Mon Mar 05 2018 Kalev Lember - 2.42.3-1 +- Update to 2.42.3 + +* Wed Feb 07 2018 Fedora Release Engineering - 2.42.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Feb 02 2018 Kalev Lember - 2.42.2-1 +- Update to 2.42.2 + +* Wed Jan 31 2018 Igor Gnatenko - 2.42.1-2 +- Switch to %%ldconfig_scriptlets + +* Wed Jan 24 2018 Igor Gnatenko - 2.42.1-1 +- Update to 2.42.1 + +* Sat Dec 16 2017 Kalev Lember - 2.40.20-1 +- Update to 2.40.20 + +* Mon Oct 09 2017 Kalev Lember - 2.40.19-1 +- Update to 2.40.19 + +* Thu Aug 03 2017 Fedora Release Engineering - 2.40.18-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 2.40.18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Jul 20 2017 Kalev Lember - 2.40.18-1 +- Update to 2.40.18 + +* Tue Apr 11 2017 Kalev Lember - 2.40.17-1 +- Update to 2.40.17 +- Remove lib64 rpaths + +* Fri Feb 10 2017 Fedora Release Engineering - 2.40.16-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Sep 22 2016 Kalev Lember - 2.40.16-2 +- BR vala instead of obsolete vala-tools subpackage + +* Thu Jun 09 2016 Kalev Lember - 2.40.16-1 +- Update to 2.40.16 + +* Sat Apr 02 2016 David King - 2.40.15-1 +- Update to 2.40.15 + +* Thu Feb 04 2016 Fedora Release Engineering - 2.40.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jan 08 2016 David King - 2.40.13-1 +- Update to 2.40.13 +- Fix bogus date in changelog + +* Wed Dec 02 2015 David King - 2.40.12-1 +- Update to 2.40.12 + +* Thu Oct 08 2015 Kalev Lember - 2.40.11-1 +- Update to 2.40.11 +- Drop ancient librsvg3 obsoletes + +* Sat Aug 08 2015 Kalev Lember - 2.40.10-1 +- Update to 2.40.10 + +* Wed Aug 5 2015 Matthias Clasen - 2.40.9-3 +- Rely on gdk-pixbuf2 file triggers + +* Wed Jun 17 2015 Fedora Release Engineering - 2.40.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Mar 26 2015 Kalev Lember - 2.40.9-1 +- Update to 2.40.9 + +* Fri Feb 27 2015 David King - 2.40.8-1 +- Update to 2.40.8 + +* Mon Feb 16 2015 David King - 2.40.7-1 +- Update to 2.40.7 +- Use license macro for COPYING and COPYING.LIB +- Use pkgconfig for BuildRequires +- Add URL + +* Wed Dec 03 2014 Richard Hughes - 2.40.6-1 +- Update to 2.40.6 + +* Mon Oct 13 2014 Kalev Lember - 2.40.5-1 +- Update to 2.40.5 + +* Sun Sep 14 2014 Kalev Lember - 2.40.4-1 +- Update to 2.40.4 +- Tighten subpackage deps with the _isa macro + +* Mon Aug 18 2014 Kalev Lember - 2.40.3-1 +- Update to 2.40.3 + +* Sun Aug 17 2014 Fedora Release Engineering - 2.40.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Tue Jul 22 2014 Kalev Lember - 2.40.2-3 +- Rebuilt for gobject-introspection 1.41.4 + +* Sat Jun 07 2014 Fedora Release Engineering - 2.40.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Mar 18 2014 Richard Hughes - 2.40.2-1 +- Update to 2.40.2 + +* Mon Nov 25 2013 Richard Hughes - 2.40.1-1 +- Update to 2.40.1 + +* Tue Oct 29 2013 Richard Hughes - 2.40.0-1 +- Update to 2.40.0 + +* Thu Aug 22 2013 Kalev Lember - 2.39.0-1 +- Update to 2.39.0 + +* Sat Aug 03 2013 Fedora Release Engineering - 2.37.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sat May 11 2013 Kalev Lember - 2.37.0-3 +- Split rsvg-view-3 and rsvg-convert to a -tools subpackage (#915403) + +* Thu Feb 14 2013 Fedora Release Engineering - 2.37.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Jan 15 2013 Matthias Clasen - 2.37.0-1 +- Update to 2.37.0 + +* Tue Oct 16 2012 Kalev Lember - 2.36.4-1 +- Update to 2.36.4 + +* Sun Sep 23 2012 Kalev Lember - 2.36.3-1 +- Update to 2.36.3 +- Package the librsvg Vala bindings + +* Thu Jul 19 2012 Fedora Release Engineering - 2.36.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Apr 17 2012 Kalev Lember - 2.36.1-1 +- Update to 2.36.1 +- Removed unrecognized configure options +- Include the man page in the rpm + +* Tue Mar 27 2012 Kalev Lember - 2.36.0-1 +- Update to 2.36.0 + +* Mon Feb 6 2012 Matthias Clasen - 2.35.2-1 +- Update to 2.35.2 + +* Fri Jan 13 2012 Fedora Release Engineering - 2.35.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 20 2011 Matthias Clasen - 2.35.1-1 +- Update to 2.35.1 + +* Sat Dec 10 2011 Hans de Goede - 2.35.0-3 +- Fix including rsvg.h always causing a deprecated warning, as this breaks + apps compiling with -Werror + +* Fri Nov 25 2011 Daniel Drake - 2.35.0-2 +- Build gobject-introspection bindings + +* Tue Nov 22 2011 Matthias Clasen - 2.35.0-1 +- Update to 2.35.0 + +* Mon Nov 7 2011 Matthias Clasen - 2.34.1-2 +- Rebuild against new libpng + +* Tue Sep 6 2011 Matthias Clasen - 2.34.1-1 +- Update to 2.34.1 + +* Sun Apr 3 2011 Christopher Aillon - 2.34.0-1 +- Update to 2.34.0 + +* Fri Feb 18 2011 Matthias Clasen - 2.32.1-3 +- Fix a crash (#603183) + +* Tue Feb 08 2011 Fedora Release Engineering - 2.32.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Dec 3 2010 Matthias Clasen - 2.32.1-1 +- Update to 2.32.1 + +* Mon Oct 18 2010 Parag Nemade - 2.32.0-2 +- Merge-review cleanup (#226040) + +* Wed Sep 29 2010 Matthias Clasen 2.32.0-1 +- Update to 2.32.0 + +* Mon Jul 19 2010 Bastien Nocera 2.31.0-2 +- Fix rawhide upgrade path with librsvg3 + +* Fri Jul 2 2010 Matthias Clasen - 2.31.0-1 +- Update to 2.31.0 + +* Fri Jul 02 2010 Adam Tkac - 2.31.0-0.3.20100628git +- fix crash in rsvg-gobject.c:instance_dispose function + (https://bugzilla.gnome.org/show_bug.cgi?id=623383) + +* Wed Jun 30 2010 Matthias Clasen - 2.31.0-0.2.20100628git +- Fix the .pc file to require gdk-pixbuf-2.0 + +* Mon Jun 28 2010 Matthias Clasen - 2.31.0-0.1.20100628git +- Update to a git snapshot that builds against standalone gdk-pixbuf +- Drop librsvg3 package +- Drop svg theme engine + +* Fri Jun 11 2010 Bastien Nocera 2.26.3-3 +- Add missing scriptlets for librsvg3 +- Fix requires for librsvg3-devel package + +* Fri Jun 11 2010 Bastien Nocera 2.26.3-2 +- Add GTK3 port of the libraries + +* Sat May 1 2010 Matthias Clasen - 2.26.3-1 +- Update to 2.26.3 + +* Tue Mar 30 2010 Matthias Clasen - 2.26.2-1 +- Update to 2.26.2 + +* Mon Mar 29 2010 Matthias Clasen - 2.26.1-1 +- Update to 2.26.1 + +* Sun Feb 14 2010 Matthias Clasen - 2.26.0-4 +- Add missing libs + +* Mon Aug 10 2009 Ville Skyttä - 2.26.0-3 +- Convert specfile to UTF-8. + +* Sat Jul 25 2009 Fedora Release Engineering - 2.26.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Mar 16 2009 Matthias Clasen - 2.26.0-1 +- Update to 2.26.0 + +* Wed Feb 25 2009 Fedora Release Engineering - 2.22.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Sep 22 2008 Matthias Clasen - 2.22.3-1 +- Update to 2.22.3 + +* Thu Sep 18 2008 Matthias Clasen - 2.22.2-2 +- Plug a memory leak + +* Tue Mar 4 2008 Matthias Clasen - 2.22.2-1 +- Update to 2.22.2 + +* Sun Feb 24 2008 Matthias Clasen - 2.22.1-1 +- Update to 2.22.1 + +* Thu Feb 21 2008 Matthias Clasen - 2.22.0-1 +- Update to 2.22.0 + +* Mon Feb 18 2008 Fedora Release Engineering - 2.20.0-2 +- Autorebuild for GCC 4.3 + +* Sun Jan 20 2008 Matthias Clasen - 2.20.0-1 +- Update to 2.20.0 + +* Tue Sep 11 2007 Matthias Clasen - 2.18.2-2 +- Plug memory leaks + +* Mon Sep 3 2007 Matthias Clasen - 2.18.2-1 +- Update to 2.18.2 + +* Mon Sep 3 2007 Matthias Clasen - 2.18.1-1 +- Update to 2.18.1 + +* Thu Aug 23 2007 Adam Jackson - 2.18.0-4 +- Rebuild for build ID + +* Tue Aug 7 2007 Matthias Clasen - 2.18.0-3 +- Update license field + +* Wed Aug 1 2007 Matthias Clasen - 2.18.0-2 +- Don't let scriptlets fail (#243185) + +* Fri Jul 27 2007 Matthias Clasen - 2.18.0-1 +- Update to 2.18.0 + +* Sat Nov 4 2006 Matthias Clasen - 2.16.1-1 +- Update to 2.16.1 + +* Tue Sep 5 2006 Matthias Clasen - 2.16.0-2.fc6 +- Fix multilib issues + +* Thu Aug 31 2006 Matthias Clasen - 2.16.0-1.fc6 +- Update to 2.16.0 +- Require pkgconfig in the -devel package + +* Thu Aug 3 2006 Matthias Clasen - 2.15.90-1.fc6 +- Update to 2.15.90 + +* Wed Jul 12 2006 Jesse Keating - 2.15.0-3.1 +- rebuild + +* Sun Jun 18 2006 Florian La Roche +- change to separate Requires(post/postun) lines + +* Mon Jun 12 2006 Bill Nottingham 2.15.0-2 +- remove libtool, automake14 buildreqs + +* Wed May 10 2006 Matthias Clasen 2.15.0-1 +- Update to 2.15.0 +- Don't ship static libs + +* Fri May 5 2006 Matthias Clasen 2.14.3-3 +- Rebuild against new GTK+ +- Require GTK+ 2.9.0 + +* Tue Apr 4 2006 Matthias Clasen 2.14.3-2 +- Update to 2.14.3 + +* Sun Mar 12 2006 Ray Strode 2.14.2-1 +- Update to 2.14.2 + +* Sat Mar 11 2006 Bill Nottingham 2.14.1-2 +- fix bad libart dep + +* Tue Feb 28 2006 Matthias Clasen 2.14.1-1 +- Update to 2.14.1 + +* Sat Feb 25 2006 Matthias Clasen 2.14.0-1 +- Update to 2.14.0 + +* Mon Feb 13 2006 Matthias Clasen 2.13.93-1 +- Update to 2.13.93 + +* Fri Feb 10 2006 Jesse Keating - 2.13.92-1.1 +- bump again for double-long bug on ppc(64) + +* Mon Feb 6 2006 Matthias Clasen 2.13.92-1 +- Update to 2.13.92 + +* Fri Jan 13 2006 Matthias Clasen 2.13.5-1 +- Update to 2.13.5 + +* Tue Jan 3 2006 Jesse Keating 2.13.3-4 +- Rebuilt on new gcc + +* Fri Dec 9 2005 Alexander Larsson 2.13.3-3 +- Update dependencies (now cairo only, not libart) + +* Fri Dec 2 2005 Matthias Clasen - 2.13.3-2 +- Compile with svgz support + +* Wed Nov 30 2005 Matthias Clasen - 2.13.3-1 +- Update to 2.13.3 + +* Wed Oct 12 2005 Matthias Clasen - 2.12.7-1 +- Newer upstream version + +* Thu Oct 6 2005 Matthias Clasen - 2.12.5-1 +- New upstream version + +* Thu Oct 6 2005 Matthias Clasen - 2.12.4-1 +- New upstream version + +* Thu Sep 29 2005 Matthias Clasen - 2.12.3-1 +- New upstream version + +* Wed Aug 31 2005 Matthias Clasen - 2.11.1-1 +- New upstream version + +* Wed Mar 2 2005 Matthias Clasen - 2.9.5-2 +- Rebuild with gcc4 + +* Wed Jan 26 2005 Matthias Clasen - 2.9.5-1 +- update to 2.9.5 + +* Thu Sep 23 2004 Matthias Clasen - 2.8.1-2 +- Must use the same rpm macro for the host triplet as the + gtk2 package, otherwise things can fall apart. (#137676) + +* Thu Sep 23 2004 Alexander Larsson - 2.8.1-1 +- update to 2.8.1 + +* Fri Jul 30 2004 Matthias Clasen - 2.7.2-1 +- Update to 2.7.2 +- Fix up changelog section + +* Mon Jun 28 2004 Dan Williams - 2.6.4-7 +- Fix usage of "%%{_bindir}/update-gdk-pixbuf-loaders %%{_host}" + to point to right place and architecture + +* Thu Jun 24 2004 Matthias Clasen 2.6.4-6 +- Properly handle updating of arch-dependent config + files. (#124483) + +* Wed Jun 23 2004 Matthias Clasen 2.6.4-5 +- PreReq gtk2 instead of just requiring it (#90697) + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Fri May 21 2004 Matthias Clasen 2.6.4-3 +- rebuild + +* Mon Apr 5 2004 Warren Togami 2.6.4-2 +- BuildRequires libtool, libgnomeui-devel, there may be more +- -devel req libcroco-devel + +* Thu Apr 1 2004 Alex Larsson 2.6.4-1 +- update to 2.6.4 + +* Wed Mar 17 2004 Alex Larsson 2.6.1-2 +- rebuild to get new gtk bin age + +* Mon Mar 15 2004 Alex Larsson 2.6.1-1 +- update to 2.6.1 + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Tue Jan 27 2004 Jonathan Blandford 2.4.0-3 +- update version +- Buildrequire libcroco + +* Fri Oct 24 2003 Alexander Larsson 2.4.0-3 +- Fix libcroco in link line. Fixes #107875. +- Properly require libgsf and libcroco + +* Tue Oct 21 2003 Florian La Roche 2.4.0-2 +- BuildReq libcroco-devel, seems this _can_ get picked up + +* Mon Sep 8 2003 Jonathan Blandford 2.4.0-1 +- bump to 2.4.0 + +* Thu Sep 4 2003 Alexander Larsson 2.3.1-3 +- Don't use the epoch, thats implicitly zero and not defined + +* Thu Sep 4 2003 Alexander Larsson 2.3.1-2 +- full version in -devel requires (#102063) + +* Wed Aug 13 2003 Jonathan Blandford 2.3.1-1 +- new version for GNOME 2.4 + +* Fri Aug 8 2003 Alexander Larsson 2.2.3-5 +- BuildRequire libgsf-devel + +* Wed Aug 6 2003 Elliot Lee 2.2.3-4 +- Fix libtool + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Tue Apr 8 2003 Matt Wilson 2.2.3-2 +- use system libtool (#88339) + +* Wed Feb 5 2003 Alexander Larsson 2.2.3-1 +- 2.2.3 +- Moved engine and loaders from devel package + +* Mon Feb 3 2003 Alexander Larsson 2.2.2.1-2 +- Move docs to rpm docdir + +* Mon Feb 3 2003 Alexander Larsson 2.2.2.1-1 +- Update to 2.2.2.1, crash fixes + +* Fri Jan 31 2003 Alexander Larsson 2.2.1-1 +- Update to 2.2.1, fixes crash +- Removed temporary manpage hack + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Tue Jan 21 2003 Alexander Larsson 2.2.0-3 +- Manpage were installed in the wrong place + +* Tue Jan 21 2003 Alexander Larsson 2.2.0-2 +- Add manpage + +* Tue Jan 21 2003 Alexander Larsson 2.2.0-1 +- Update to 2.2.0 + +* Fri Jan 17 2003 Alexander Larsson 2.1.3-3 +- Require gtk2 2.2.0 for the pixbuf loader (#80857) + +* Thu Jan 16 2003 Alexander Larsson 2.1.3-2 +- own includedir/librsvg-2 + +* Thu Jan 9 2003 Alexander Larsson 2.1.3-1 +- update to 2.1.3 + +* Tue Dec 17 2002 Owen Taylor +- Don't package gdk-pixbuf.loaders, it gets generated + in the %%post + +* Mon Dec 9 2002 Alexander Larsson 2.1.2-1 +- Update to 2.1.2 + +* Sat Jul 27 2002 Havoc Pennington +- 2.0.1 + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Sun May 26 2002 Tim Powers +- automated rebuild + +* Tue May 21 2002 Havoc Pennington +- rebuild in different environment + +* Thu May 02 2002 Havoc Pennington +- rebuild in different environment + +* Thu Apr 18 2002 Havoc Pennington +- 1.1.6 + +* Mon Feb 11 2002 Alex Larsson 1.1.3-1 +- Update to 1.1.3 + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Wed Jan 2 2002 Havoc Pennington +- new CVS snap 1.1.0.91 +- remove automake/autoconf calls + +* Mon Nov 26 2001 Havoc Pennington +- convert to librsvg2 RPM + +* Tue Oct 23 2001 Havoc Pennington +- 1.0.2 + +* Fri Jul 27 2001 Alexander Larsson +- Add a patch that moves the includes to librsvg-1/librsvg +- in preparation for a later librsvg 2 library. + +* Tue Jul 24 2001 Havoc Pennington +- build requires gnome-libs-devel, #49509 + +* Thu Jul 19 2001 Havoc Pennington +- own /usr/include/librsvg + +* Wed Jul 18 2001 Akira TAGOH 1.0.0-4 +- fixed the linefeed problem in multibyte environment. (Bug#49310) + +* Mon Jul 09 2001 Havoc Pennington +- put .la file back in package + +* Fri Jul 6 2001 Trond Eivind Glomsrød +- Put changelog at the end +- Move .so files to devel subpackage +- Don't mess with ld.so.conf +- Don't use %%{prefix}, this isn't a relocatable package +- Don't define a bad docdir +- Add BuildRequires +- Use %%{_tmppath} +- Don't define name, version etc. on top of the file (why + do so many do that?) +- s/Copyright/License/ + +* Wed May 9 2001 Jonathan Blandford +- Put into Red Hat Build system + +* Tue Oct 10 2000 Robin Slomkowski +- removed obsoletes from sub packages and added mozilla and + trilobite subpackages + +* Wed Apr 26 2000 Ramiro Estrugo +- created this thing + +## END: Generated by rpmautospec