[python-markdown2] Update to 1.1.1.

Thomas Moschny thm at fedoraproject.org
Fri Mar 16 18:03:30 UTC 2012


commit 2a0c9f6da2643f9684ac549adaa5a91a1e573640
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Mar 16 19:03:08 2012 +0100

    Update to 1.1.1.

 .gitignore            |    1 +
 python-markdown2.spec |    9 ++++++---
 sources               |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bfb1ed1..5a28e66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 markdown2-1.0.1.17.zip
 /markdown2-1.0.1.19.zip
+/markdown2-1.1.1.zip
diff --git a/python-markdown2.spec b/python-markdown2.spec
index d734c4f..69d7a9d 100644
--- a/python-markdown2.spec
+++ b/python-markdown2.spec
@@ -5,8 +5,8 @@
 %global srcname markdown2
 
 Name:           python-%{srcname}
-Version:        1.0.1.19
-Release:        2%{?dist}
+Version:        1.1.1
+Release:        1%{?dist}
 Summary:        A fast and complete Python implementation of Markdown
 Group:          Development/Languages
 License:        MIT
@@ -59,12 +59,15 @@ cd test
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.txt CONTRIBUTORS.txt LICENSE.txt TODO.txt
+%doc CHANGES.md CONTRIBUTORS.txt LICENSE.txt TODO.txt
 %{python_sitelib}/*
 %{_bindir}/markdown2
 
 
 %changelog
+* Fri Mar 16 2012 Thomas Moschny <thomas.moschny at gmx.de> - 1.1.1-1
+- Update to 1.1.1.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1.19-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 5990d8f..9ba9ee5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-136408ef48d9f0c01f122ceedfb3110f  markdown2-1.0.1.19.zip
+2b25f16a32c80da5b2c0431cfa49bfc8  markdown2-1.1.1.zip


More information about the scm-commits mailing list