diff --git a/urlwatch.spec b/urlwatch.spec index 474a957..df266cf 100644 --- a/urlwatch.spec +++ b/urlwatch.spec @@ -43,7 +43,7 @@ Basic features %setup -q %patch0 -p0 -b .xmmp # Convert sources to Python 3 as mentioned in the README -2to3-3.2 -w urlwatch lib/urlwatch/*.py examples/hooks.py.example setup.py +2to3 -w urlwatch lib/urlwatch/*.py examples/hooks.py.example setup.py %build %{__python} setup.py build @@ -69,7 +69,7 @@ rm -rf %{buildroot} %changelog * Wed Feb 20 2013 Fabian Affolter - 1.15-3 -- Updated convert script +- Updated convert script and fix BR * Fri Feb 15 2013 Fedora Release Engineering - 1.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild @@ -128,8 +128,8 @@ rm -rf %{buildroot} * Wed Feb 25 2009 Fedora Release Engineering - 1.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Sun Jan 18 2008 Fabian Affolter - 1.7-2 +* Fri Jan 18 2008 Fabian Affolter - 1.7-2 - Change license from MIT to BSD -* Sun Jan 18 2008 Fabian Affolter - 1.7-1 +* Fri Jan 18 2008 Fabian Affolter - 1.7-1 - Initial package for Fedora