rpms/gnucash/F-11 gnucash.spec,1.101,1.102

Bill Nottingham notting at fedoraproject.org
Mon Jan 18 18:39:30 UTC 2010


Author: notting

Update of /cvs/extras/rpms/gnucash/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30374/F-11

Modified Files:
	gnucash.spec 
Log Message:
Fix abrt-reported crash. (#544454, #550362, #546597)



Index: gnucash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnucash/F-11/gnucash.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -p -r1.101 -r1.102
--- gnucash.spec	10 Dec 2009 20:01:00 -0000	1.101
+++ gnucash.spec	18 Jan 2010 18:39:30 -0000	1.102
@@ -4,7 +4,7 @@ Name: gnucash
 Summary: Finance management application
 Version: 2.2.9
 URL: http://gnucash.org/
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: Applications/Productivity
 Source: http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-%{version}.tar.lzma
@@ -17,6 +17,7 @@ BuildRequires: desktop-file-utils, texin
 BuildRequires: gettext, slib >= 3a1-5, libtool, intltool
 Patch0: gnucash-quiet.patch
 Patch1: gnucash-2.3.7-label.patch
+Patch2: gnucash-2.2.9-crash.patch
 Requires: gnucash-docs >= 2.2.0
 Requires: slib >= 3a1-5
 Requires: perl(Finance::Quote)
@@ -39,6 +40,7 @@ balanced books.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1 
 find src/quotes -name "*.in" -exec sed -i "s|use lib '@-PERLINCL-@';||g" {} \;
 
 %build
@@ -130,6 +132,9 @@ fi
 %doc doc/README.german doc/README.francais doc/guile-hackers.txt
 
 %changelog
+* Mon Jan 18 2010 Bill Nottingham <notting at redhat.com>
+- Fix crash on exporting account tree (#544454, #550362, #546597)
+
 * Thu Dec 10 2009 Bill Nottingham <notting at redhat.com>
 - Fix accelerators (#533019, #541915)
 



More information about the scm-commits mailing list