rpms/gnucash/F-10 changeset_r17783.diff, NONE, 1.1 gnucash.spec, 1.93, 1.94

Bill Nottingham notting at fedoraproject.org
Mon Dec 22 16:02:42 UTC 2008


Author: notting

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

Modified Files:
	gnucash.spec 
Added Files:
	changeset_r17783.diff 
Log Message:
Fix crasher.


changeset_r17783.diff:

--- NEW FILE changeset_r17783.diff ---
Index: /gnucash/branches/2.2/src/register/register-gnome/gnucash-sheet.c
===================================================================
--- /gnucash/branches/2.2/src/register/register-gnome/gnucash-sheet.c (revision 17761)
+++ /gnucash/branches/2.2/src/register/register-gnome/gnucash-sheet.c (revision 17783)
@@ -2368,6 +2368,5 @@
         sheet->height = 0;
 
-        sheet->cursor_styles = g_hash_table_new_full (g_str_hash, g_str_equal,
-						      g_free, NULL);
+        sheet->cursor_styles = g_hash_table_new (g_str_hash, g_str_equal);
 
         sheet->blocks = g_table_new (sizeof (SheetBlock),


Index: gnucash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnucash/F-10/gnucash.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- gnucash.spec	16 Dec 2008 15:38:09 -0000	1.93
+++ gnucash.spec	22 Dec 2008 16:02:11 -0000	1.94
@@ -4,7 +4,7 @@
 Summary: Finance management application
 Version: 2.2.8
 URL: http://gnucash.org/
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/Productivity
 Source: http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-%{version}.tar.bz2
@@ -16,6 +16,7 @@
 BuildRequires: desktop-file-utils, texinfo
 BuildRequires: gettext, slib >= 3a1-5, libtool, intltool
 Patch0: gnucash-quiet.patch
+Patch1: changeset_r17783.diff
 Requires: gnucash-docs >= 2.2.0
 Requires: slib >= 3a1-5
 Requires: perl(Finance::Quote)
@@ -37,6 +38,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p4
 find src/quotes -name "*.in" -exec sed -i "s|use lib '@-PERLINCL-@';||g" {} \;
 
 %build
@@ -128,6 +130,9 @@
 %doc doc/README.german doc/README.francais doc/guile-hackers.txt
 
 %changelog
+* Mon Dec 22 2008 Bill Nottingham <notting at redhat.com> - 2.2.8-2
+- fix crash resulting from earlier crash fix (#474511, <jik at kamens.brookline.ma.us>)
+
 * Tue Dec 16 2008 Bill Nottingham <notting at redhat.com> - 2.2.8-1
 - update to 2.2.8
 




More information about the fedora-extras-commits mailing list