From eddd80b28aa80ca58432a68edae3adc86d5860591563fd310c5d0f3b366c8337 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 21 Feb 2012 12:49:24 +0000 Subject: [PATCH] - Fix feedparser.py syntax error OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=20 --- python-feedparser.changes | 5 +++++ python-feedparser.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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