SPECS: python-ctypes.spec - added gcc4.patch (compilation fix) - r...

wiget wiget at pld-linux.org
Tue Apr 11 18:13:06 CEST 2006


Author: wiget                        Date: Tue Apr 11 16:13:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added gcc4.patch (compilation fix)
- release 2

---- Files affected:
SPECS:
   python-ctypes.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/python-ctypes.spec
diff -u SPECS/python-ctypes.spec:1.9 SPECS/python-ctypes.spec:1.10
--- SPECS/python-ctypes.spec:1.9	Mon Aug  1 03:06:46 2005
+++ SPECS/python-ctypes.spec	Tue Apr 11 18:13:00 2006
@@ -8,11 +8,12 @@
 Summary(pl):	Pakiet Pythona do wywoływania funkcji w bibliotekach linkowanych dynamicznie
 Name:		python-%{module}
 Version:	0.9.6
-Release:	1
+Release:	2
 License:	MIT
 Group:		Development/Languages/Python
 Source0:	http://dl.sourceforge.net/%{module}/%{module}-%{version}.tar.gz
 # Source0-md5:	9f6bfdb21f7016da2518020beb326da0
+Patch0:		%{name}-gcc4.patch
 URL:		http://starship.python.net/crew/theller/ctypes/
 BuildRequires:	libffi-devel
 BuildRequires:	python-devel
@@ -34,6 +35,7 @@
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 CFLAGS="%{rpmcflags}"
@@ -64,6 +66,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/04/11 16:13:00  wiget
+- added gcc4.patch (compilation fix)
+- release 2
+
 Revision 1.9  2005/08/01 01:06:46  jpc
 - up to 0.9.6
 - use %%py_postclean macro
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-ctypes.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list