SPECS: crossmingw32-w32api.spec - updated glext.h to 39 - avoid ot...
qboosh
qboosh at pld-linux.org
Thu Nov 15 18:52:45 CET 2007
Author: qboosh Date: Thu Nov 15 17:52:45 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated glext.h to 39
- avoid other non-x86 arch-specific flags
---- Files affected:
SPECS:
crossmingw32-w32api.spec (1.37 -> 1.38)
---- Diffs:
================================================================
Index: SPECS/crossmingw32-w32api.spec
diff -u SPECS/crossmingw32-w32api.spec:1.37 SPECS/crossmingw32-w32api.spec:1.38
--- SPECS/crossmingw32-w32api.spec:1.37 Tue Oct 2 01:36:57 2007
+++ SPECS/crossmingw32-w32api.spec Thu Nov 15 18:52:39 2007
@@ -16,8 +16,8 @@
# only for headers
Source1: http://dl.sourceforge.net/mingw/%{runsrc}-src.tar.gz
# Source1-md5: f7f61ed33e1bd485e97a765c7945cb2a
-Source2: http://oss.sgi.com/projects/ogl-sample/ABI/glext.h
-# NoSource2-md5: 0c40bd4545aa630e139043c2b12f0807
+Source2: http://www.opengl.org/registry/api/glext.h
+# NoSource2-md5: 2e0c1c691b518b06691eba826a97cf3b
Patch0: %{name}-include_fix.patch
Patch1: %{name}-mmsystem.patch
URL: http://www.mingw.org/
@@ -36,8 +36,8 @@
# strip fails on static COFF files
%define no_install_post_strip 1
-%ifarch alpha sparc sparc64 sparcv9
-# alpha's -mieee and sparc's -mtune=* are not valid for target's gcc
+%ifnarch %{ix86}
+# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
%define optflags -O2
%endif
@@ -127,6 +127,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38 2007-11-15 17:52:39 qboosh
+- updated glext.h to 39
+- avoid other non-x86 arch-specific flags
+
Revision 1.37 2007-10-01 23:36:57 lkrotowski
- up to 3.10
- runtime up to 3.13
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-w32api.spec?r1=1.37&r2=1.38&f=u
More information about the pld-cvs-commit
mailing list