Blame SOURCES/libglvnd-python3.patch

af909b
diff -up libglvnd-1.0.0/src/generate/eglFunctionList.py.jx libglvnd-1.0.0/src/generate/eglFunctionList.py
af909b
--- libglvnd-1.0.0/src/generate/eglFunctionList.py.jx	2017-11-02 12:58:38.000000000 -0400
af909b
+++ libglvnd-1.0.0/src/generate/eglFunctionList.py	2018-03-15 12:43:19.113294070 -0400
af909b
@@ -1,4 +1,4 @@
af909b
-#!/usr/bin/python
af909b
+#!/usr/bin/python3
af909b
 
af909b
 """
af909b
 Contains a list of EGL functions to generate dispatch functions for.
af909b
diff -up libglvnd-1.0.0/src/generate/genCommon.py.jx libglvnd-1.0.0/src/generate/genCommon.py
af909b
--- libglvnd-1.0.0/src/generate/genCommon.py.jx	2017-11-02 12:58:38.000000000 -0400
af909b
+++ libglvnd-1.0.0/src/generate/genCommon.py	2018-03-15 12:37:13.260268667 -0400
af909b
@@ -1,4 +1,4 @@
af909b
-#!/usr/bin/env python
af909b
+#!/usr/bin/env python3
af909b
 
af909b
 # (C) Copyright 2015, NVIDIA CORPORATION.
af909b
 # All Rights Reserved.
af909b
diff -up libglvnd-1.0.0/src/generate/gen_egl_dispatch.py.jx libglvnd-1.0.0/src/generate/gen_egl_dispatch.py
af909b
--- libglvnd-1.0.0/src/generate/gen_egl_dispatch.py.jx	2017-11-02 12:58:38.000000000 -0400
af909b
+++ libglvnd-1.0.0/src/generate/gen_egl_dispatch.py	2018-03-15 12:43:00.057032312 -0400
af909b
@@ -1,4 +1,4 @@
af909b
-#!/usr/bin/python
af909b
+#!/usr/bin/python3
af909b
 
af909b
 """
af909b
 Generates dispatch functions for EGL.
af909b
diff -up libglvnd-1.0.0/src/generate/gen_gldispatch_mapi.py.jx libglvnd-1.0.0/src/generate/gen_gldispatch_mapi.py
af909b
--- libglvnd-1.0.0/src/generate/gen_gldispatch_mapi.py.jx	2017-11-02 12:58:38.000000000 -0400
af909b
+++ libglvnd-1.0.0/src/generate/gen_gldispatch_mapi.py	2018-03-15 12:37:13.283268982 -0400
af909b
@@ -1,4 +1,4 @@
af909b
-#!/usr/bin/env python
af909b
+#!/usr/bin/env python3
af909b
 
af909b
 # Copyright (C) 2010 LunarG Inc.
af909b
 # (C) Copyright 2015, NVIDIA CORPORATION.
af909b
diff -up libglvnd-1.0.0/src/generate/gen_libgl_glxstubs.py.jx libglvnd-1.0.0/src/generate/gen_libgl_glxstubs.py
af909b
--- libglvnd-1.0.0/src/generate/gen_libgl_glxstubs.py.jx	2017-11-02 12:58:38.000000000 -0400
af909b
+++ libglvnd-1.0.0/src/generate/gen_libgl_glxstubs.py	2018-03-15 12:37:10.684233282 -0400
af909b
@@ -1,4 +1,4 @@
af909b
-#!/usr/bin/env python
af909b
+#!/usr/bin/env python3
af909b
 
af909b
 # (C) Copyright 2015, NVIDIA CORPORATION.
af909b
 # All Rights Reserved.
af909b
diff -up libglvnd-1.0.0/src/generate/gen_libOpenGL_exports.py.jx libglvnd-1.0.0/src/generate/gen_libOpenGL_exports.py
af909b
--- libglvnd-1.0.0/src/generate/gen_libOpenGL_exports.py.jx	2017-11-02 12:58:38.000000000 -0400
af909b
+++ libglvnd-1.0.0/src/generate/gen_libOpenGL_exports.py	2018-03-15 12:37:13.308269324 -0400
af909b
@@ -1,4 +1,4 @@
af909b
-#!/usr/bin/env python
af909b
+#!/usr/bin/env python3
af909b
 
af909b
 # (C) Copyright 2015, NVIDIA CORPORATION.
af909b
 # All Rights Reserved.