[packages/exact-image] - new swig does not like language specific comments - rel 8

baggins baggins at pld-linux.org
Sun Dec 27 13:55:35 CET 2015


commit 47abdb9026c64c963d52d384463fd8f50c68aea8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Dec 27 13:55:16 2015 +0100

    - new swig does not like language specific comments
    - rel 8

 exact-image.spec |  4 +++-
 swig.patch       | 11 +++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/exact-image.spec b/exact-image.spec
index 97cd50e..8a83482 100644
--- a/exact-image.spec
+++ b/exact-image.spec
@@ -15,7 +15,7 @@ Summary:	A fast, modern and generic image processing library
 Summary(pl.UTF-8):	Szybka, nowoczesna i ogólna biblioteka do przetwarzania obrazu
 Name:		exact-image
 Version:	0.8.9
-Release:	7
+Release:	8
 License:	GPL v2
 Group:		Applications/Graphics
 Source0:	http://dl.exactcode.de/oss/exact-image/%{name}-%{version}.tar.bz2
@@ -25,6 +25,7 @@ Patch1:		exactimage_0.8.5-1.patch
 Patch2:		%{name}-giflib.patch
 Patch3:		%{name}-evas.patch
 Patch4:		%{name}-install.patch
+Patch5:		swig.patch
 URL:		http://www.exactcode.de/site/open_source/exactimage/
 BuildRequires:	OpenEXR-devel >= 1.2.0
 BuildRequires:	agg-devel >= 2.3
@@ -117,6 +118,7 @@ API ExactImage dla Pythona.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 ./configure \
diff --git a/swig.patch b/swig.patch
new file mode 100644
index 0000000..dcf9fe6
--- /dev/null
+++ b/swig.patch
@@ -0,0 +1,11 @@
+--- exact-image-0.8.9/api/api-swig.hh~	2009-03-19 14:00:11.000000000 +0100
++++ exact-image-0.8.9/api/api-swig.hh	2015-12-27 13:53:37.704789844 +0100
+@@ -22,7 +22,7 @@
+ %include "cstring.i"
+ %include "std_string.i"
+ 
+-# manually include it, otherwise SWIG will not source it
++/* manually include it, otherwise SWIG will not source it */
+ %include "config.h"
+ 
+ %{
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exact-image.git/commitdiff/47abdb9026c64c963d52d384463fd8f50c68aea8



More information about the pld-cvs-commit mailing list