From 32b90262271e10a7dbc25f1bf0ddd15ca6d15990 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Dec 10 2009 20:01:00 +0000 Subject: Sync branches, add bugfix patch for later builds. --- diff --git a/gnucash-2.3.7-label.patch b/gnucash-2.3.7-label.patch new file mode 100644 index 0000000..eb339a7 --- /dev/null +++ b/gnucash-2.3.7-label.patch @@ -0,0 +1,12 @@ +diff -up gnucash-2.3.7/src/gnome-utils/dialog-utils.c.foo gnucash-2.3.7/src/gnome-utils/dialog-utils.c +--- gnucash-2.3.7/src/gnome-utils/dialog-utils.c.foo 2009-12-01 12:13:08.000000000 -0500 ++++ gnucash-2.3.7/src/gnome-utils/dialog-utils.c 2009-12-01 12:13:33.000000000 -0500 +@@ -907,7 +907,7 @@ gnc_gtk_dialog_add_button (GtkWidget *di + { + GtkWidget *button; + +- button = gtk_button_new_with_label(label); ++ button = gtk_button_new_with_mnemonic(label); + if (stock_id) { + GtkWidget *image; + diff --git a/gnucash.spec b/gnucash.spec index b507621..90fa2e5 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -16,6 +16,7 @@ BuildRequires: libofx-devel, aqbanking-devel, guile-devel BuildRequires: desktop-file-utils, texinfo BuildRequires: gettext, slib >= 3a1-5, libtool, intltool Patch0: gnucash-quiet.patch +Patch1: gnucash-2.3.7-label.patch Requires: gnucash-docs >= 2.2.0 Requires: slib >= 3a1-5 Requires: perl(Finance::Quote) @@ -37,6 +38,7 @@ balanced books. %prep %setup -q %patch0 -p1 +%patch1 -p1 find src/quotes -name "*.in" -exec sed -i "s|use lib '@-PERLINCL-@';||g" {} \; %build @@ -128,6 +130,9 @@ fi %doc doc/README.german doc/README.francais doc/guile-hackers.txt %changelog +* Thu Dec 10 2009 Bill Nottingham +- Fix accelerators (#533019, #541915) + * Wed Aug 12 2009 Ville Skyttä - 2.2.9-3 - Use lzma compressed upstream tarball.