rpms/gnucash/F-11 gnucash-2.3.7-label.patch, NONE, 1.1 gnucash.spec, 1.100, 1.101

Bill Nottingham notting at fedoraproject.org
Thu Dec 10 20:01:01 UTC 2009


Author: notting

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

Modified Files:
	gnucash.spec 
Added Files:
	gnucash-2.3.7-label.patch 
Log Message:
Sync branches, add bugfix patch for later builds.


gnucash-2.3.7-label.patch:
 dialog-utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gnucash-2.3.7-label.patch ---
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;
 


Index: gnucash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnucash/F-11/gnucash.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -p -r1.100 -r1.101
--- gnucash.spec	5 Mar 2009 21:40:20 -0000	1.100
+++ gnucash.spec	10 Dec 2009 20:01:00 -0000	1.101
@@ -4,10 +4,10 @@ Name: gnucash
 Summary: Finance management application
 Version: 2.2.9
 URL: http://gnucash.org/
-Release: 1%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/Productivity
-Source: http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-%{version}.tar.bz2
+Source: http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-%{version}.tar.lzma
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gtkhtml3-devel
 BuildRequires: libgsf-devel >= 1.12.2, goffice-devel, swig
@@ -16,6 +16,7 @@ BuildRequires: libofx-devel, aqbanking-d
 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,15 @@ fi
 %doc doc/README.german doc/README.francais doc/guile-hackers.txt
 
 %changelog
+* Thu Dec 10 2009 Bill Nottingham <notting at redhat.com>
+- Fix accelerators (#533019, #541915)
+
+* Wed Aug 12 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.2.9-3
+- Use lzma compressed upstream tarball.
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.9-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Thu Mar  5 2009 Bill Nottingham <notting at redhat.com> - 2.2.9-1
 - update to 2.2.9
 




More information about the fedora-extras-commits mailing list