[python-flask-sqlalchemy] clog

kumarpraveen kumarpraveen at fedoraproject.org
Tue Jan 21 03:59:09 UTC 2014


commit 7fb0c222491d0e85361fbf7df755b0009c7819bd
Author: Praveen Kumar <kumarpraveen.nitdgp at gmail.com>
Date:   Tue Jan 21 09:28:55 2014 +0530

    clog

 python-flask-sqlalchemy.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-flask-sqlalchemy.spec b/python-flask-sqlalchemy.spec
index 09ad0ae..0923567 100644
--- a/python-flask-sqlalchemy.spec
+++ b/python-flask-sqlalchemy.spec
@@ -3,7 +3,7 @@
 
 Name:           python-flask-sqlalchemy
 Version:        1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Adds SQLAlchemy support to Flask application
 
 Group:          Development/Libraries
@@ -21,7 +21,6 @@ Requires:       python-sqlalchemy
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-flask
-Requires:       python3-sqlalchemy
 %endif
 
 %description
@@ -34,6 +33,7 @@ to accomplish common tasks.
 %package -n python3-flask-sqlalchemy
 Summary:        Adds SQLAlchemy support to Flask application
 Group:          Development/Libraries
+Requires:       python3-sqlalchemy
 
 %description -n python3-flask-sqlalchemy
 Flask-SQLAlchemy is an extension for Flask that adds support for
@@ -89,6 +89,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Tue Jan 21 2014 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> 1.0-2
+- Fixed #1055251
+
 * Wed Aug 07 2013 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> - 1.0-1
 - Upgraded to upstream 1.0 and added python3 support
 


More information about the scm-commits mailing list