patches/gnome-games-02-py26.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 17138 fb788f144610
child 18243 54d5f9ef5f7e
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

diff -r b857c6cff902 glchess/src/glchess.in.in
--- a/glchess/src/glchess.in.in	Tue Dec 08 15:10:20 2009 +0800
+++ b/glchess/src/glchess.in.in	Tue Dec 08 15:14:41 2009 +0800
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python2.6
 # -*- coding: utf-8 -*-
 
 # glChess is a 2D/3D chess game for GNOME. This is the startup
diff -r b857c6cff902 glchess/src/lib/scene/opengl/png.py
--- a/glchess/src/lib/scene/opengl/png.py	Tue Dec 08 15:10:20 2009 +0800
+++ b/glchess/src/lib/scene/opengl/png.py	Tue Dec 08 15:14:41 2009 +0800
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-#!/usr/bin/env python
+#!/usr/bin/python2.6
 # png.py - PNG encoder in pure Python
 # Copyright (C) 2006 Johann C. Rocholl <[email protected]>
 #
diff -r b857c6cff902 gnome-sudoku/src/gnome-sudoku.in.in
--- a/gnome-sudoku/src/gnome-sudoku.in.in	Tue Dec 08 15:10:20 2009 +0800
+++ b/gnome-sudoku/src/gnome-sudoku.in.in	Tue Dec 08 15:14:41 2009 +0800
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python2.6
 # -*- coding: utf-8 -*-
 
 # GNOME Sudoku is a simple sudoku generator and player. Sudoku is a 
diff -r b857c6cff902 gnome-sudoku/src/lib/number_box.py
--- a/gnome-sudoku/src/lib/number_box.py	Tue Dec 08 15:10:20 2009 +0800
+++ b/gnome-sudoku/src/lib/number_box.py	Tue Dec 08 15:14:41 2009 +0800
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-#!/usr/bin/python
+#!/usr/bin/python2.6
 
 import gtk, gobject, pango, cairo
 import math