[Python-modules-commits] r15148 - in packages/pyglet/trunk/debian (3 files)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Sun Dec 26 23:32:45 UTC 2010


    Date: Sunday, December 26, 2010 @ 23:32:45
  Author: yoh
Revision: 15148

up_typo_have_getprocaddress: minor typo

Added:
  packages/pyglet/trunk/debian/patches/up_typo_have_getprocaddress
Modified:
  packages/pyglet/trunk/debian/changelog
  packages/pyglet/trunk/debian/patches/series

Modified: packages/pyglet/trunk/debian/changelog
===================================================================
--- packages/pyglet/trunk/debian/changelog	2010-12-26 23:32:36 UTC (rev 15147)
+++ packages/pyglet/trunk/debian/changelog	2010-12-26 23:32:45 UTC (rev 15148)
@@ -19,6 +19,7 @@
     - up_no_string_exceptions: deduced two types of exceptions appropritate
       for the context to replace deprecated in 2.6 string exceptions
       (Closes: #585316)
+    - up_typo_have_getprocaddress: minor typo
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Sat, 25 Dec 2010 22:25:44 -0500
 

Modified: packages/pyglet/trunk/debian/patches/series
===================================================================
--- packages/pyglet/trunk/debian/patches/series	2010-12-26 23:32:36 UTC (rev 15147)
+++ packages/pyglet/trunk/debian/patches/series	2010-12-26 23:32:45 UTC (rev 15148)
@@ -1 +1,2 @@
 up_no_string_exceptions
+up_typo_have_getprocaddress

Added: packages/pyglet/trunk/debian/patches/up_typo_have_getprocaddress
===================================================================
--- packages/pyglet/trunk/debian/patches/up_typo_have_getprocaddress	                        (rev 0)
+++ packages/pyglet/trunk/debian/patches/up_typo_have_getprocaddress	2010-12-26 23:32:45 UTC (rev 15148)
@@ -0,0 +1,16 @@
+Author: neusepoff
+Origin: http://code.google.com/p/pyglet/issues/detail?id=456#c8 
+Subject: minor typo for _have_getprocaddress
+
+
+--- a/pyglet/gl/lib_glx.py
++++ b/pyglet/gl/lib_glx.py
+@@ -56,7 +56,7 @@ try:
+     glXGetProcAddressARB.argtypes = [POINTER(c_ubyte)]
+     _have_getprocaddress = True
+ except AttributeError:
+-    _have_get_procaddress = False
++    _have_getprocaddress = False
+ 
+ def link_GL(name, restype, argtypes, requires=None, suggestions=None):
+     try:




More information about the Python-modules-commits mailing list