Update to 2.0.1.
This commit is contained in:
parent
ef8d7a9366
commit
47dc1b5654
@ -1 +1 @@
|
|||||||
Markdown-2.0.tar.gz
|
Markdown-2.0.1.tar.gz
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user