commit b08d4f06a3d4d90e4d2243c1d3908484cb8a6165
Author: Jakub Bogusz <[email protected]>
Date:   Tue Jul 31 21:17:14 2018 +0200

    - added array-filename patch (fix Seed.js exception message depending on gi 
version)

 seed-array-filename.patch | 10 ++++++++++
 seed.spec                 |  2 ++
 2 files changed, 12 insertions(+)
---
diff --git a/seed.spec b/seed.spec
index 508ff09..d12ced8 100644
--- 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}
diff --git a/seed-array-filename.patch b/seed-array-filename.patch
new file mode 100644
index 0000000..7e010d5
--- /dev/null
+++ b/seed-array-filename.patch
@@ -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);
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/seed.git/commitdiff/b08d4f06a3d4d90e4d2243c1d3908484cb8a6165

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to