Update to 2.45.7
This commit is contained in:
parent
4627463437
commit
e9f84204c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@ librsvg-2.31.0.tar.bz2
|
|||||||
/librsvg-2.45.4.tar.xz
|
/librsvg-2.45.4.tar.xz
|
||||||
/librsvg-2.45.5.tar.xz
|
/librsvg-2.45.5.tar.xz
|
||||||
/librsvg-2.45.6.tar.xz
|
/librsvg-2.45.6.tar.xz
|
||||||
|
/librsvg-2.45.7.tar.xz
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: librsvg2
|
Name: librsvg2
|
||||||
Summary: An SVG library based on cairo
|
Summary: An SVG library based on cairo
|
||||||
Version: 2.45.6
|
Version: 2.45.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -30,7 +30,6 @@ BuildRequires: pkgconfig(gio-2.0)
|
|||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
|
||||||
BuildRequires: pkgconfig(libcroco-0.6)
|
BuildRequires: pkgconfig(libcroco-0.6)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(pangocairo)
|
BuildRequires: pkgconfig(pangocairo)
|
||||||
@ -128,7 +127,6 @@ find %{buildroot} -type f -name '*.la' -print -delete
|
|||||||
|
|
||||||
# Remove lib64 rpaths
|
# Remove lib64 rpaths
|
||||||
chrpath --delete %{buildroot}%{_bindir}/rsvg-convert
|
chrpath --delete %{buildroot}%{_bindir}/rsvg-convert
|
||||||
chrpath --delete %{buildroot}%{_bindir}/rsvg-view-3
|
|
||||||
chrpath --delete %{buildroot}%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
|
chrpath --delete %{buildroot}%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
|
||||||
|
|
||||||
# we install own docs
|
# we install own docs
|
||||||
@ -159,10 +157,12 @@ rm -vrf %{buildroot}%{_datadir}/doc
|
|||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%{_bindir}/rsvg-convert
|
%{_bindir}/rsvg-convert
|
||||||
%{_bindir}/rsvg-view-3
|
|
||||||
%{_mandir}/man1/rsvg-convert.1*
|
%{_mandir}/man1/rsvg-convert.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 08 2019 Kalev Lember <klember@redhat.com> - 2.45.7-1
|
||||||
|
- Update to 2.45.7
|
||||||
|
|
||||||
* Tue May 14 2019 Kalev Lember <klember@redhat.com> - 2.45.6-1
|
* Tue May 14 2019 Kalev Lember <klember@redhat.com> - 2.45.6-1
|
||||||
- Update to 2.45.6
|
- Update to 2.45.6
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (librsvg-2.45.6.tar.xz) = ce7489a99cb19da56309199bcd50ef956256ce68389aaf56a83185fe2bcce5e279abedb09396d9af249ac766d7e25deea9e0d83813da96e75789310a066f8501
|
SHA512 (librsvg-2.45.7.tar.xz) = 34563ea8bf3af0322954505a0aa409ea55e01a3b25ba80245f7f17d9b75196aa79e10c595c348295e224034fc678f7e81c2e1aa351085fb498b3ad5a96a5bbc6
|
||||||
|
Loading…
Reference in New Issue
Block a user