[python-feedparser/el6: 13/13] Update to 5.1.2 from f17 branch to fix CVE-2012-2921 (#824604)

Luke Macken lmacken at fedoraproject.org
Mon Jun 10 16:47:45 UTC 2013


commit 0a80cd3da7b1c3f35134a9686e3f71a4dd66c949
Merge: 3439239 738184a
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Jun 10 12:44:28 2013 -0400

    Update to 5.1.2 from f17 branch to fix CVE-2012-2921 (#824604)

 democracynow_feedparser_fix.patch |   11 ----
 feedparser_utf8_decoding.patch    |   11 ----
 python-feedparser.spec            |   93 +++++++++++++++++++++++++++++++++----
 sources                           |    2 +-
 4 files changed, 84 insertions(+), 33 deletions(-)
---
diff --cc python-feedparser.spec
index b8dfc27,0976896..c3dd82b
--- a/python-feedparser.spec
+++ b/python-feedparser.spec
@@@ -1,8 -1,14 +1,14 @@@
- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+ %if 0%{?fedora} > 12 || 0%{?rhel} > 6
 -%global with_python3 1
++%global with_python3 0
+ %else
+ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
+ %endif
+ 
+ %global srcname feedparser
  
  Name:           python-feedparser
- Version:        5.0.1
- Release:        1%{?dist}
+ Version:        5.1.2
+ Release:        2%{?dist}
  Summary:        Parse RSS and Atom feeds in Python
  
  Group:          Development/Languages


More information about the scm-commits mailing list