rpms/ekg2/devel ekg2-limits.patch,NONE,1.1 ekg2.spec,1.9,1.10

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Wed May 28 18:49:37 UTC 2008


Author: rathann

Update of /cvs/pkgs/rpms/ekg2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8631

Modified Files:
	ekg2.spec 
Added Files:
	ekg2-limits.patch 
Log Message:
- try working around a possible glibc bug


ekg2-limits.patch:

--- NEW FILE ekg2-limits.patch ---
diff -up ekg2-0.2-rc1/plugins/jabber/jabber.h.g ekg2-0.2-rc1/plugins/jabber/jabber.h
--- ekg2-0.2-rc1/plugins/jabber/jabber.h.g	2008-02-28 21:22:56.000000000 +0100
+++ ekg2-0.2-rc1/plugins/jabber/jabber.h	2008-05-28 20:47:05.000000000 +0200
@@ -11,6 +11,7 @@
 #include <ekg/userlist.h>
 
 #ifdef HAVE_EXPAT_H
+ #include <limits.h>
  #include <expat.h>
 #endif
 


Index: ekg2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ekg2/devel/ekg2.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ekg2.spec	28 May 2008 18:26:39 -0000	1.9
+++ ekg2.spec	28 May 2008 18:48:52 -0000	1.10
@@ -12,6 +12,7 @@
 Source1:	%{name}.pc.in
 Patch1:		%{name}-rpm.patch
 Patch2:		%{name}-pkgconfig.patch
+Patch3:		%{name}-limits.patch
 URL:		http://www.ekg2.org/
 BuildRequires:	aspell-devel
 BuildRequires:	automake17
@@ -199,6 +200,7 @@
 cp -p %{SOURCE1} ekg/
 %patch1 -p1 -b .r
 %patch2 -p1 -b .p
+%patch3 -p1 -b .g
 cp -p README README-main
 # convert docs to UTF-8
 for file in \




More information about the fedora-extras-commits mailing list