[python-flask] Update epoch and changelog, add a few things to .gitignore.

Ricky Elrod codeblock at fedoraproject.org
Wed Aug 8 19:38:10 UTC 2012


commit 91c645b7ad69817ec41760c00f927a810fd4a35e
Author: Ricky Elrod <ricky at elrod.me>
Date:   Wed Aug 8 15:14:57 2012 -0400

    Update epoch and changelog, add a few things to .gitignore.

 .gitignore        |    3 +++
 python-flask.spec |    8 +++++---
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f4eccc..e0fdd6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+*.rpm
+results_*
+.build-*
 /Flask-0.6.1.tar.gz
 /Flask-0.7.2.tar.gz
 /Flask-0.8.tar.gz
diff --git a/python-flask.spec b/python-flask.spec
index d706f2b..7bbd1ed 100644
--- a/python-flask.spec
+++ b/python-flask.spec
@@ -3,7 +3,8 @@
 
 Name:           python-flask
 Version:        0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
+Epoch:          1
 Summary:        A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
 
 Group:          Development/Libraries
@@ -48,9 +49,7 @@ Documentation and examples for %{name}.
 
 %prep
 %setup -q -n %{srcname}-%{srcversion}
-#%if 0%%{?rhel}
 %{__sed} -i "1i __requires__ = ['Jinja2>=2.4']" setup.py
-#%endif
 
 %build
 %{__python} setup.py build
@@ -85,6 +84,9 @@ rm -rf examples/jqueryexample/*.pyc
 %doc docs/_build/html examples
 
 %changelog
+* Wed Aug 8 2012 Ricky Elrod <codeblock at fedoraproject.org> - 0.9-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list