rpms/python-markdown/devel import.log, 1.3, 1.4 python-markdown.spec, 1.6, 1.7

Thomas Moschny thm at fedoraproject.org
Thu Aug 27 18:01:39 UTC 2009


Author: thm

Update of /cvs/pkgs/rpms/python-markdown/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25129/devel

Modified Files:
	import.log python-markdown.spec 
Log Message:
Add (conditional) requirement on python-elementtree. Fix changelog.


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-markdown/devel/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	11 Jul 2009 12:32:07 -0000	1.3
+++ import.log	27 Aug 2009 18:01:39 -0000	1.4
@@ -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


Index: python-markdown.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-markdown/devel/python-markdown.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- python-markdown.spec	26 Jul 2009 20:37:16 -0000	1.6
+++ python-markdown.spec	27 Aug 2009 18:01:39 -0000	1.7
@@ -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/p
 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 <thomas.moschny at gmx.de> - 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 <rel-eng at lists.fedoraproject.org> - 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 <rel-eng at lists.fedoraproject.org> - 1.7-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.7-2
+- Rebuild for Python 2.6
+
 * Mon Aug  4 2008 Thomas Moschny <thomas.moschny at gmx.de> - 1.7-1
 - New package.




More information about the fedora-extras-commits mailing list