rpms/gnucash/F-12 gnucash-2.2.9-crash.patch, NONE, 1.1 gnucash.spec, 1.103, 1.104

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


Author: notting

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

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/F-12/gnucash.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -p -r1.103 -r1.104
--- gnucash.spec	10 Dec 2009 20:01:00 -0000	1.103
+++ gnucash.spec	18 Jan 2010 18:39:31 -0000	1.104
@@ -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