]> git.pld-linux.org Git - packages/Zope-Interface.git/commitdiff
- fix build auto/th/ZopeInterface-3_0_1-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 28 May 2006 20:12:34 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-Interface.spec -> 1.4
    ZopeInterface-build.patch -> 1.1

Zope-Interface.spec
ZopeInterface-build.patch [new file with mode: 0644]

index 32cd2ecafb1554e1ea6797babf7911e008179f6a..bd9e054aa1cae919096833ee6a5532c09cc5d360 100644 (file)
@@ -2,11 +2,12 @@ Summary:      zope.interface package used in Zope 3
 Summary(pl):   Modu³ interface u¿ywany w Zope 3
 Name:          ZopeInterface
 Version:       3.0.1
-Release:       2
+Release:       3
 License:       ZPL 2.0
 Group:         Development/Tools
 Source0:       http://www.zope.org/Products/ZopeInterface/%{version}final/%{name}-%{version}.tgz
 # Source0-md5: 114f302c2b132d43ad4e01d108b4d192
+Patch0:                %{name}-build.patch
 URL:           http://www.zope.org/Products/ZopeInterface/
 BuildRequires: python
 BuildRequires: python-devel
@@ -21,6 +22,7 @@ Modu
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 python ./setup.py build
diff --git a/ZopeInterface-build.patch b/ZopeInterface-build.patch
new file mode 100644 (file)
index 0000000..e412238
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN ZopeInterface-3.0.1.org/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c ZopeInterface-3.0.1/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c
+--- ZopeInterface-3.0.1.org/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c    2004-08-04 12:03:17.000000000 +0200
++++ ZopeInterface-3.0.1/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c        2006-05-28 22:10:17.000000000 +0200
+@@ -70,7 +70,7 @@
+   return 0;
+ }
+-extern PyTypeObject SpecType;   /* Forward */
++static PyTypeObject SpecType;   /* Forward */
+ static PyObject *
+ implementedByFallback(PyObject *cls)
This page took 0.076016 seconds and 5 git commands to generate.