[qbittorrent/f12/master] - update to 2.4.0 release

Leigh Scott leigh123linux at fedoraproject.org
Tue Aug 24 20:25:29 UTC 2010


commit 5d4fe7c21f3913a5d4f8649e8960b5777d4b5060
Author: Leigh Scott <leigh123linux at googlemail.com>
Date:   Tue Aug 24 21:25:25 2010 +0100

    - update to 2.4.0 release

 disable_extra_debug.patch |    4 ++--
 qbittorrent.spec          |   10 +++++++---
 2 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/disable_extra_debug.patch b/disable_extra_debug.patch
index 32ae3e1..ca896be 100644
--- a/disable_extra_debug.patch
+++ b/disable_extra_debug.patch
@@ -1,5 +1,5 @@
---- qbittorrent-2.2.0beta1.orig/src/src.pro	2010-01-24 19:19:58.000000000 +0000
-+++ qbittorrent-2.2.0beta1/src/src.pro	2010-01-24 20:12:00.000000000 +0000
+--- qbittorrent-2.3.0rc8.orig/src/src.pro
++++ qbittorrent-2.3.0rc8/src/src.pro
 @@ -3,7 +3,7 @@ LANG_PATH = lang
  ICONS_PATH = Icons
  
diff --git a/qbittorrent.spec b/qbittorrent.spec
index 38dd8d1..601f408 100644
--- a/qbittorrent.spec
+++ b/qbittorrent.spec
@@ -2,7 +2,7 @@
 
 Name:    qbittorrent
 Summary: A Bittorrent Client 
-Version: 2.3.1
+Version: 2.4.0
 Release: 1%{?dist}
 Epoch:   1
 # The source for this package was pulled from upstream's vcs.  Use the
@@ -12,7 +12,7 @@ Epoch:   1
 # tar -czvf qbittorrent-%{svn_rev}svn.tar.gz qbittorrent
 #Source0:  %{name}-%{svn_rev}svn.tar.gz
 Source0: http://downloads.sf.net/qbittorrent/%{name}-%{version}.tar.gz
-#Source0: http://downloads.sf.net/qbittorrent/files/qbittorrent-unstable/%{name}-%{version}rc2.tar.gz
+#Source0: http://downloads.sourceforge.net/project/qbittorrent/qbittorrent-unstable/%{name}-%{version}rc3.tar.gz
 Source1: qbittorrent-nox.README
 Patch0:  disable_extra_debug.patch
 
@@ -52,6 +52,7 @@ It aims to be as fast as possible and to provide multi-OS, unicode support.
 %prep
 %setup -q
 #%patch0 -p1 -b .disable_extra_debug
+
 # Upstream patches
 
 
@@ -70,7 +71,7 @@ mv -f ../conf.pri ../conf.pri.nox
 cd ..
 mkdir -p build-gui
 cd build-gui
-../configure --prefix=%{_prefix} --with-qtsingleapplication=system
+../configure --prefix=%{_prefix}  --with-qtsingleapplication=system
 cp conf.pri ..
 make %{?_smp_mflags}
 mv -f ../conf.pri ../conf.pri.gui
@@ -127,6 +128,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Aug 24 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.4.0-1
+- update to 2.4.0 release
+
 * Tue Aug 17 2010 Leigh Scott <leigh123linux at googlemail.com> - 1:2.3.1-1
 - update to 2.3.1
 


More information about the scm-commits mailing list