Author: cactus Date: Sat Jan 26 23:12:05 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - patch for start windowed mode - patch for correct depracted warning - patch for config buffer overflow - BR: freeglut-devel - BR: xorg-lib-libXi-devel - BR: xorg-lib-libXmu-devel
---- Files affected: SPECS: BillardGL.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/BillardGL.spec diff -u SPECS/BillardGL.spec:1.14 SPECS/BillardGL.spec:1.15 --- SPECS/BillardGL.spec:1.14 Sat Sep 1 14:25:42 2007 +++ SPECS/BillardGL.spec Sun Jan 27 00:11:59 2008 @@ -9,8 +9,14 @@ Vendor: University of Freiburg / Germany Source0: http://billardgl.sourceforge.net/download/%{name}-%{version}.tar.gz # Source0-md5: 46f2cf99e1a2b2aa4707d3500e43be47 +Patch0: %{name}-starting-resolution.patch +Patch1: %{name}-depracted.patch +Patch2: %{name}-config_buffer_overflows.patch URL: http://www.tobias-nopper.de/BillardGL/ +BuildRequires: freeglut-devel BuildRequires: sed >= 4.0 +BuildRequires: xorg-lib-libXi-devel +BuildRequires: xorg-lib-libXmu-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -21,6 +27,9 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build cd src @@ -57,6 +66,14 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2008-01-26 23:11:59 cactus +- patch for start windowed mode +- patch for correct depracted warning +- patch for config buffer overflow +- BR: freeglut-devel +- BR: xorg-lib-libXi-devel +- BR: xorg-lib-libXmu-devel + Revision 1.14 2007-09-01 12:25:42 cactus - language files in proper directory ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/BillardGL.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
