[python-markdown2] Update to 2.0.0.

Thomas Moschny thm at fedoraproject.org
Tue Jun 26 20:40:07 UTC 2012


commit 353104327de5347409e712f13585f51c068b02bc
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Tue Jun 26 22:39:15 2012 +0200

    Update to 2.0.0.

 .gitignore            |    1 +
 python-markdown2.spec |    7 +++++--
 sources               |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index caf2d4a..3863745 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ markdown2-1.0.1.17.zip
 /markdown2-1.0.1.19.zip
 /markdown2-1.1.1.zip
 /markdown2-1.4.2.zip
+/markdown2-2.0.0.zip
diff --git a/python-markdown2.spec b/python-markdown2.spec
index 801981e..13b8ced 100644
--- a/python-markdown2.spec
+++ b/python-markdown2.spec
@@ -13,8 +13,8 @@
 %global srcname markdown2
 
 Name:           python-%{srcname}
-Version:        1.4.2
-Release:        2%{?dist}
+Version:        2.0.0
+Release:        1%{?dist}
 Summary:        A fast and complete Python implementation of Markdown
 Group:          Development/Languages
 License:        MIT
@@ -145,6 +145,9 @@ popd
 
 
 %changelog
+* Tue Jun 26 2012 Thomas Moschny <thomas.moschny at gmx.de> - 2.0.0-1
+- Update to 2.0.0.
+
 * Sat May 19 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.4.2-2
 - Skip pygments test on rhel6.
 
diff --git a/sources b/sources
index 5c7df9c..2c1d942 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e7a49ff11216b822faca8a4cb75ef2e  markdown2-1.4.2.zip
+e551817ec010ad2f244d4ef71db6906b  markdown2-2.0.0.zip


More information about the scm-commits mailing list