Mailinglist Archive: opensuse-commit (1670 mails)
| < Previous | Next > |
commit python-zopeinterface
- From: root@xxxxxxx (h_root)
- Date: Thu, 19 Oct 2006 19:11:21 +0200 (CEST)
- Message-id: <20061019171121.83FCF84473@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package python-zopeinterface
checked in at Thu Oct 19 19:11:21 CEST 2006.
--------
--- python-zopeinterface/python-zopeinterface.changes 2006-02-28 16:46:04.000000000 +0100
+++ /mounts/work_src_done/STABLE/python-zopeinterface/python-zopeinterface.changes 2006-10-19 17:09:18.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Oct 19 17:08:43 CEST 2006 - jmatejek@xxxxxxx
+
+- minor changes for better 64bit compatibility with PEP353
+
+-------------------------------------------------------------------
New:
----
ZopeInterface-3.0.1-ssize.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zopeinterface.spec ++++++
--- /var/tmp/diff_new_pack.Z2mWjh/_old 2006-10-19 19:11:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Z2mWjh/_new 2006-10-19 19:11:00.000000000 +0200
@@ -14,10 +14,11 @@
BuildRequires: python-devel
Summary: Python library for API definitions through interfaces
Version: 3.0.1
-Release: 6
+Release: 25
%define tarname ZopeInterface
Source: %{tarname}-%{version}.tar.bz2
-Patch: ZopeInterface-gcc4.patch
+Patch0: ZopeInterface-gcc4.patch
+Patch1: ZopeInterface-3.0.1-ssize.patch
License: Other License(s), see package
Group: Development/Libraries/Python
URL: http://www.zope.org/Products/ZopeInterface
@@ -42,7 +43,8 @@
%prep
%setup -q -n %{tarname}-%{version}
-%patch
+%patch0
+%patch1
%build
export CFLAGS="$RPM_OPT_FLAGS"
@@ -59,6 +61,8 @@
%doc README.txt
%changelog -n python-zopeinterface
+* Thu Oct 19 2006 - jmatejek@xxxxxxx
+- minor changes for better 64bit compatibility with PEP353
* Tue Feb 28 2006 - jmatejek@xxxxxxx
- updated to reflect python changes due to #149809
* Wed Jan 25 2006 - mls@xxxxxxx
++++++ ZopeInterface-3.0.1-ssize.patch ++++++
--- Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c
+++ Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c
@@ -361,7 +361,7 @@
/* tp_flags */ Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
"Base type for Specification objects",
/* tp_traverse */ (traverseproc)0,
- /* tp_clear */ (inquiry)0,
+ /* tp_clear */ (lenfunc)0,
/* tp_richcompare */ (richcmpfunc)0,
/* tp_weaklistoffset */ (long)0,
/* tp_iter */ (getiterfunc)0,
@@ -410,7 +410,7 @@
| Py_TPFLAGS_BASETYPE ,
"Object Specification Descriptor",
/* tp_traverse */ (traverseproc)0,
- /* tp_clear */ (inquiry)0,
+ /* tp_clear */ (lenfunc)0,
/* tp_richcompare */ (richcmpfunc)0,
/* tp_weaklistoffset */ (long)0,
/* tp_iter */ (getiterfunc)0,
@@ -474,7 +474,7 @@
/* tp_flags */ Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
"C Base class for ClassProvides",
/* tp_traverse */ (traverseproc)0,
- /* tp_clear */ (inquiry)0,
+ /* tp_clear */ (lenfunc)0,
/* tp_richcompare */ (richcmpfunc)0,
/* tp_weaklistoffset */ (long)0,
/* tp_iter */ (getiterfunc)0,
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |