Author: lisu Date: Tue Dec 23 14:54:27 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - use stdio.h lib (stdio.patch)
---- Files affected: SPECS: tgui.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/tgui.spec diff -u SPECS/tgui.spec:1.14 SPECS/tgui.spec:1.15 --- SPECS/tgui.spec:1.14 Sun Aug 26 00:43:27 2007 +++ SPECS/tgui.spec Tue Dec 23 15:54:21 2008 @@ -9,6 +9,7 @@ Source0: http://trent.gamblin.ca/tgui/%{name}-%{version}.tar.bz2 # Source0-md5: 89d9653c1e732a2a4324cc986f8892e8 Patch0: %{name}-Makefile.patch +Patch1: %{name}-stdio.patch URL: http://trent.gamblin.ca/tgui/ BuildRequires: allegro-devel BuildRequires: libstdc++-devel @@ -56,6 +57,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__make} -j1 \ @@ -98,6 +100,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2008/12/23 14:54:21 lisu +- use stdio.h lib (stdio.patch) + Revision 1.14 2007/08/25 22:43:27 qboosh - use rpmcxxflags - fixed packaging thinko ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tgui.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
