[python-myghty] Update to 1.2 (#630721)

Luke Macken lmacken at fedoraproject.org
Thu Oct 21 17:24:21 UTC 2010


commit 8f76c1def394ae1b216983cdf10e854250f13485
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Oct 21 13:24:17 2010 -0400

    Update to 1.2 (#630721)

 .gitignore            |    1 +
 myghty-importer.patch |   19 -------------------
 python-myghty.spec    |   10 +++++-----
 sources               |    2 +-
 4 files changed, 7 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2760509..5cbcd1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Myghty-1.1.tar.gz
+Myghty-1.2.tar.gz
diff --git a/python-myghty.spec b/python-myghty.spec
index 90862fd..da7206e 100644
--- a/python-myghty.spec
+++ b/python-myghty.spec
@@ -3,16 +3,14 @@
 %endif
 
 Name:           python-myghty
-Version:        1.1
-Release:        12%{?dist}
+Version:        1.2
+Release:        1%{?dist}
 Summary:        Python-based templating system derived from HTML::Mason
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://www.myghty.org
 Source0:        http://pypi.python.org/packages/source/M/Myghty/Myghty-%{version}.tar.gz
-# Fix import hook to work with python-2.6+
-Patch0: myghty-importer.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -35,7 +33,6 @@ and much more.
 
 %prep
 %setup -q -n Myghty-%{version}
-%patch0 -p1
 
 sed -i 's!/usr/local/bin/python!/usr/bin/python!' examples/zblog/bin/server.py
 
@@ -59,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 21 2010 Luke Macken <lmacken at redhat.com> - 1.2-1
+- Update to 1.2 (#630721)
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.1-12
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 849a4a4..73b560a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5865361811dca4054f1ec60ac32ee965  Myghty-1.1.tar.gz
+d35299a5e64d7d4ff5397d9c4b80f2cf  Myghty-1.2.tar.gz


More information about the scm-commits mailing list