Accepting request 128566 from GNOME:Apps

gnucash fixes for tips of the day / gcc 4.7 issue. Should enter 12.2 (forwarded request 128565 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/128566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=44
This commit is contained in:
Stephan Kulow
2012-07-22 13:14:31 +00:00
committed by Git OBS Bridge
parent 1112d8da34
commit 0359c254bd
3 changed files with 31 additions and 0 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Jul 21 10:24:05 UTC 2012 - dimstar@opensuse.org
- Add gnucash-tip-of-the-day.patch: Fix "Tip of the day" parsing
when building with gcc 4.7: When making the text file
tips-of-the-day, GnuCash expects 'gcc -E' to preserve at least
one of the whitespace lines between entries. However, this relies
on behavior of 'gcc -E' that isn't actually part of the spec,
and is a historical accident. And it changed in gcc-4.7, such
that all the whitespace is removed. Work around this by
explicitly adding a newline in the sed expression. Pre gcc-4.7
there will be two newlines between tips, but this has no impact
on the tip displaying code.
-------------------------------------------------------------------
Fri Feb 24 09:37:45 UTC 2012 - vuntz@opensuse.org