diff --git a/.gitignore b/.gitignore index 22a7828..2bf9d20 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ urwid-0.9.9.1.tar.gz +/urwid-1.0.0.tar.gz diff --git a/python-urwid.spec b/python-urwid.spec index 6d03aad..bf00175 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -4,8 +4,8 @@ %endif Name: python-urwid -Version: 0.9.9.1 -Release: 3%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Console user interface library Group: Development/Libraries @@ -15,6 +15,7 @@ Source0: http://excess.org/urwid/urwid-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) BuildRequires: python2-devel +BuildRequires: python-setuptools-devel BuildRequires: python-twisted-core BuildRequires: pygobject2 @@ -34,7 +35,7 @@ find urwid -type f -name "*.py" -exec chmod 644 {} \; CFLAGS="%{optflags}" %{__python} setup.py build %check -./test_urwid.py +python setup.py test %install rm -rf %{buildroot} @@ -54,6 +55,11 @@ rm -rf %{buildroot} %{python_sitearch}/urwid-%{version}*.egg-info %changelog +* Wed Oct 19 2011 Luke Macken - 1.0.0 +- Update to version 1.0.0 +- Add python-setuptools-devel to the BuildRequires +- Run the test suite using the setup.py + * Wed Feb 09 2011 Fedora Release Engineering - 0.9.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 3ecbdca..121ac85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4722cdf898f711dcae1121aa80920152 urwid-0.9.9.1.tar.gz +487e98c5aef14af3b95ed2afa6147dd9 urwid-1.0.0.tar.gz