From 432139e8f4b319db72ada5e5ab2c1a25eb29eeb1 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Jan 11 2006 15:07:10 +0000 Subject: Version 4.1 --- diff --git a/.cvsignore b/.cvsignore index 2dc03b6..53ed2e0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -feedparser-4.0.2.zip +feedparser-4.1.zip diff --git a/python-feedparser.spec b/python-feedparser.spec index 5737bff..8651f1f 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-feedparser -Version: 4.0.2 -Release: 2%{?dist} +Version: 4.1 +Release: 1%{?dist} Summary: Parse RSS and Atom feeds in Python Group: Development/Languages @@ -34,7 +34,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -cp -a docs html +mv docs html chmod 0644 LICENSE README %clean @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jan 11 2006 Konstantin Ryabitsev - 4.1-1 +- Version 4.1 + * Sat Jan 07 2006 Konstantin Ryabitsev - 4.0.2-2 - Set sane permissions on doc files. diff --git a/sources b/sources index 20c5c1d..daee48a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -85cc43faf40f8aefdb5885bdabc1a94c feedparser-4.0.2.zip +7ab1140c1e29d4cd52ab20fa7b1f8640 feedparser-4.1.zip