rpms/qbittorrent/devel qtsinglecoreapp.patch, NONE, 1.1 qbittorrent.spec, 1.117, 1.118

Leigh Scott leigh123linux at fedoraproject.org
Thu Jul 22 09:36:19 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19985

Modified Files:
	qbittorrent.spec 
Added Files:
	qtsinglecoreapp.patch 
Log Message:
* Thu Jul 22 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-0.10.rc7
- add Br qtsinglecoreapplication-devel
- add patch so nox uses qtsinglecoreapplication


qtsinglecoreapp.patch:
 src.pro |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

--- NEW FILE qtsinglecoreapp.patch ---
Index: src/src.pro
===================================================================
--- src/src.pro	(revision 4281)
+++ src/src.pro	(working copy)
@@ -348,7 +348,11 @@
 
 contains(DEFINES, USE_SYSTEM_QTSINGLEAPPLICATION) {
   message("Using the system's qtsingleapplication library")
-  CONFIG += qtsingleapplication
+  contains(DEFINES, DISABLE_GUI) {
+    CONFIG += qtsinglecoreapplication
+  } else {
+    CONFIG += qtsingleapplication
+  }
 } else {
   message("Using the shipped qtsingleapplication library")
   contains(DEFINES, DISABLE_GUI) {


Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -p -r1.117 -r1.118
--- qbittorrent.spec	21 Jul 2010 16:34:55 -0000	1.117
+++ qbittorrent.spec	22 Jul 2010 09:36:18 -0000	1.118
@@ -3,7 +3,7 @@
 Name:    qbittorrent
 Summary: A Bittorrent Client 
 Version: 2.3.0
-Release: 0.9.rc7%{?dist}
+Release: 0.10.rc7%{?dist}
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
 # svn checkout -r %{svn_rev} https://qbittorrent.svn.sourceforge.net/svnroot/qbittorrent/trunk qbittorrent
@@ -17,6 +17,7 @@ Patch0:  disable_extra_debug.patch
 Patch1:  qt_deprecated.patch
 
 # Upstream patches
+Patch2:  qtsinglecoreapp.patch
 
 URL: http://sourceforge.net/projects/qbittorrent
 Group: Applications/Internet
@@ -42,6 +43,7 @@ It aims to be as fast as possible and to
 %package nox
 Summary: A Headless Bittorrent Client
 Group: Applications/Internet
+BuildRequires: qtsinglecoreapplication-devel
 
 %description nox
 A Headless Bittorrent client using rb_libtorrent.
@@ -52,6 +54,7 @@ It aims to be as fast as possible and to
 #%patch0 -p1 -b .disable_extra_debug
 %patch1 -p1 -b .qt_deprecated
 # Upstream patches
+%patch2 -p0 -b .qtsinglecoreapp
 
 cp -p %{SOURCE1} .
 
@@ -125,6 +128,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Thu Jul 22 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-0.10.rc7
+- add Br qtsinglecoreapplication-devel
+- add patch so nox uses qtsinglecoreapplication
+
 * Wed Jul 21 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-0.9.rc7
 - revert last commit
 



More information about the scm-commits mailing list