[Python-modules-commits] r14332 - in packages/pyside/trunk/debian (3 files)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Tue Aug 31 13:23:18 UTC 2010


    Date: Tuesday, August 31, 2010 @ 13:23:07
  Author: odyx-guest
Revision: 14332

u_20e226b_fix_missing_qcoreapplication_arguments_method.patch Import from upstream to fix a missing method in QtCore. (upstream bug: #303)

Added:
  packages/pyside/trunk/debian/patches/u_20e226b_fix_missing_qcoreapplication_arguments_method.patch
Modified:
  packages/pyside/trunk/debian/changelog
  packages/pyside/trunk/debian/patches/series

Modified: packages/pyside/trunk/debian/changelog
===================================================================
--- packages/pyside/trunk/debian/changelog	2010-08-31 13:22:52 UTC (rev 14331)
+++ packages/pyside/trunk/debian/changelog	2010-08-31 13:23:07 UTC (rev 14332)
@@ -1,11 +1,14 @@
 pyside (0.4.0-2~exp0) UNRELEASED; urgency=low
 
   * Patches:
+   - u_20e226b_fix_missing_qcoreapplication_arguments_method.patch
+      Import from upstream to fix a missing method in QtCore.
+      (upstream bug: #303)
    - u_268bf77_fixed_signal_signature_parser.patch
       Import from upstream to fix the incorrect signal signatures
       (upstream bug: #311)
 
- -- Didier Raboud <didier at raboud.com>  Tue, 31 Aug 2010 15:04:41 +0200
+ -- Didier Raboud <didier at raboud.com>  Tue, 31 Aug 2010 15:09:23 +0200
 
 pyside (0.4.0-1) experimental; urgency=low
 

Modified: packages/pyside/trunk/debian/patches/series
===================================================================
--- packages/pyside/trunk/debian/patches/series	2010-08-31 13:22:52 UTC (rev 14331)
+++ packages/pyside/trunk/debian/patches/series	2010-08-31 13:23:07 UTC (rev 14332)
@@ -1,4 +1,5 @@
 u_c130273_fix_py25_QtScript_property.patch
+u_20e226b_fix_missing_qcoreapplication_arguments_method.patch
 u_268bf77_fixed_signal_signature_parser.patch
 libPythonVersionPostfix.patch
 usePySpecificShiboken.patch

Added: packages/pyside/trunk/debian/patches/u_20e226b_fix_missing_qcoreapplication_arguments_method.patch
===================================================================
--- packages/pyside/trunk/debian/patches/u_20e226b_fix_missing_qcoreapplication_arguments_method.patch	                        (rev 0)
+++ packages/pyside/trunk/debian/patches/u_20e226b_fix_missing_qcoreapplication_arguments_method.patch	2010-08-31 13:23:07 UTC (rev 14332)
@@ -0,0 +1,26 @@
+From 20e226bc663e88849cd269043ebc9b7e223d5c10 Mon Sep 17 00:00:00 2001
+From: Hugo Parente Lima <hugo.pl at gmail.com>
+Date: Wed, 25 Aug 2010 12:08:03 -0300
+Subject: [PATCH] Fix bug#303 - "Missing method: QCoreApplication.arguments()"
+MIME-Version: 1.0
+Content-Type: text/plain; charset=utf-8
+Content-Transfer-Encoding: 8bit
+
+Reviewer: Luciano Wolf <luciano.wolf at openbossa.org>
+          Renato Araújo <renato.filho at openbossa.org>
+---
+ PySide/QtCore/typesystem_core.xml |    1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+Index: pyside/PySide/QtCore/typesystem_core.xml
+===================================================================
+--- pyside.orig/PySide/QtCore/typesystem_core.xml	2010-08-03 19:06:31.000000000 +0200
++++ pyside/PySide/QtCore/typesystem_core.xml	2010-08-31 15:09:05.000000000 +0200
+@@ -1817,7 +1817,6 @@
+         <define-ownership owner="c++"/>
+       </modify-argument>
+     </modify-function>
+-    <modify-function signature="arguments()" remove="all"/>
+   </object-type>
+   <object-type name="QSettings">
+     <extra-includes>




More information about the Python-modules-commits mailing list