rpms/gnucash/EL-5 gnucash-2.2.9-crash.patch, NONE, 1.1 gnucash.spec, 1.87, 1.88

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


Author: notting

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

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


gnucash-2.2.9-crash.patch:
 chart-export.glade |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE gnucash-2.2.9-crash.patch ---
diff -up gnucash-2.2.9/src/gnome/glade/chart-export.glade.foo gnucash-2.2.9/src/gnome/glade/chart-export.glade
--- gnucash-2.2.9/src/gnome/glade/chart-export.glade.foo	2010-01-18 13:31:23.000000000 -0500
+++ gnucash-2.2.9/src/gnome/glade/chart-export.glade	2008-01-07 20:06:30.000000000 -0500
@@ -222,6 +222,7 @@
 	      <property name="width_request">215</property>
 	      <property name="height_request">180</property>
 	      <property name="visible">True</property>
+	      <property name="tooltip" translatable="yes">Future dates are not supported</property>
 	      <property name="can_focus">True</property>
 	      <property name="display_options">GTK_CALENDAR_SHOW_HEADING|GTK_CALENDAR_SHOW_DAY_NAMES</property>
 	    </widget>


Index: gnucash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnucash/EL-5/gnucash.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -p -r1.87 -r1.88
--- gnucash.spec	6 Jan 2010 06:55:23 -0000	1.87
+++ gnucash.spec	18 Jan 2010 18:39:29 -0000	1.88
@@ -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
@@ -18,6 +18,7 @@ BuildRequires: gettext, slib >= 3a1-5, l
 BuildRequires: lzma
 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)
@@ -40,6 +41,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
@@ -131,6 +133,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