Update to 2.45.4
This commit is contained in:
parent
0fe753b426
commit
2cde5c9a6c
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@ librsvg-2.31.0.tar.bz2
|
|||||||
/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
|
/librsvg-2.45.3.tar.xz
|
||||||
|
/librsvg-2.45.4.tar.xz
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
From 86a75d49c16c234be1ea731f662817dd79b9a88f Mon Sep 17 00:00:00 2001
|
|
||||||
From: Kalev Lember <klember@redhat.com>
|
|
||||||
Date: Wed, 9 Jan 2019 15:04:07 +0100
|
|
||||||
Subject: [PATCH] Fix the soname
|
|
||||||
|
|
||||||
Commit 1832e2d accidentally bumped rsvg_lt_age without updating
|
|
||||||
rsvg_lt_current, which led to the soname accidentally changing from
|
|
||||||
librsvg-2.so.2 to librsvg-2.so.1.
|
|
||||||
|
|
||||||
Fixes: https://gitlab.gnome.org/GNOME/librsvg/issues/402
|
|
||||||
---
|
|
||||||
configure.ac | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 2f99ca4b..8ae364f3 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -18,7 +18,7 @@ m4_define([rsvg_version],[rsvg_major_version.rsvg_minor_version.rsvg_micro_versi
|
|
||||||
# rsvg_lt_current += 1
|
|
||||||
# rsvg_lt_revision = 0
|
|
||||||
# rsvg_lt_age = 0
|
|
||||||
-m4_define([rsvg_lt_current],[47])
|
|
||||||
+m4_define([rsvg_lt_current],[48])
|
|
||||||
m4_define([rsvg_lt_revision],[0])
|
|
||||||
m4_define([rsvg_lt_age],[46])
|
|
||||||
m4_define([rsvg_lt_version_info],rsvg_lt_current:rsvg_lt_revision:rsvg_lt_age)
|
|
||||||
--
|
|
||||||
2.19.1
|
|
||||||
|
|
@ -12,17 +12,12 @@
|
|||||||
|
|
||||||
Name: librsvg2
|
Name: librsvg2
|
||||||
Summary: An SVG library based on cairo
|
Summary: An SVG library based on cairo
|
||||||
Version: 2.45.3
|
Version: 2.45.4
|
||||||
Release: 2%{?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.45/librsvg-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/librsvg/2.45/librsvg-%{version}.tar.xz
|
||||||
# https://gitlab.gnome.org/GNOME/librsvg/issues/402
|
|
||||||
Patch0: 0001-Fix-the-soname.patch
|
|
||||||
|
|
||||||
# for patch0:
|
|
||||||
BuildRequires: autoconf automake libtool gettext-devel
|
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -108,7 +103,6 @@ rm -vrf vendor
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
--enable-introspection \
|
--enable-introspection \
|
||||||
@ -158,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.4-1
|
||||||
|
- Update to 2.45.4
|
||||||
|
|
||||||
* Wed Jan 09 2019 Kalev Lember <klember@redhat.com> - 2.45.3-2
|
* Wed Jan 09 2019 Kalev Lember <klember@redhat.com> - 2.45.3-2
|
||||||
- Fix accidental soname bump
|
- Fix accidental soname bump
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (librsvg-2.45.3.tar.xz) = 8d8ec1dea6d1877a40ee7872c43281b3a44d1559cf1052d44ac7ff66f140d13835688811199c0eefcc479b4ab8a88f4620f4dd3b294d72e9eb4c49bcc5f2bb6e
|
SHA512 (librsvg-2.45.4.tar.xz) = b421b87d22a434a7fa28517fc8a2d9ec4b48743c352f9d087faeb70ba80d8e77889ad3e87267edbf937bb50d7c13db5bcff8825b90b2f3cc0626b3e5135db954
|
||||||
|
Loading…
Reference in New Issue
Block a user