Author: gj Date: Fri Feb 25 14:28:50 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - stdlib.h is required for getenv() to be declared, and work propertly. - This fixes crash on amd64. - time.h is system include, hence usage of narrow brackets seems to be better.
---- Files affected: SPECS: gnurobbo.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/gnurobbo.spec diff -u SPECS/gnurobbo.spec:1.15 SPECS/gnurobbo.spec:1.16 --- SPECS/gnurobbo.spec:1.15 Sat Jul 3 23:54:45 2004 +++ SPECS/gnurobbo.spec Fri Feb 25 15:28:45 2005 @@ -3,13 +3,14 @@ Summary(pl): Klon słynnej gry Robbo znanej z 8-bitowych Atari Name: gnurobbo Version: 0.57 -Release: 3 +Release: 4 License: GPL Group: X11/Applications/Games Source0: http://dl.sourceforge.net/gnurobbo/%{name}-%{version}.tar.bz2 # Source0-md5: 575547d729528a13a0a56281311cc52e Source1: %{name}.desktop Source2: %{name}.png +Patch0: %{name}-stdlib.patch URL: http://gnurobbo.sf.net/ BuildRequires: SDL_ttf-devel BuildRequires: autoconf @@ -31,6 +32,7 @@ #%setup -q # blegh, tarball contains icons in /... don't mess in %_builddir %setup -q -c +%patch0 -p 1 # workaround for bad timestamps on files in source tarball #find . -type f | xargs touch @@ -77,6 +79,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2005/02/25 14:28:45 gj +- stdlib.h is required for getenv() to be declared, and work propertly. +- This fixes crash on amd64. +- time.h is system include, hence usage of narrow brackets seems to be better. + Revision 1.15 2004/07/03 21:54:45 havner - applnk -> vfolders ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnurobbo.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
