Blame SOURCES/libglvnd-python3.patch

959a2b
diff -up libglvnd-1.3.1/bin/symbols-check.py.orig libglvnd-1.3.1/bin/symbols-check.py
959a2b
--- libglvnd-1.3.1/bin/symbols-check.py.orig	2020-02-21 22:28:47.000000000 +0100
959a2b
+++ libglvnd-1.3.1/bin/symbols-check.py	2020-02-28 11:38:55.126765978 +0100
af909b
@@ -1,4 +1,4 @@
959a2b
-#!/usr/bin/env python
959a2b
+#!/usr/bin/env python3
959a2b
 # encoding=utf-8
959a2b
 # Copyright © 2018-2019 Intel Corporation
af909b
 
959a2b
diff -up libglvnd-1.3.1/src/generate/eglFunctionList.py.orig libglvnd-1.3.1/src/generate/eglFunctionList.py
959a2b
diff -up libglvnd-1.3.1/src/generate/genCommon.py.orig libglvnd-1.3.1/src/generate/genCommon.py
959a2b
--- libglvnd-1.3.1/src/generate/genCommon.py.orig	2020-02-21 22:28:47.000000000 +0100
959a2b
+++ libglvnd-1.3.1/src/generate/genCommon.py	2020-02-28 11:38:55.148766076 +0100
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.
959a2b
diff -up libglvnd-1.3.1/src/generate/gen_egl_dispatch.py.orig libglvnd-1.3.1/src/generate/gen_egl_dispatch.py
959a2b
--- libglvnd-1.3.1/src/generate/gen_egl_dispatch.py.orig	2020-02-21 22:28:47.000000000 +0100
959a2b
+++ libglvnd-1.3.1/src/generate/gen_egl_dispatch.py	2020-02-28 11:38:55.155766107 +0100
af909b
@@ -1,4 +1,4 @@
959a2b
-#!/usr/bin/env python
959a2b
+#!/usr/bin/env python3
af909b
 
af909b
 """
af909b
 Generates dispatch functions for EGL.
959a2b
diff -up libglvnd-1.3.1/src/generate/gen_gldispatch_mapi.py.orig libglvnd-1.3.1/src/generate/gen_gldispatch_mapi.py
959a2b
--- libglvnd-1.3.1/src/generate/gen_gldispatch_mapi.py.orig	2020-02-21 22:28:47.000000000 +0100
959a2b
+++ libglvnd-1.3.1/src/generate/gen_gldispatch_mapi.py	2020-02-28 11:38:55.150766085 +0100
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.
959a2b
diff -up libglvnd-1.3.1/src/generate/gen_libgl_glxstubs.py.orig libglvnd-1.3.1/src/generate/gen_libgl_glxstubs.py
959a2b
--- libglvnd-1.3.1/src/generate/gen_libgl_glxstubs.py.orig	2020-02-21 22:28:47.000000000 +0100
959a2b
+++ libglvnd-1.3.1/src/generate/gen_libgl_glxstubs.py	2020-02-28 11:38:55.152766094 +0100
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.
959a2b
diff -up libglvnd-1.3.1/src/generate/gen_libOpenGL_exports.py.orig libglvnd-1.3.1/src/generate/gen_libOpenGL_exports.py
959a2b
--- libglvnd-1.3.1/src/generate/gen_libOpenGL_exports.py.orig	2020-02-21 22:28:47.000000000 +0100
959a2b
+++ libglvnd-1.3.1/src/generate/gen_libOpenGL_exports.py	2020-02-28 11:38:55.160766129 +0100
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.
959a2b
diff -up libglvnd-1.3.1/src/GLX/gen_glx_stubs.py.orig libglvnd-1.3.1/src/GLX/gen_glx_stubs.py
959a2b
--- libglvnd-1.3.1/src/GLX/gen_glx_stubs.py.orig	2020-02-21 22:28:47.000000000 +0100
959a2b
+++ libglvnd-1.3.1/src/GLX/gen_glx_stubs.py	2020-02-28 11:38:55.168766164 +0100
959a2b
@@ -1,4 +1,4 @@
959a2b
-#!/usr/bin/env python
959a2b
+#!/usr/bin/env python3
959a2b
 
959a2b
 import sys
959a2b