Bump cssparser to 0.24
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
e8b25f46b8
commit
045e9cc74c
26
0001-deps-update-cssparser-to-0.24.patch
Normal file
26
0001-deps-update-cssparser-to-0.24.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From 792d11b4b9acf110c19a0648e7c4b9f262d1b058 Mon Sep 17 00:00:00 2001
|
||||
From: Igor Gnatenko <ignatenko@src.gnome.org>
|
||||
Date: Sun, 1 Jul 2018 12:06:04 +0100
|
||||
Subject: [PATCH] deps: update cssparser to 0.24
|
||||
|
||||
Signed-off-by: Igor Gnatenko <ignatenko@src.gnome.org>
|
||||
---
|
||||
rsvg_internals/Cargo.toml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/rsvg_internals/Cargo.toml b/rsvg_internals/Cargo.toml
|
||||
index 76c25402..55628ca4 100644
|
||||
--- a/rsvg_internals/Cargo.toml
|
||||
+++ b/rsvg_internals/Cargo.toml
|
||||
@@ -28,7 +28,7 @@ pango = "0.4"
|
||||
pangocairo = "0.5"
|
||||
pango-sys = "0.6"
|
||||
pangocairo-sys = "0.7"
|
||||
-cssparser = "0.23"
|
||||
+cssparser = "0.24"
|
||||
lazy_static = "1.0.0"
|
||||
phf = "0.7.21"
|
||||
float-cmp = "0.4.0"
|
||||
--
|
||||
2.18.0.rc2
|
||||
|
@ -7,7 +7,7 @@
|
||||
Name: librsvg2
|
||||
Summary: An SVG library based on cairo
|
||||
Version: 2.43.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/LibRsvg
|
||||
@ -16,6 +16,8 @@ Source: http://download.gnome.org/sources/librsvg/2.43/librsvg-%{version
|
||||
Patch0001: 0001-deps-bump-regex-to-1.patch
|
||||
# https://gitlab.gnome.org/GNOME/librsvg/merge_requests/87
|
||||
Patch0002: 0001-fix-casting-in-filter_related.patch
|
||||
# https://gitlab.gnome.org/GNOME/librsvg/merge_requests/91
|
||||
Patch0003: 0001-deps-update-cssparser-to-0.24.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.20
|
||||
@ -132,6 +134,9 @@ rm -vrf %{buildroot}%{_datadir}/doc
|
||||
%{_mandir}/man1/rsvg-convert.1*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 01 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.43.1-2
|
||||
- Bump cssparser to 0.24
|
||||
|
||||
* Sun Jun 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.43.1-1
|
||||
- Update to 2.43.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user