[gnucash/f17] Fix tip patch. And source URL.

Bill Nottingham notting at fedoraproject.org
Thu Jun 21 20:07:39 UTC 2012


commit 422f41f412c63537811444a0c3826ed886754c59
Author: Bill Nottingham <notting at redhat.com>
Date:   Thu Jun 21 16:06:36 2012 -0400

    Fix tip patch. And source URL.

 gnucash-tip.patch |   12 ++++++++++++
 gnucash.spec      |    6 +++---
 2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/gnucash-tip.patch b/gnucash-tip.patch
index abb651f..11487d9 100644
--- a/gnucash-tip.patch
+++ b/gnucash-tip.patch
@@ -1,3 +1,15 @@
+diff -up gnucash-2.4.10/doc/Makefile.am.foo gnucash-2.4.10/doc/Makefile.am
+--- gnucash-2.4.10/doc/Makefile.am.foo	2012-06-21 15:49:01.849038350 -0400
++++ gnucash-2.4.10/doc/Makefile.am	2012-06-21 15:49:08.285038512 -0400
+@@ -52,7 +52,7 @@ gnucash.1: gnucash.1.in Makefile
+ tip_of_the_day.list: tip_of_the_day.list.in Makefile
+ 	${CC} -E -P -x c -D'N_(x)=x' -o $@.tmp $<
+ 	cat -s $@.tmp | ${SED} -e 's/^ *"//' \
+-	                       -e 's/" *$$//' \
++	                       -e 's/" *$$/\n/' \
+ 	                       -e 's/"* *[|] */|/' \
+                            -e 's:@-GNUCASH_LATEST_STABLE_SERIES-@:${GNUCASH_LATEST_STABLE_SERIES}:g' > $@
+ 	rm -f $@.tmp
 diff -up gnucash-2.4.10/doc/Makefile.in.foo gnucash-2.4.10/doc/Makefile.in
 --- gnucash-2.4.10/doc/Makefile.in.foo	2012-06-21 14:50:58.000000000 -0400
 +++ gnucash-2.4.10/doc/Makefile.in	2012-06-21 15:28:54.743004680 -0400
diff --git a/gnucash.spec b/gnucash.spec
index 60f9346..5d5c9b2 100644
--- a/gnucash.spec
+++ b/gnucash.spec
@@ -4,10 +4,10 @@ Name: gnucash
 Summary: Finance management application
 Version: 2.4.10
 URL: http://gnucash.org/
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: Applications/Productivity
-Source: http://www.gnucash.org/pub/gnucash/sources/unstable/2.3.x/gnucash-%{version}.tar.bz2
+Source: http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-%{version}.tar.bz2
 Source2: engine-common.i
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: webkitgtk-devel, libxml2 >= 2.5.10, zlib-devel
@@ -169,7 +169,7 @@ fi
 %doc doc/README.german doc/README.francais doc/README.OFX doc/README.HBCI
 
 %changelog
-* Thu Jun 21 2012 Bill Nottingham <notting at redhat.com> - 2.4.10-3
+* Thu Jun 21 2012 Bill Nottingham <notting at redhat.com> - 2.4.10-4
 - fix tips (#828573)
 
 * Sat Jun 16 2012 Bill Nottingham <notting at redhat.com> - 2.4.10-2


More information about the scm-commits mailing list