rpms/gai/devel gai-0.5.10-nls.patch,1.1,1.2 gai.spec,1.13,1.14

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Jun 28 01:33:57 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/gai/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23203

Modified Files:
	gai-0.5.10-nls.patch gai.spec 
Log Message:
* Tue Jun 28 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.5.10-2
- Fix NLS detection. Fix dgettext detection for 64-bit.


gai-0.5.10-nls.patch:

Index: gai-0.5.10-nls.patch
===================================================================
RCS file: /cvs/extras/rpms/gai/devel/gai-0.5.10-nls.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gai-0.5.10-nls.patch	28 Jun 2005 01:29:14 -0000	1.1
+++ gai-0.5.10-nls.patch	28 Jun 2005 01:33:55 -0000	1.2
@@ -33,3 +33,15 @@
 -fi
 \ No newline at end of file
 +fi
+diff -Nur gai-0.5.10-orig/configure gai-0.5.10/configure
+--- gai-0.5.10-orig/configure	2005-06-26 09:01:36.000000000 +0200
++++ gai-0.5.10/configure	2005-06-28 03:34:07.000000000 +0200
+@@ -4139,7 +4139,7 @@
+ int
+ main ()
+ {
+-return (int) dgettext ("","")
++return (int)(long) dgettext ("","")
+   ;
+   return 0;
+ }


Index: gai.spec
===================================================================
RCS file: /cvs/extras/rpms/gai/devel/gai.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gai.spec	28 Jun 2005 01:29:14 -0000	1.13
+++ gai.spec	28 Jun 2005 01:33:55 -0000	1.14
@@ -1,6 +1,6 @@
 Name:		gai
 Version:	0.5.10
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Generic Applet Interface
 
 Group:		User Interface/Desktops
@@ -71,6 +71,9 @@
 %{_libdir}/libgai.so
 
 %changelog
+* Tue Jun 28 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.5.10-2
+- Fix NLS detection. Fix dgettext detection for 64-bit.
+
 * Tue Jun 28 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.5.10-1
 - Update to 0.5.10, as preferences dialog was broken in 0.5.9.
 - BR gettext, and pull in first .mo with %%find_lang macro




More information about the fedora-extras-commits mailing list