[urlwatch] Fixed bogus date entries

Fabian Affolter fab at fedoraproject.org
Wed Feb 20 16:35:17 UTC 2013


commit 67260ea5cd8d21746008b3ed4d89c82c1369e076
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Wed Feb 20 17:35:01 2013 +0100

    Fixed bogus date entries

 urlwatch.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
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 <mail at fabian-affolter.ch> - 1.15-3
-- Updated convert script
+- Updated convert script and fix BR
 
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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 <rel-eng at lists.fedoraproject.org> - 1.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Sun Jan 18 2008 Fabian Affolter <mail at fabian-affolter.ch> - 1.7-2
+* Fri Jan 18 2008 Fabian Affolter <mail at fabian-affolter.ch> - 1.7-2
 - Change license from MIT to BSD
 
-* Sun Jan 18 2008 Fabian Affolter <mail at fabian-affolter.ch> - 1.7-1
+* Fri Jan 18 2008 Fabian Affolter <mail at fabian-affolter.ch> - 1.7-1
 - Initial package for Fedora


More information about the scm-commits mailing list