From 4b95763c658dc50f78dc74c408267e2393679f2b Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 30 Sep 2010 15:42:51 -0400 Subject: [PATCH] Update to 0.11 --- .gitignore | 1 + python-markupsafe.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 09c648e..e9387d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ MarkupSafe-0.9.2.tar.gz +/MarkupSafe-0.11.tar.gz diff --git a/python-markupsafe.spec b/python-markupsafe.spec index e2b0f21..0e63769 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -5,8 +5,8 @@ %endif Name: python-markupsafe -Version: 0.9.2 -Release: 5%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: Implements a XML/HTML/XHTML Markup safe string for Python Group: Development/Languages @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 30 2010 Luke Macken - 0.11-1 +- Update to 0.11 + * Wed Aug 25 2010 Thomas Spura - 0.9.2-5 - rebuild with python3.2 http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html diff --git a/sources b/sources index 1595107..764b4cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69b72d1afdd9e808f9c1ef65f819c7a6 MarkupSafe-0.9.2.tar.gz +48d445941c16d6aa55caf8e148fc0911 MarkupSafe-0.11.tar.gz