[python-markdown] Update to 2.2.1.

Thomas Moschny thm at fedoraproject.org
Fri Nov 23 15:52:04 UTC 2012


commit d400db7d92390587bfda625cda0048e72e28c2ce
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Nov 23 16:48:45 2012 +0100

    Update to 2.2.1.

 .gitignore                         |    1 +
 Markdown-2.2.0-extension-api.patch |   81 ------------------------------------
 python-markdown.spec               |   10 ++--
 sources                            |    2 +-
 4 files changed, 7 insertions(+), 87 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b295819..a0fead1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Markdown-2.0.3.tar.gz
 /Markdown-2.1.0.tar.gz
 /Markdown-2.1.1.tar.gz
 /Markdown-2.2.0.tar.gz
+/Markdown-2.2.1.tar.gz
diff --git a/python-markdown.spec b/python-markdown.spec
index 1fe4e30..c4324c1 100644
--- a/python-markdown.spec
+++ b/python-markdown.spec
@@ -8,15 +8,13 @@
 %define srcname Markdown
 
 Name:           python-markdown
-Version:        2.2.0
-Release:        3%{?dist}
+Version:        2.2.1
+Release:        1%{?dist}
 Summary:        Markdown implementation in Python
 Group:          Development/Languages
 License:        BSD
 URL:            http://packages.python.org/Markdown/
 Source0:        http://pypi.python.org/packages/source/M/%{srcname}/%{srcname}-%{version}.tar.gz
-# commit 5b3e724f
-Patch0:         Markdown-2.2.0-extension-api.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
@@ -54,7 +52,6 @@ there are a few known issues.
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch0 -p1
 
 # remove shebangs
 find markdown -type f -name '*.py' \
@@ -131,6 +128,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Nov 23 2012 Thomas Moschny <thomas.moschny at gmx.de> - 2.2.1-1
+- Update to 2.2.1.
+
 * Sat Aug 04 2012 David Malcolm <dmalcolm at redhat.com> - 2.2.0-3
 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
 
diff --git a/sources b/sources
index 934be9f..f6205bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28dd4f54894b3af2615b08f50d2ce4bf  Markdown-2.2.0.tar.gz
+9e002c8051fb346cae75060f3302048a  Markdown-2.2.1.tar.gz


More information about the scm-commits mailing list