From 91c645b7ad69817ec41760c00f927a810fd4a35e Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 8 Aug 2012 15:14:57 -0400 Subject: [PATCH] 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 - 0.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jul 21 2012 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild