Stefan Dirsch
8a3b9c9994
- fix baselibs.conf after update of libOSMesa - do not put the date in generated code, this breaks build-compare for little to no gain as we know the build date from rpm header OBS-URL: https://build.opensuse.org/request/show/107639 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=201
16 lines
682 B
Diff
16 lines
682 B
Diff
Index: Mesa-7.11.1/src/mesa/main/es_generator.py
|
|
===================================================================
|
|
--- Mesa-7.11.1.orig/src/mesa/main/es_generator.py 2011-11-17 20:45:06.000000000 +0100
|
|
+++ Mesa-7.11.1/src/mesa/main/es_generator.py 2012-03-01 09:27:01.392009165 +0100
|
|
@@ -182,9 +182,8 @@ print """/* DO NOT EDIT ****************
|
|
* THIS FILE AUTOMATICALLY GENERATED BY THE %s SCRIPT
|
|
* API specification file: %s
|
|
* GLES version: %s
|
|
- * date: %s
|
|
*/
|
|
-""" % (program, functionList, version, time.strftime("%Y-%m-%d %H:%M:%S"))
|
|
+""" % (program, functionList, version)
|
|
|
|
# The headers we choose are version-specific.
|
|
print """
|