diff --git a/python-feedparser.changes b/python-feedparser.changes index b356f57..6d22db9 100644 --- a/python-feedparser.changes +++ b/python-feedparser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 21 12:48:33 UTC 2012 - saschpe@suse.de + +- Fix feedparser.py syntax error + ------------------------------------------------------------------- Sun Feb 19 20:37:04 UTC 2012 - saschpe@gmx.de diff --git a/python-feedparser.spec b/python-feedparser.spec index 9ccdd2c..fe080aa 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -42,7 +42,6 @@ A universal feed parser module for Python that handles RSS 0.9x, RSS 1.0, RSS %prep %setup -q -n feedparser-%{version} chmod 0644 README # Fix executable bits -sed -i "1d" feedparser/feedparser.py # Fix non-executable script %build python setup.py build