devel/inkscape inkscape-0.41-64bit.patch, 1.1, 1.2 inkscape.spec, 1.11, 1.12

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue May 31 12:56:27 UTC 2005


Author: mschwendt

Update of /cvs/extras/devel/inkscape
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19217

Modified Files:
	inkscape-0.41-64bit.patch inkscape.spec 
Log Message:
* Tue May 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.41-7
- append another 64-bit related patch (dgettext configure check failed)



inkscape-0.41-64bit.patch:

Index: inkscape-0.41-64bit.patch
===================================================================
RCS file: /cvs/extras/devel/inkscape/inkscape-0.41-64bit.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- inkscape-0.41-64bit.patch	26 May 2005 01:26:30 -0000	1.1
+++ inkscape-0.41-64bit.patch	31 May 2005 12:56:25 -0000	1.2
@@ -370,3 +370,15 @@
  		if ( d >= pos ) break;
  		n_o++;
  	}
+diff -Nur inkscape-0.41-orig/configure inkscape-0.41/configure
+--- inkscape-0.41-orig/configure	2005-02-09 04:55:31.000000000 +0100
++++ inkscape-0.41/configure	2005-05-31 14:50:00.000000000 +0200
+@@ -20218,7 +20218,7 @@
+ int
+ main ()
+ {
+-return (int) dgettext ("","")
++return (int) (long)dgettext ("","")
+   ;
+   return 0;
+ }


Index: inkscape.spec
===================================================================
RCS file: /cvs/extras/devel/inkscape/inkscape.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- inkscape.spec	31 May 2005 11:03:22 -0000	1.11
+++ inkscape.spec	31 May 2005 12:56:25 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           inkscape
 Version:        0.41
-Release:        6
+Release:        7
 Summary:        A vector-based drawing program using SVG.
 
 Group:          Applications/Productivity
@@ -53,6 +53,7 @@
 %patch0 -p1 -b .gcc4
 %patch1 -p1 -b .64bit
 
+
 %build
 %configure                     \
 --disable-dependency-tracking  \
@@ -102,6 +103,9 @@
 
 
 %changelog
+* Tue May 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.41-7
+- append another 64-bit related patch (dgettext configure check failed)
+
 * Tue May 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.41-6
 - remove explicit aclocal/autoconf calls in %%build as they create a
   bad Makefile for FC4/i386, which causes build to fail (#156228),




More information about the fedora-extras-commits mailing list