[griffith: 1/3] Fix bug #730573. Upgrade of sqlalchemy package caused an api break. modified: griffith.spec

Lakshmi Narasimhan T V narasim at fedoraproject.org
Sun Sep 18 09:50:27 UTC 2011


commit 915db6def1ec24836fb3839d962391223204981c
Author: Lakshmi Narasimhan <lakshminaras2002 at gmail.com>
Date:   Sun Sep 18 15:12:40 2011 +0530

    Fix bug #730573. Upgrade of sqlalchemy package caused an api break.
    	modified:   griffith.spec

 griffith.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/griffith.spec b/griffith.spec
index 4dd6da5..f1f0f4c 100644
--- a/griffith.spec
+++ b/griffith.spec
@@ -1,6 +1,6 @@
 Name:           griffith
 Version:        0.12.1
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Media collection manager
 
 Group:          Applications/Multimedia
@@ -20,6 +20,8 @@ Requires:       python-sqlite2
 Requires:       python-imaging 
 Requires:       python-reportlab
 Requires:       gnome-python2-gtkspell
+Patch1:         tree_view_fix.patch
+Patch2:         sqlalchemy_0.7_upgrade.patch
 
 
 %description
@@ -35,6 +37,8 @@ This Version comes with SQLite support. You need to install
 
 %prep
 %setup -q 
+%patch1 -p1 -b .orig
+%patch2 -p1 -b .orig
 
 find -iname "*.mo" -exec rm -f {} \;
 
@@ -86,6 +90,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Sep 18 2011 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.12.1-3
+- Fix crash issue #730573. Upgrade of sqlalchemy caused an api break.
+
+* Wed Mar 23 2011 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.12.1-2
+- Fix issue with crash #bug 676195
+
 * Wed Mar 23 2011 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.12.1-1
 - Upgrade to v0.12.1
 


More information about the scm-commits mailing list