devel/inkscape inkscape-0.42-gettext-x86_64.patch, NONE, 1.1 inkscape.spec, 1.14, 1.15 inkscape-0.41-dgettext.patch, 1.1, NONE

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Jul 29 10:35:01 UTC 2005


Author: mschwendt

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

Modified Files:
	inkscape.spec 
Added Files:
	inkscape-0.42-gettext-x86_64.patch 
Removed Files:
	inkscape-0.41-dgettext.patch 
Log Message:
* Fri Jul 29 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-2
- Extend ngettext/dgettext patch for x86_64 build.


inkscape-0.42-gettext-x86_64.patch:

--- NEW FILE inkscape-0.42-gettext-x86_64.patch ---
diff -Nur inkscape-0.42-orig/configure inkscape-0.42/configure
--- inkscape-0.42-orig/configure	2005-07-25 07:25:35.000000000 +0200
+++ inkscape-0.42/configure	2005-07-29 12:34:14.000000000 +0200
@@ -21344,7 +21344,7 @@
 int
 main ()
 {
-return (int) ngettext ("","", 1)
+return (int)(long) ngettext ("","", 1)
   ;
   return 0;
 }
@@ -21402,7 +21402,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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- inkscape.spec	26 Jul 2005 01:24:41 -0000	1.14
+++ inkscape.spec	29 Jul 2005 10:34:59 -0000	1.15
@@ -1,13 +1,13 @@
 Name:           inkscape
 Version:        0.42
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Vector-based drawing program using SVG
 
 Group:          Applications/Productivity
 License:        GPL
 URL:            http://inkscape.sourceforge.net/
 Source0:        http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.bz2
-Patch0:         inkscape-0.41-dgettext.patch
+Patch0:         inkscape-0.42-gettext-x86_64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  atk-devel
@@ -102,6 +102,9 @@
 
 
 %changelog
+* Fri Jul 29 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-2
+- Extend ngettext/dgettext patch for x86_64 build.
+
 * Tue Jul 26 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.42-1
 - update to 0.42 (also fixes #160326)
 - BR gnome-vfs2-devel


--- inkscape-0.41-dgettext.patch DELETED ---




More information about the fedora-extras-commits mailing list