[qbittorrent] - update to 3.1.0 release

leigh123linux leigh123linux at fedoraproject.org
Sun Oct 13 10:08:50 UTC 2013


commit 0babfb17b28c0fcbfbcb6564c05b14f31f4160e7
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Sun Oct 13 11:08:37 2013 +0100

    - update to 3.1.0 release

 .gitignore                |    1 +
 disable_extra_debug.patch |   11 -----------
 fix_conf_pri.patch        |    9 +++++++++
 qbittorrent.spec          |   38 ++++++++++++--------------------------
 sources                   |    2 +-
 5 files changed, 23 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eeadeec..a625fb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /qbittorrent-3.0.11.tar.xz
+/qBittorrent-release-3.1.0.tar.gz
diff --git a/fix_conf_pri.patch b/fix_conf_pri.patch
new file mode 100644
index 0000000..73e3190
--- /dev/null
+++ b/fix_conf_pri.patch
@@ -0,0 +1,9 @@
+--- a/unixconf.pri
++++ b/unixconf.pri
+@@ -1,5 +1,5 @@
+ # Generated by the configure file
+-include($$OUT_PWD/../conf.pri)
++include(conf.pri)
+ 
+ # COMPILATION SPECIFIC
+ !nox:dbus {
diff --git a/qbittorrent.spec b/qbittorrent.spec
index 5b70447..9c1a1a1 100644
--- a/qbittorrent.spec
+++ b/qbittorrent.spec
@@ -1,26 +1,14 @@
-#define svn_rev 3058
-
 Name:    qbittorrent
-Summary: A Bittorrent Client 
-Version: 3.0.11
-Release: 3%{?dist}
+Summary: A Bittorrent Client
+Version: 3.1.0
+Release: 1%{?dist}
 Epoch:   1
-# 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
-# rm -rf qbittorrent/.svn
-# 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.xz
-#Source0: http://downloads.sourceforge.net/project/qbittorrent/qbittorrent-unstable/%{name}-%{version}rc5.tar.gz
+License: GPLv2+
+URL:     http://sourceforge.net/projects/qbittorrent
+Source0: http://leigh123linux.fedorapeople.org/pub/qbittorrent/source/qBittorrent-release-%{version}.tar.gz
 Source1: qbittorrent-nox.README
-Patch0:  disable_extra_debug.patch
-
-# Upstream patches
+Patch0:  fix_conf_pri.patch
 
-URL: http://sourceforge.net/projects/qbittorrent
-Group: Applications/Internet
-License: GPLv2+
 BuildRequires: qt4-devel
 BuildRequires: desktop-file-utils
 BuildRequires: boost-devel
@@ -31,7 +19,6 @@ BuildRequires: libnotify-devel
 BuildRequires: GeoIP-devel
 BuildRequires: qtsingleapplication-devel
 
-
 %{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
 
 %description
@@ -48,12 +35,9 @@ A Headless Bittorrent client using rb_libtorrent.
 It aims to be as fast as possible and to provide multi-OS, unicode support.
 
 %prep
-%setup -q
+%setup -q -n qBittorrent-release-%{version}
+%patch0 -p1
 rm -rf src/qtsingleapp
-#patch0 -p1 -b .disable_extra_debug
-# Upstream patches
-
-
 cp -p %{SOURCE1} .
 
 %build
@@ -74,7 +58,6 @@ cp conf.pri ..
 make %{?_smp_mflags}
 mv -f ../conf.pri ../conf.pri.gui
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 # install headless version
@@ -121,6 +104,9 @@ fi
 %{_mandir}/man1/qbittorrent-nox.1*
 
 %changelog
+* Sun Oct 13 2013 Leigh Scott <leigh123linux at googlemail.com> - 1:3.1.0-1
+- update to 3.1.0 release
+
 * Thu Oct 03 2013 Leigh Scott <leigh123linux at googlemail.com> - 1:3.0.11-3
 - rebuilt
 
diff --git a/sources b/sources
index 1b773c5..e999307 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de50c6d2bff0a11f47d9179427337347  qbittorrent-3.0.11.tar.xz
+69480c10aae352415497a7f5644ccb43  qBittorrent-release-3.1.0.tar.gz


More information about the scm-commits mailing list