Update to 2.45.3
This commit is contained in:
parent
bc341d57d2
commit
226d7b88c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@ librsvg-2.31.0.tar.bz2
|
|||||||
/librsvg-2.44.9.tar.xz
|
/librsvg-2.44.9.tar.xz
|
||||||
/librsvg-2.44.10.tar.xz
|
/librsvg-2.44.10.tar.xz
|
||||||
/librsvg-2.44.11.tar.xz
|
/librsvg-2.44.11.tar.xz
|
||||||
|
/librsvg-2.45.3.tar.xz
|
||||||
|
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
Name: librsvg2
|
Name: librsvg2
|
||||||
Summary: An SVG library based on cairo
|
Summary: An SVG library based on cairo
|
||||||
Version: 2.44.11
|
Version: 2.45.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/LibRsvg
|
URL: https://wiki.gnome.org/Projects/LibRsvg
|
||||||
Source0: https://download.gnome.org/sources/librsvg/2.44/librsvg-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/librsvg/2.45/librsvg-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -113,6 +113,8 @@ rm -vrf vendor
|
|||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -type f -name '*.la' -print -delete
|
find %{buildroot} -type f -name '*.la' -print -delete
|
||||||
|
|
||||||
|
%find_lang librsvg
|
||||||
|
|
||||||
# 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}%{_bindir}/rsvg-view-3
|
||||||
@ -121,7 +123,7 @@ chrpath --delete %{buildroot}%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader
|
|||||||
# we install own docs
|
# we install own docs
|
||||||
rm -vrf %{buildroot}%{_datadir}/doc
|
rm -vrf %{buildroot}%{_datadir}/doc
|
||||||
|
|
||||||
%files
|
%files -f librsvg.lang
|
||||||
%doc CONTRIBUTING.md README.md
|
%doc CONTRIBUTING.md README.md
|
||||||
%license COPYING COPYING.LIB
|
%license COPYING COPYING.LIB
|
||||||
%{_libdir}/librsvg-2.so.*
|
%{_libdir}/librsvg-2.so.*
|
||||||
@ -150,6 +152,9 @@ rm -vrf %{buildroot}%{_datadir}/doc
|
|||||||
%{_mandir}/man1/rsvg-convert.1*
|
%{_mandir}/man1/rsvg-convert.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 09 2019 Kalev Lember <klember@redhat.com> - 2.45.3-1
|
||||||
|
- Update to 2.45.3
|
||||||
|
|
||||||
* Sat Dec 29 2018 Kalev Lember <klember@redhat.com> - 2.44.11-1
|
* Sat Dec 29 2018 Kalev Lember <klember@redhat.com> - 2.44.11-1
|
||||||
- Update to 2.44.11
|
- Update to 2.44.11
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (librsvg-2.44.11.tar.xz) = a5f0d08d35e0732558cc485b99cbaa9e7a4d539f79891dcdb2722edb37ac906b16653e34bf3406afe6d5439fe1e9a7842dbc37e6750df9b7221557bfbd12cda1
|
SHA512 (librsvg-2.45.3.tar.xz) = 8d8ec1dea6d1877a40ee7872c43281b3a44d1559cf1052d44ac7ff66f140d13835688811199c0eefcc479b4ab8a88f4620f4dd3b294d72e9eb4c49bcc5f2bb6e
|
||||||
|
Loading…
Reference in New Issue
Block a user