diff --git a/.cvsignore b/.cvsignore index 4f06900..f074db7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -markdown2-1.0.1.9.tar.gz +markdown2-1.0.1.11.tar.gz diff --git a/import.log b/import.log index 796d0c0..336bd94 100644 --- a/import.log +++ b/import.log @@ -1,3 +1,4 @@ python-markdown2-1_0_1_7-1_fc9:HEAD:python-markdown2-1.0.1.7-1.fc9.src.rpm:1221168087 python-markdown2-1_0_1_8-1_fc9:HEAD:python-markdown2-1.0.1.8-1.fc9.src.rpm:1221168324 python-markdown2-1_0_1_9-1_fc9:HEAD:python-markdown2-1.0.1.9-1.fc9.src.rpm:1221203243 +python-markdown2-1_0_1_11-1_fc9:HEAD:python-markdown2-1.0.1.11-1.fc9.src.rpm:1222984575 diff --git a/markdown2 b/markdown2 deleted file mode 100644 index 5b0cc20..0000000 --- a/markdown2 +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env python - -from markdown2 import main -import sys - -sys.exit( main(sys.argv) ) diff --git a/python-markdown2.spec b/python-markdown2.spec index 5504cce..6fb5425 100644 --- a/python-markdown2.spec +++ b/python-markdown2.spec @@ -3,14 +3,13 @@ %define srcname markdown2 Name: python-%{srcname} -Version: 1.0.1.9 +Version: 1.0.1.11 Release: 1%{?dist} Summary: A fast and complete Python implementation of Markdown Group: Development/Languages License: MIT URL: http://code.google.com/p/python-%{srcname}/ Source0: http://pypi.python.org/packages/source/m/%{srcname}/%{srcname}-%{version}.tar.gz -Source1: markdown2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel @@ -46,10 +45,6 @@ find %{buildroot}%{python_sitelib} \( -name '*.py' -o -name 'py.*' \) \ -exec sed -i '1{/^#!/d}' {} \; \ -exec chmod u=rw,go=r {} \; -# overwrite the script (which is self-contained) with a version that -# instead imports from markdown2 -install -p -m 0755 %{SOURCE1} %{buildroot}%{_bindir} - %clean rm -rf %{buildroot} @@ -68,6 +63,13 @@ cd test %changelog +* Wed Oct 1 2008 Thomas Moschny - 1.0.1.11-1 +- Update to 1.0.11, also fixes the syntax_color test for the latest + Pygments (should fix FTBFS bug 465049). + +* Fri Sep 26 2008 Thomas Moschny - 1.0.1.10-1 +- Update to 1.0.1.10. + * Fri Sep 12 2008 Thomas Moschny - 1.0.1.9-1 - Update to 1.0.1.9. diff --git a/sources b/sources index 0fb1b2f..32fe197 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -88501d48c2745fa6369ccf2c8805c89b markdown2-1.0.1.9.tar.gz +dbeb26dd3b03a1a2ec8b46fa243b3331 markdown2-1.0.1.11.tar.gz