From 47dc1b5654234509d26bb062468489636cf6b9a1 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Sat, 11 Jul 2009 12:32:07 +0000 Subject: [PATCH] Update to 2.0.1. --- .cvsignore | 2 +- import.log | 1 + python-markdown.spec | 10 ++++++---- sources | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7ac7817..8b7800d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Markdown-2.0.tar.gz +Markdown-2.0.1.tar.gz diff --git a/import.log b/import.log index ad5c755..d37b0ee 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ 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 diff --git a/python-markdown.spec b/python-markdown.spec index 4f5d40e..f2676e8 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -3,7 +3,7 @@ %define srcname Markdown Name: python-markdown -Version: 2.0 +Version: 2.0.1 Release: 1%{?dist} Summary: Markdown implementation in Python Group: Development/Languages @@ -36,7 +36,6 @@ find markdown -type f -name '*.py' \ %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} -mv %{buildroot}%{_bindir}/markdown{.py,} %clean @@ -51,12 +50,15 @@ rm -rf %{buildroot} %changelog +* Sat Jul 11 2009 Thomas Moschny - 2.0.1-1 +- Update to 2.0.1. +- Upstream stripped .py of the cmdline script. + * Sat Apr 25 2009 Thomas Moschny - 2.0-1 - Update to 2.0. - Adjusted source URL. -- License is now BSD only. +- License changed to BSD only. - Upstream now provides a script to run markdown from the cmdline. - * Mon Aug 4 2008 Thomas Moschny - 1.7-1 - New package. diff --git a/sources b/sources index b162087..804ba58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4db8d332f531de10370ebaf1d2615786 Markdown-2.0.tar.gz +bfdb2171faeb410d6099653da90b9bf7 Markdown-2.0.1.tar.gz