Author: hawk Date: Thu Dec 21 11:02:53 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - fixed _GNU_SOURCE redefinitions, now it builds - release 5
---- Files affected: SPECS: gnucash.spec (1.87.2.3 -> 1.87.2.4) ---- Diffs: ================================================================ Index: SPECS/gnucash.spec diff -u SPECS/gnucash.spec:1.87.2.3 SPECS/gnucash.spec:1.87.2.4 --- SPECS/gnucash.spec:1.87.2.3 Wed Dec 20 10:52:59 2006 +++ SPECS/gnucash.spec Thu Dec 21 12:02:48 2006 @@ -9,7 +9,7 @@ Summary(zh_CN): GnuCash - ÄúľÄ¸öČ˲ĆÎńšÜŔíČíźţ Name: gnucash Version: 1.8.12 -Release: 4 +Release: 5 License: GPL v2 Group: X11/Applications Source0: http://www.gnucash.org/pub/gnucash/sources/stable/%{name}-%{version}.tar.gz @@ -18,6 +18,7 @@ Patch0: %{name}-info.patch Patch1: %{name}-types.patch Patch2: %{name}-ghttp-ssl.patch +Patch3: %{name}-build-fix.patch URL: http://www.gnucash.org/ BuildRequires: GConf-devel BuildRequires: Guppi-devel >= 0.35.5 @@ -102,6 +103,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 # force regeneration after patching types in table.m4 rm -f src/backend/postgres/base-autogen.c @@ -227,6 +229,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.87.2.4 2006/12/21 11:02:48 hawk +- fixed _GNU_SOURCE redefinitions, now it builds +- release 5 + Revision 1.87.2.3 2006/12/20 09:52:59 hawk - release 4 to rebuild with PostgreSQL 8.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnucash.spec?r1=1.87.2.3&r2=1.87.2.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
