[python-tahrir-api] Bump spec.

Ralph Bean ralph at fedoraproject.org
Mon Feb 24 19:06:19 UTC 2014


commit 7451930965079632d319af2be706fcff703dbe95
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Feb 24 14:07:08 2014 -0500

    Bump spec.

 python-tahrir-api.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-tahrir-api.spec b/python-tahrir-api.spec
index d5bd10f..8ed9be3 100644
--- a/python-tahrir-api.spec
+++ b/python-tahrir-api.spec
@@ -2,7 +2,7 @@
 
 Name:             python-tahrir-api
 Version:          0.5.1
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          An API for interacting with the Tahrir database
 
 Group:            Development/Languages
@@ -80,6 +80,7 @@ the database without having to use the TahrirDatabase class.
 # Remove upstream egg-info so that it gets rebuilt.
 rm -rf *.egg-info
 sed -i -e "s|__requires__ = 'SQLAlchemy>=0.7.0'|__requires__ = ['WebOb>=1.2', 'SQLAlchemy>=0.7.0', 'PasteDeploy>=1.5.0', 'zope.interface>=3.8.0', 'Mako>=0.3.6']; import pkg_resources|" setup.py
+head setup.py
 
 %build
 %{__python} setup.py build
@@ -95,6 +96,7 @@ install -p -m755 tempfile %{buildroot}/%{_bindir}/initialize_tahrir_db
 %{__cp} -r alembic/ %{buildroot}%{_datadir}/%{modname}/alembic/
 
 %check
+head setup.py
 %{__python} setup.py test
 
 %files
@@ -106,6 +108,9 @@ install -p -m755 tempfile %{buildroot}/%{_bindir}/initialize_tahrir_db
 %{_bindir}/initialize_tahrir_db
 
 %changelog
+* Mon Feb 24 2014 Ralph Bean <rbean at redhat.com> - 0.5.1-2
+- Bump spec.
+
 * Mon Feb 24 2014 Ralph Bean <rbean at redhat.com> - 0.5.1-1
 - Standardize arguments to the add_invitation api.
 


More information about the scm-commits mailing list