rpms/python-zope-interface/devel python-zope-interface.spec, 1.8, 1.9

Conrad Meyer konradm at fedoraproject.org
Thu Dec 18 01:50:19 UTC 2008


Author: konradm

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

Modified Files:
	python-zope-interface.spec 
Log Message:
Make compatible with new python-zope-filesystem common mother package.


Index: python-zope-interface.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-interface/devel/python-zope-interface.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-zope-interface.spec	29 Nov 2008 16:02:05 -0000	1.8
+++ python-zope-interface.spec	18 Dec 2008 01:49:49 -0000	1.9
@@ -2,7 +2,7 @@
 
 Name:		python-zope-interface
 Version:	3.5.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Zope 3 Interface Infrastructure
 Group:		Development/Libraries
 License:	ZPLv2.1
@@ -13,6 +13,7 @@
 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
@@ -53,9 +54,13 @@
 %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
 




More information about the fedora-extras-commits mailing list