rpms/python-zope-interface/F-9 python-zope-interface.spec,1.6,1.7

Conrad Meyer konradm at fedoraproject.org
Thu Dec 18 02:05:23 UTC 2008


Author: konradm

Update of /cvs/pkgs/rpms/python-zope-interface/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28338

Modified Files:
	python-zope-interface.spec 
Log Message:
Bumping to make compatible with python-zope-filesystem.


Index: python-zope-interface.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-interface/F-9/python-zope-interface.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-zope-interface.spec	2 Apr 2008 13:29:27 -0000	1.6
+++ python-zope-interface.spec	18 Dec 2008 02:04:52 -0000	1.7
@@ -1,16 +1,19 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		python-zope-interface
-Version:	3.4.1
-Release:	1%{?dist}
+Version:	3.5.0
+Release:	3%{?dist}
 Summary:	Zope 3 Interface Infrastructure
 Group:		Development/Libraries
 License:	ZPLv2.1
 URL:		http://pypi.python.org/pypi/zope.interface
-Source0:	http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
+Source0:	http://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.zip
 Source1:	ZPL-2.1.txt
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	python-devel
+# zope.interface 3.5.0 won't build the C extension if distutils are used
+BuildRequires:  python-setuptools
+Requires:       python-zope-filesystem
 
 %description
 Interfaces are a mechanism for labeling objects as conforming to a given API
@@ -51,9 +54,19 @@
 %files
 %defattr(-,root,root,-)
 %doc ZPL-2.1.txt src/zope/interface/*.txt
-%{python_sitearch}/zope*
+%{python_sitearch}/zope/*
+%{python_sitearch}/zope.interface*
 
 %changelog
+* Wed Dec 17 2008 Conrad Meyer <konrad at tylerc.org> - 3.5.0-3
+- Make compatible with the new python-zope-filesystem.
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 3.5.0-2
+- Rebuild for Python 2.6
+
+* Sat Nov 15 2008 Felix Schwarz <felix.schwarz at oss.schwarz.eu> 3.5.0-1
+- update to 3.5.0
+
 * Mon Mar 31 2008 Paul Howarth <paul at city-fan.org> 3.4.1-1
 - update to 3.4.1
 - incorporate suggestions from Felix Schwarz:




More information about the fedora-extras-commits mailing list