diff --git a/.cvsignore b/.cvsignore index ed43721..f5a1f15 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -blist-1.1.1.tar.gz +blist-1.2.1.tar.gz diff --git a/blist-1.1.1-use-sys-setuptools.patch b/blist-1.1.1-use-sys-setuptools.patch deleted file mode 100644 index dff5a24..0000000 --- a/blist-1.1.1-use-sys-setuptools.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- blist-1.1.1/setup.py.use-sys-setuptools 2010-01-31 21:32:34.000000000 +0100 -+++ blist-1.1.1/setup.py 2010-05-21 22:58:18.671112471 +0200 -@@ -1,8 +1,6 @@ - #!/usr/bin/env python - - import sys --import distribute_setup --distribute_setup.use_setuptools() - from setuptools import setup, Extension - - setup(name='blist', diff --git a/python-blist.spec b/python-blist.spec index 2e833e9..0ae33b5 100644 --- a/python-blist.spec +++ b/python-blist.spec @@ -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 larger number of small lists. %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 - 1.2.1-1 +- Update to 1.2.1 + * Fri May 21 2010 Michel Salim - 1.1.1-1 - Update to 1.1.1 diff --git a/sources b/sources index 18cc65f..79e4689 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bff8e5bde6eae3b219969c388676f19d blist-1.1.1.tar.gz +c60404316104201b8b0ba930c763b433 blist-1.2.1.tar.gz