diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 550bacd..6c124b9 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -3,7 +3,7 @@ Name: python-beautifulsoup4 Version: 4.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTML/XML parser for quick-turnaround applications like screen-scraping Group: Development/Languages License: MIT @@ -23,8 +23,6 @@ BuildRequires: python3-html5lib BuildRequires: python3-lxml BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-html5lib -Requires: python3-lxml %endif %description @@ -50,6 +48,8 @@ minutes with Beautiful Soup. %package -n python3-beautifulsoup4 Summary: HTML/XML parser for quick-turnaround applications like screen-scraping Group: Development/Languages +Requires: python3-html5lib +Requires: python3-lxml Obsoletes: python3-BeautifulSoup < 1:3.2.1-2 %description -n python3-beautifulsoup4 @@ -125,6 +125,9 @@ pushd %{py3dir} %endif %changelog +* Sun Jul 22 2012 Terje Rosten - 4.1.1-4 +- Move python3 req to sub package + * Sat Jul 21 2012 Fedora Release Engineering - 4.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild