rpms/python-zope-interface/devel .cvsignore, 1.6, 1.7 python-zope-interface.spec, 1.15, 1.16 sources, 1.6, 1.7 ZPL-2.1.txt, 1.1, NONE

Robin 'cheese' Lee cheeselee at fedoraproject.org
Tue Jun 22 02:36:35 UTC 2010


Author: cheeselee

Update of /cvs/pkgs/rpms/python-zope-interface/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29857

Modified Files:
	.cvsignore python-zope-interface.spec sources 
Removed Files:
	ZPL-2.1.txt 
Log Message:
* Tue Jun 22 2010 Robin Lee <robinlee.sysu at gmail.com> - 3.6.1-1
- update to 3.6.1
- License provided in the source package
- include the tests



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-interface/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	5 Jul 2009 11:26:00 -0000	1.6
+++ .cvsignore	22 Jun 2010 02:36:35 -0000	1.7
@@ -1 +1 @@
-zope.interface-3.5.2.tar.gz
+zope.interface-3.6.1.tar.gz


Index: python-zope-interface.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-interface/devel/python-zope-interface.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- python-zope-interface.spec	27 Jul 2009 01:34:50 -0000	1.15
+++ python-zope-interface.spec	22 Jun 2010 02:36:35 -0000	1.16
@@ -1,14 +1,13 @@
 %{!?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.5.2
-Release:	2%{?dist}
+Version:	3.6.1
+Release:	1%{?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
-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
@@ -23,11 +22,6 @@ This is a separate distribution of the z
 
 %prep
 %setup -n zope.interface-%{version} -q
-%{__cp} -a %{SOURCE1} .
-
-# Tests require additional modules and shouldn't be packaged
-%{__rm} -rfv src/zope/interface/tests/
-%{__rm} -rfv src/zope/interface/common/tests/
 
 %build
 CFLAGS="%{optflags}" %{__python} setup.py build
@@ -53,11 +47,16 @@ CFLAGS="%{optflags}" %{__python} setup.p
 
 %files
 %defattr(-,root,root,-)
-%doc ZPL-2.1.txt src/zope/interface/*.txt
+%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt src/zope/interface/*.txt
 %{python_sitearch}/zope/*
 %{python_sitearch}/zope.interface*
 
 %changelog
+* Tue Jun 22 2010 Robin Lee <robinlee.sysu at gmail.com> - 3.6.1-1
+- update to 3.6.1
+- License provided in the source package
+- include the tests
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-interface/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	5 Jul 2009 11:26:00 -0000	1.6
+++ sources	22 Jun 2010 02:36:35 -0000	1.7
@@ -1 +1 @@
-7f650e26385a452a6e1148797aa11dfd  zope.interface-3.5.2.tar.gz
+7a895181b8d10be4a7e9a3afa13cd3be  zope.interface-3.6.1.tar.gz


--- ZPL-2.1.txt DELETED ---



More information about the scm-commits mailing list