[gnucash/f17] Fix tips.

Bill Nottingham notting at fedoraproject.org
Thu Jun 21 19:32:31 UTC 2012


commit 99f2c6a6a61f20ae8d422bcb07a27261603d1b73
Author: Bill Nottingham <notting at redhat.com>
Date:   Thu Jun 21 15:31:27 2012 -0400

    Fix tips.

 gnucash-tip.patch |   12 ++++++++++++
 gnucash.spec      |    5 +++++
 2 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/gnucash-tip.patch b/gnucash-tip.patch
new file mode 100644
index 0000000..abb651f
--- /dev/null
+++ b/gnucash-tip.patch
@@ -0,0 +1,12 @@
+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
+@@ -882,7 +882,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 --git a/gnucash.spec b/gnucash.spec
index fc00b33..fa76d6c 100644
--- a/gnucash.spec
+++ b/gnucash.spec
@@ -21,6 +21,7 @@ BuildRequires: libtool-ltdl-devel, GConf2-devel
 BuildRequires: ktoblzcheck-devel
 Patch0: gnucash-quiet.patch
 Patch1: gnucash-2.4.9-never-unload.patch
+Patch2: gnucash-tip.patch
 
 # Guile 2.0 support
 Patch101: gnucash-guile-1.patch
@@ -59,6 +60,7 @@ balanced books.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1
@@ -167,6 +169,9 @@ 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
+- fix tips (#828573)
+
 * Sat Jun 16 2012 Bill Nottingham <notting at redhat.com> - 2.4.10-2
 - Add potential fix for invoice crasher (#824189, #831882, b.g.o 677004)
 


More information about the scm-commits mailing list