[qbittorrent] * Fri Jul 30 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-2 - rebuild for new boost versi

Leigh Scott leigh123linux at fedoraproject.org
Mon Aug 2 18:28:10 UTC 2010


commit 377f10d41501835c63553c4ffb576f750d21c6c3
Author: Leigh Scott <leigh123linux at googlemail.com>
Date:   Mon Aug 2 19:27:58 2010 +0100

    * Fri Jul 30 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-2
    - rebuild for new boost version
    - add gcc45 patch (temporary patch till it's fixed properly)

 gcc45_temp_fix.patch |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/gcc45_temp_fix.patch b/gcc45_temp_fix.patch
index 50c0009..25dad4b 100644
--- a/gcc45_temp_fix.patch
+++ b/gcc45_temp_fix.patch
@@ -1,5 +1,5 @@
 --- qbittorrent-2.3.0/src/main.cpp.orig	2010-07-27 09:03:38.000000000 +0100
-+++ qbittorrent-2.3.0/src/main.cpp	2010-08-02 19:09:56.000000000 +0100
++++ qbittorrent-2.3.0/src/main.cpp	2010-08-02 19:26:43.000000000 +0100
 @@ -129,22 +129,6 @@ void sigtermHandler(int) {
    qDebug("Catching SIGTERM, exiting cleanly");
    qApp->exit();
@@ -23,3 +23,14 @@
  #endif
  
  #ifndef DISABLE_GUI
+@@ -282,10 +266,8 @@ int main(int argc, char *argv[]){
+   app.setQuitOnLastWindowClosed(false);
+ #endif
+ #if defined(Q_WS_X11) || defined(Q_WS_MAC)
+-  signal(SIGABRT, sigabrtHandler);
+   signal(SIGTERM, sigtermHandler);
+   signal(SIGINT, sigintHandler);
+-  signal(SIGSEGV, sigsegvHandler);
+ #endif
+   // Read torrents given on command line
+   QStringList torrentCmdLine = app.arguments();


More information about the scm-commits mailing list