[SCM] Qt 4 packaging branch, master, updated. debian/4.8.5+dfsg-4-10-g80b38d0

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sat Sep 14 18:48:10 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt4-x11.git;a=commitdiff;h=80b38d0

The following commit has been merged in the master branch:
commit 80b38d0f5ae7a734ddc8b5d97f490ff7c6addff7
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Sep 14 15:47:29 2013 -0300

    Refresh patch
---
 debian/patches/99_hppa_bug561203_decrease_failure_rate.diff |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/99_hppa_bug561203_decrease_failure_rate.diff b/debian/patches/99_hppa_bug561203_decrease_failure_rate.diff
index e333eb3..3017c93 100644
--- a/debian/patches/99_hppa_bug561203_decrease_failure_rate.diff
+++ b/debian/patches/99_hppa_bug561203_decrease_failure_rate.diff
@@ -31,7 +31,7 @@ Last-Update: 2011-12-26
  #ifdef Q_OS_MAC
  Q_GLOBAL_STATIC(QMutex, cfbundleMutex);
  #endif
-@@ -658,6 +665,7 @@ void QProcessPrivate::startProcess()
+@@ -660,6 +667,7 @@ void QProcessPrivate::startProcess()
  #if defined(Q_OS_QNX)
      pid_t childPid = spawnChild(workingDirPtr, argv, envp);
  #else
@@ -39,7 +39,7 @@ Last-Update: 2011-12-26
      pid_t childPid = fork();
      int lastForkErrno = errno;
  #endif
-@@ -1355,6 +1363,7 @@ bool QProcessPrivate::startDetached(cons
+@@ -1357,6 +1365,7 @@ bool QProcessPrivate::startDetached(cons
          return false;
      }
  
@@ -47,7 +47,7 @@ Last-Update: 2011-12-26
      pid_t childPid = fork();
      if (childPid == 0) {
          struct sigaction noaction;
-@@ -1367,6 +1376,7 @@ bool QProcessPrivate::startDetached(cons
+@@ -1369,6 +1378,7 @@ bool QProcessPrivate::startDetached(cons
          qt_safe_close(startedPipe[0]);
          qt_safe_close(pidPipe[0]);
  

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list