Update to 2.0.1.

This commit is contained in:
Thomas Moschny 2009-07-11 12:32:07 +00:00
parent ef8d7a9366
commit 47dc1b5654
4 changed files with 9 additions and 6 deletions

View File

@ -1 +1 @@
Markdown-2.0.tar.gz Markdown-2.0.1.tar.gz

View File

@ -1,2 +1,3 @@
python-markdown-1_7-1_fc9:HEAD:python-markdown-1.7-1.fc9.src.rpm:1218525227 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_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

View File

@ -3,7 +3,7 @@
%define srcname Markdown %define srcname Markdown
Name: python-markdown Name: python-markdown
Version: 2.0 Version: 2.0.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Markdown implementation in Python Summary: Markdown implementation in Python
Group: Development/Languages Group: Development/Languages
@ -36,7 +36,6 @@ find markdown -type f -name '*.py' \
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot}
mv %{buildroot}%{_bindir}/markdown{.py,}
%clean %clean
@ -51,12 +50,15 @@ rm -rf %{buildroot}
%changelog %changelog
* Sat Jul 11 2009 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.1-1
- Update to 2.0.1.
- Upstream stripped .py of the cmdline script.
* Sat Apr 25 2009 Thomas Moschny <thomas.moschny@gmx.de> - 2.0-1 * Sat Apr 25 2009 Thomas Moschny <thomas.moschny@gmx.de> - 2.0-1
- Update to 2.0. - Update to 2.0.
- Adjusted source URL. - Adjusted source URL.
- License is now BSD only. - License changed to BSD only.
- Upstream now provides a script to run markdown from the cmdline. - Upstream now provides a script to run markdown from the cmdline.
* Mon Aug 4 2008 Thomas Moschny <thomas.moschny@gmx.de> - 1.7-1 * Mon Aug 4 2008 Thomas Moschny <thomas.moschny@gmx.de> - 1.7-1
- New package. - New package.

View File

@ -1 +1 @@
4db8d332f531de10370ebaf1d2615786 Markdown-2.0.tar.gz bfdb2171faeb410d6099653da90b9bf7 Markdown-2.0.1.tar.gz