diff options
Diffstat (limited to 'python/python-blist.spec')
| -rw-r--r-- | python/python-blist.spec | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/python/python-blist.spec b/python/python-blist.spec index bc90d62..c6a3b7e 100644 --- a/python/python-blist.spec +++ b/python/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.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: A faster list implementation for Python @@ -9,13 +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 -# Git pull request sent to author -#http://github.com/hircus/blist/commit/a260753f1883868a43b924fc956f2c37ca9db181 -Patch0: blist-1.0.1-fastcall-ix86-only.patch -#http://github.com/hircus/blist/commit/85667255684c59d0492100ba19911350f997a295 -Patch1: blist-1.0.1-remove-unsafe-tests.patch -#http://github.com/hircus/blist/commit/7cb5dc6ffce455de8434afb5c24c9db944cdfedd -Patch2: blist-1.0.1-use-upstream-macros.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-setuptools @@ -31,10 +24,6 @@ inefficient if you need to create a larger number of small lists. %prep %setup -q -n blist-%{version} -%patch0 -p1 -b .fastcall-ix86-only -%patch1 -p1 -b .remove-unsafe-tests -%patch2 -p1 -b .use-upstream-macros -chmod -x LICENSE *.[ch] *.rst *.txt %build @@ -56,11 +45,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc LICENSE README.txt blist.rst +%doc LICENSE README.rst blist.rst %{python_sitearch}/* %changelog +* Fri Oct 23 2009 Michel Salim <salimma@fedoraproject.org> - 1.0.2-1 +- Update to 1.0.2 + * Sat Oct 10 2009 Michel Salim <salimma@fedoraproject.org> - 1.0.1-1 - Initial package |
