rpms/python-blist/F-13 .cvsignore, 1.2, 1.3 python-blist.spec, 1.2, 1.3 sources, 1.2, 1.3 blist-1.1.1-use-sys-setuptools.patch, 1.1, NONE

Michel Alexandre Salim salimma at fedoraproject.org
Mon Jul 26 17:03:35 UTC 2010


Author: salimma

Update of /cvs/pkgs/rpms/python-blist/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30664/F-13

Modified Files:
	.cvsignore python-blist.spec sources 
Removed Files:
	blist-1.1.1-use-sys-setuptools.patch 
Log Message:
* Mon Jul 26 2010 Michel Salim <salimma at fedoraproject.org> - 1.2.1-1
- Update to 1.2.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-blist/F-13/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	21 May 2010 19:33:24 -0000	1.2
+++ .cvsignore	26 Jul 2010 17:03:33 -0000	1.3
@@ -1 +1 @@
-blist-1.1.1.tar.gz
+blist-1.2.1.tar.gz


Index: python-blist.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-blist/F-13/python-blist.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- python-blist.spec	21 May 2010 21:16:16 -0000	1.2
+++ python-blist.spec	26 Jul 2010 17:03:34 -0000	1.3
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-blist
-Version:        1.1.1
+Version:        1.2.1
 Release:        1%{?dist}
 Summary:        A faster list implementation for Python
 
@@ -9,7 +9,6 @@ Group:          Development/Languages
 License:        BSD
 URL:            http://pypi.python.org/pypi/blist/
 Source0:        http://pypi.python.org/packages/source/b/blist/blist-%{version}.tar.gz
-Patch0:         blist-1.1.1-use-sys-setuptools.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel python-setuptools
@@ -25,7 +24,6 @@ inefficient if you need to create a larg
 
 %prep
 %setup -q -n blist-%{version}
-%patch0 -p1 -b .use-sys-setuptools
 
 # Replace the not-zip-safe file; keep rpmlint happy by not having
 # CRLF line endings
@@ -57,11 +55,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.rst blist.rst
+%doc LICENSE README.rst
 %{python_sitearch}/*
 
 
 %changelog
+* Mon Jul 26 2010 Michel Salim <salimma at fedoraproject.org> - 1.2.1-1
+- Update to 1.2.1
+
 * Fri May 21 2010 Michel Salim <salimma at fedoraproject.org> - 1.1.1-1
 - Update to 1.1.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-blist/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	21 May 2010 19:33:24 -0000	1.2
+++ sources	26 Jul 2010 17:03:34 -0000	1.3
@@ -1 +1 @@
-bff8e5bde6eae3b219969c388676f19d  blist-1.1.1.tar.gz
+c60404316104201b8b0ba930c763b433  blist-1.2.1.tar.gz


--- blist-1.1.1-use-sys-setuptools.patch DELETED ---



More information about the scm-commits mailing list