]> git.pld-linux.org Git - packages/seed.git/commitdiff
- added array-filename patch (fix Seed.js exception message depending on gi version)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Jul 2018 19:17:14 +0000 (21:17 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Jul 2018 19:17:14 +0000 (21:17 +0200)
seed-array-filename.patch [new file with mode: 0644]
seed.spec

diff --git a/seed-array-filename.patch b/seed-array-filename.patch
new file mode 100644 (file)
index 0000000..7e010d5
--- /dev/null
@@ -0,0 +1,10 @@
+--- seed-3.8.1/libseed/seed-types.c.orig       2018-07-31 19:08:03.680602811 +0200
++++ seed-3.8.1/libseed/seed-types.c    2018-07-31 19:09:20.513935269 +0200
+@@ -347,6 +347,7 @@
+   switch (element_type)
+     {
+     case GI_TYPE_TAG_UTF8:
++    case GI_TYPE_TAG_FILENAME:
+       {
+       gchar **strresult = g_new0 (gchar *, length + 1);
index 508ff0991e6959c0152ff6c88599737ee9cbe1c9..d12ced8c1a17a5c54f52b931fd3db56d0a7c4327 100644 (file)
--- a/seed.spec
+++ b/seed.spec
@@ -13,6 +13,7 @@ Source0:      http://ftp.gnome.org/pub/GNOME/sources/seed/3.8/%{name}-%{version}.tar.
 # Source0-md5: f5afeb04343e0cb56d2396f0d0458988
 Patch0:                format-security.patch
 Patch1:                gtkdoc.patch
+Patch2:                %{name}-array-filename.patch
 URL:           https://wiki.gnome.org/Seed
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.7
@@ -97,6 +98,7 @@ Dokumentacja API biblioteki seed.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__gtkdocize}
This page took 0.119704 seconds and 4 git commands to generate.