rpms/isdn4k-utils/devel isdn4k-utils-gcc3x.patch, NONE, 1.1 isdn4k-utils.spec, 1.72, 1.73

Than Ngo (than) fedora-extras-commits at redhat.com
Mon Mar 3 17:36:22 UTC 2008


Author: than

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

Modified Files:
	isdn4k-utils.spec 
Added Files:
	isdn4k-utils-gcc3x.patch 
Log Message:
fix build issue with new gcc


isdn4k-utils-gcc3x.patch:

--- NEW FILE isdn4k-utils-gcc3x.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	2008-03-03 18:14:50.000000000 +0100
+++ isdn4k-utils-CVS-2006-07-20/capi20/capi20.h	2008-03-03 18:17:31.000000000 +0100
@@ -20,6 +20,7 @@
 #ifndef __CAPI20_H__
 #define __CAPI20_H__
 
+#include <stdlib.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.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- isdn4k-utils.spec	15 Feb 2008 21:13:41 -0000	1.72
+++ isdn4k-utils.spec	3 Mar 2008 17:35:46 -0000	1.73
@@ -15,7 +15,7 @@
 Summary: Utilities for configuring an ISDN subsystem.
 Name: isdn4k-utils
 Version: 3.2
-Release: 57%{?dist}
+Release: 58%{?dist}
 License: GPL
 Group: Applications/System
 
@@ -40,7 +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
+Patch15: isdn4k-utils-gcc3x.patch
 
 BuildRoot: %{_tmppath}/%name-%{version}-%{release}-root
 
@@ -500,6 +500,9 @@
 %doc xmonisdn/README
 
 %changelog
+* Mon Mar 03 2008 Than Ngo <than at redhat.com> 3.2-58
+- fix build issue with new gcc 
+
 * Fri Feb 15 2008 Than Ngo <than at redhat.com> 3.2-57
 - rebuild against gcc 4.3
 




More information about the fedora-extras-commits mailing list