packages: gobject-introspection/gobject-introspection-build.patch - stupid ...

jajcus jajcus at pld-linux.org
Thu Jul 8 18:37:06 CEST 2010


Author: jajcus                       Date: Thu Jul  8 16:37:06 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- stupid placeholder strings replaced with 'None'
- now I know what the code is supposed to do.  :)
- it seems the patch is needed because of a bug in the new Python 2.7 and
  its 'with' statement optimization – the new opcode is too picky about
  the __exit__ and __enter__ methods.

---- Files affected:
packages/gobject-introspection:
   gobject-introspection-build.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/gobject-introspection/gobject-introspection-build.patch
diff -u packages/gobject-introspection/gobject-introspection-build.patch:1.1 packages/gobject-introspection/gobject-introspection-build.patch:1.2
--- packages/gobject-introspection/gobject-introspection-build.patch:1.1	Thu Jul  8 15:42:12 2010
+++ packages/gobject-introspection/gobject-introspection-build.patch	Thu Jul  8 18:37:01 2010
@@ -5,7 +5,7 @@
  
  
 -with LibtoolImporter:
-+with LibtoolImporter("what", "author"):
++with LibtoolImporter(None, None):
      from giscanner._giscanner import collect_attributes
  
  
@@ -16,7 +16,7 @@
  
      def __init__(self):
 -        with LibtoolImporter:
-+        with LibtoolImporter("had", "in mind?"):
++        with LibtoolImporter(None, None):
              from giscanner._giscanner import SourceScanner
          self._scanner = SourceScanner()
          self._filenames = []
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gobject-introspection/gobject-introspection-build.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list