diff --git a/import.log b/import.log index d37b0ee..65225b5 100644 --- a/import.log +++ b/import.log @@ -1,3 +1,4 @@ python-markdown-1_7-1_fc9:HEAD:python-markdown-1.7-1.fc9.src.rpm:1218525227 python-markdown-2_0-1_fc10:HEAD:python-markdown-2.0-1.fc10.src.rpm:1240905362 python-markdown-2_0_1-1_fc11:HEAD:python-markdown-2.0.1-1.fc11.src.rpm:1247315493 +python-markdown-2_0_1-3_fc11:HEAD:python-markdown-2.0.1-3.fc11.src.rpm:1251396032 diff --git a/python-markdown.spec b/python-markdown.spec index 0f1d927..a646a6c 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -4,7 +4,7 @@ Name: python-markdown Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Markdown implementation in Python Group: Development/Languages License: BSD @@ -13,6 +13,10 @@ Source0: http://pypi.python.org/packages/source/M/%{srcname}/%{srcname}-% BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel +%if 0%{?rhel} +BuildRequires: python-elementtree +Requires: python-elementtree +%endif %description @@ -50,6 +54,11 @@ rm -rf %{buildroot} %changelog +* Thu Aug 27 2009 Thomas Moschny - 2.0.1-3 +- Add requirement on python-elementtree, which was a separate package + before Python 2.5. +- Re-add changelog entries accidentally removed earlier. + * Sun Jul 26 2009 Fedora Release Engineering - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -63,5 +72,11 @@ rm -rf %{buildroot} - License changed to BSD only. - Upstream now provides a script to run markdown from the cmdline. +* Thu Feb 26 2009 Fedora Release Engineering - 1.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.7-2 +- Rebuild for Python 2.6 + * Mon Aug 4 2008 Thomas Moschny - 1.7-1 - New package.