This commit is contained in:
Jesse Keating 2009-07-26 20:37:16 +00:00
parent 47dc1b5654
commit b121ccf28d

View File

@ -4,7 +4,7 @@
Name: python-markdown Name: python-markdown
Version: 2.0.1 Version: 2.0.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Markdown implementation in Python Summary: Markdown implementation in Python
Group: Development/Languages Group: Development/Languages
License: BSD License: BSD
@ -50,6 +50,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sat Jul 11 2009 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.1-1 * Sat Jul 11 2009 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.1-1
- Update to 2.0.1. - Update to 2.0.1.
- Upstream stripped .py of the cmdline script. - Upstream stripped .py of the cmdline script.