[qbittorrent] update to the latest git

leigh123linux leigh123linux at fedoraproject.org
Tue Sep 16 09:44:54 UTC 2014


commit f4326031f2c4a8664aa22b7a13d0ab3bc637bfe2
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Sep 16 10:44:37 2014 +0100

    update to the latest git

 .gitignore        |    1 +
 build_flags.patch |   11 ++++++-----
 qbittorrent.spec  |    7 +++++--
 sources           |    2 +-
 4 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1233a87..9b8f6ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /qbittorrent-3.1.9.tar.xz
 /qbittorrent-3.2.0.gitd58d87a.tar.gz
 /qbittorrent-3.2.0.git2b061da.tar.gz
+/qbittorrent-3.2.0.git94043e6.tar.gz
diff --git a/build_flags.patch b/build_flags.patch
index 95a3c0c..60c6406 100644
--- a/build_flags.patch
+++ b/build_flags.patch
@@ -1,13 +1,14 @@
 --- a/unixconf.pri
 +++ b/unixconf.pri
-@@ -14,8 +14,8 @@ exists($$OUT_PWD/../conf.pri) {
+@@ -14,9 +14,9 @@ exists($$OUT_PWD/../conf.pri) {
    QT += dbus
  }
  
 -QMAKE_CXXFLAGS += -Wformat -Wformat-security
--QMAKE_LFLAGS_APP += -rdynamic
 +QMAKE_CXXFLAGS += -fPIE -Wformat -Wformat-security
-+QMAKE_LFLAGS_APP += -Wl,-z,now -pie -rdynamic
-
+ !haiku {
+- QMAKE_LFLAGS_APP += -rdynamic
++ QMAKE_LFLAGS_APP += -Wl,-z,now -pie -rdynamic
+ }
+ 
  # Man page
- nox {
diff --git a/qbittorrent.spec b/qbittorrent.spec
index 2a79909..b32f61b 100644
--- a/qbittorrent.spec
+++ b/qbittorrent.spec
@@ -1,10 +1,10 @@
 #global _hardened_build 1
-%global _internal_version 2b061da
+%global _internal_version 94043e6
 
 Name:    qbittorrent
 Summary: A Bittorrent Client
 Version: 3.2.0
-Release: 0.7.git%{_internal_version}%{?dist}
+Release: 0.8.git%{_internal_version}%{?dist}
 Epoch:   1
 License: GPLv2+
 URL:     http://sourceforge.net/projects/qbittorrent
@@ -122,6 +122,9 @@ fi
 %{_mandir}/man1/qbittorrent-nox.1*
 
 %changelog
+* Tue Sep 16 2014 Leigh Scott <leigh123linux at googlemail.com> - 1:3.2.0-0.8.git94043e6
+- update to the latest git
+
 * Mon Sep 08 2014 Leigh Scott <leigh123linux at googlemail.com> - 1:3.2.0-0.7.git2b061da
 - remove donate from help tab
 
diff --git a/sources b/sources
index 1bf7dd4..d2a99d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c39110bc41d1ba821e73770b05dc0f7  qbittorrent-3.2.0.git2b061da.tar.gz
+f4a5ae5fadecb1116d3f1024b8a76b42  qbittorrent-3.2.0.git94043e6.tar.gz


More information about the scm-commits mailing list