rpms/isdn4k-utils/devel isdn4k-utils-CVS-2006-07-20-glibc.patch, NONE, 1.1 isdn4k-utils.spec, 1.69, 1.70

Than Ngo (than) fedora-extras-commits at redhat.com
Thu Sep 27 21:58:21 UTC 2007


Author: than

Update of /cvs/extras/rpms/isdn4k-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16072

Modified Files:
	isdn4k-utils.spec 
Added Files:
	isdn4k-utils-CVS-2006-07-20-glibc.patch 
Log Message:
fix build issue with glibc


isdn4k-utils-CVS-2006-07-20-glibc.patch:

--- NEW FILE isdn4k-utils-CVS-2006-07-20-glibc.patch ---
diff -up isdn4k-utils-CVS-2006-07-20/capi20/capi20.h.orig isdn4k-utils-CVS-2006-07-20/capi20/capi20.h
--- isdn4k-utils-CVS-2006-07-20/capi20/capi20.h.orig	2007-09-27 21:45:43.000000000 +0200
+++ isdn4k-utils-CVS-2006-07-20/capi20/capi20.h	2007-09-27 23:45:40.000000000 +0200
@@ -20,6 +20,7 @@
 #ifndef __CAPI20_H__
 #define __CAPI20_H__
 
+#include <sys/types.h>
 #include <sys/time.h>
 
 #ifdef __cplusplus


Index: isdn4k-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/isdn4k-utils/devel/isdn4k-utils.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- isdn4k-utils.spec	12 Feb 2007 09:14:37 -0000	1.69
+++ isdn4k-utils.spec	27 Sep 2007 21:57:49 -0000	1.70
@@ -40,6 +40,7 @@
 Patch12: isdn4k-utils-CVS-2005-03-09-xmon.patch
 Patch13: isdn4k-utils-capiinit.patch
 Patch14: isdn4k-utils-CVS-2006-07-20-pppd-2.4.4.patch
+Patch15: isdn4k-utils-CVS-2006-07-20-glibc.patch
 
 BuildRoot: %{_tmppath}/%name-%{version}-%{release}-root
 
@@ -124,6 +125,7 @@
 %patch12 -p1 -b .xmon
 %patch13 -p1 -b .capi
 %patch14 -p1 -b .pppd-2.4.4
+%patch15 -p1 -b .glibc
 
 for i in */configure; do
 	cd `dirname $i`
@@ -498,8 +500,8 @@
 %doc xmonisdn/README
 
 %changelog
-* Mon Feb 12 2007 Than Ngo <than at redhat.com> - 3.2-55.fc7
-- fix spelling error
+* Thu Sep 27 2007 Than Ngo <than at redhat.com> -  3.2-55
+- fix build issue with glibc
 
 * Thu Feb 08 2007 Than Ngo <than at redhat.com> 3.2-54.fc7
 - rebuild




More information about the fedora-extras-commits mailing list