[qbittorrent/epel7] Backport 3.1.10 update

Fabio Alessandro Locati fale at fedoraproject.org
Mon Sep 22 23:55:26 UTC 2014


commit b1e43dce4bd1f3be73f35d139186c90a35cd33bb
Author: Fabio Alessandro Locati <fabiolocati at gmail.com>
Date:   Tue Sep 23 01:54:52 2014 +0200

    Backport 3.1.10 update

 .gitignore          |    1 +
 qbittorrent.spec    |    9 ++++++---
 remove-donate.patch |    8 ++++----
 sources             |    2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 21d1f6b..12b1b2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /qbittorrent-3.1.4.tar.xz
 /qbittorrent-3.1.5.tar.xz
 /qbittorrent-3.1.9.tar.xz
+/qbittorrent-3.1.10.tar.xz
diff --git a/qbittorrent.spec b/qbittorrent.spec
index 952df12..e34b6a9 100644
--- a/qbittorrent.spec
+++ b/qbittorrent.spec
@@ -2,8 +2,8 @@
 
 Name:    qbittorrent
 Summary: A Bittorrent Client
-Version: 3.1.9
-Release: 3%{?dist}
+Version: 3.1.10
+Release: 1%{?dist}
 Epoch:   1
 License: GPLv2+
 URL:     http://sourceforge.net/projects/qbittorrent
@@ -114,7 +114,10 @@ fi
 %{_mandir}/man1/qbittorrent-nox.1*
 
 %changelog
-* Mon Sep 08 2014 Fabio A Locati <fabiolocati at gmail.com> - 1:3.1.9-3
+* Mon Sep 22 2014 Fabio Alessandro Locati <fabiolocati at gmail.com> - 1:3.1.10-1
+- Backport update to 3.1.10 release
+
+* Mon Sep 08 2014 Fabio Alessandro Locati <fabiolocati at gmail.com> - 1:3.1.9-3
 - Backport Leigh Scott's patch to remove the donate button
 
 * Sun Jun 22 2014 Leigh Scott <leigh123linux at googlemail.com> - 1:3.1.9-2
diff --git a/remove-donate.patch b/remove-donate.patch
index d905c75..23109b0 100644
--- a/remove-donate.patch
+++ b/remove-donate.patch
@@ -1,6 +1,6 @@
 --- a/src/mainwindow.h	2014-03-01 11:41:35.000000000 +0000
 +++ b/src/mainwindow.h	2014-09-08 18:49:37.033994067 +0100
-@@ -207,7 +207,6 @@ private slots:
+@@ -216,7 +216,6 @@ private slots:
      void on_actionSpeed_in_title_bar_triggered();
      void on_actionTop_tool_bar_triggered();
      void on_action_Import_Torrent_triggered();
@@ -10,7 +10,7 @@
      void on_actionAutoSuspend_system_toggled(bool );
 --- a/src/mainwindow.cpp	2014-03-01 11:41:35.000000000 +0000
 +++ b/src/mainwindow.cpp	2014-09-08 18:59:01.255526985 +0100
-@@ -128,7 +128,6 @@ MainWindow::MainWindow(QWidget *parent,
+@@ -135,7 +135,6 @@ MainWindow::MainWindow(QWidget *parent,
    actionDecreasePriority->setIcon(IconProvider::instance()->getIcon("go-down"));
    actionDelete->setIcon(IconProvider::instance()->getIcon("list-remove"));
    actionDocumentation->setIcon(IconProvider::instance()->getIcon("help-contents"));
@@ -18,7 +18,7 @@
    actionExit->setIcon(IconProvider::instance()->getIcon("application-exit"));
    actionIncreasePriority->setIcon(IconProvider::instance()->getIcon("go-up"));
    actionLock_qBittorrent->setIcon(IconProvider::instance()->getIcon("object-locked"));
-@@ -1380,11 +1379,6 @@ void MainWindow::handleUpdateCheckFinish
+@@ -1418,11 +1417,6 @@ void MainWindow::handleUpdateCheckFinish
  }
  #endif
  
@@ -40,7 +40,7 @@
      <addaction name="actionCheck_for_updates"/>
      <addaction name="actionAbout"/>
     </widget>
-@@ -307,14 +306,6 @@
+@@ -308,14 +307,6 @@
      <string>Import torrent...</string>
     </property>
    </action>
diff --git a/sources b/sources
index d195c22..d669c12 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24e0913637ddc14b484322ccaf9f551d  qbittorrent-3.1.9.tar.xz
+cfba5bd0690f6b9667e6cf7365ec94b0  qbittorrent-3.1.10.tar.xz


More information about the scm-commits mailing list