[qbittorrent] - drop upstream missing includes patch - update to 2.4.0beta3

Leigh Scott leigh123linux at fedoraproject.org
Fri Aug 20 10:44:20 UTC 2010


commit f80352041bbe5ed030fe933890d3d1e300344fc3
Author: Leigh Scott <leigh123linux at googlemail.com>
Date:   Fri Aug 20 11:44:01 2010 +0100

    - drop upstream missing includes patch
    - update to 2.4.0beta3

 .gitignore            |    1 +
 missing-include.patch |   12 ------------
 qbittorrent.spec      |   14 +++++++++-----
 sources               |    2 +-
 4 files changed, 11 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6e801f..a80f069 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 qbittorrent-2.3.0.tar.gz
 qbittorrent-2.4.0beta1.tar.gz
 /qbittorrent-2.4.0beta2.tar.gz
+/qbittorrent-2.4.0beta3.tar.gz
diff --git a/qbittorrent.spec b/qbittorrent.spec
index 12b69d3..ad2841c 100644
--- a/qbittorrent.spec
+++ b/qbittorrent.spec
@@ -3,7 +3,7 @@
 Name:    qbittorrent
 Summary: A Bittorrent Client 
 Version: 2.4.0
-Release: 0.2.beta2%{?dist}
+Release: 0.3.beta3%{?dist}
 Epoch:   1
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
@@ -12,13 +12,13 @@ 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.sourceforge.net/project/qbittorrent/qbittorrent-unstable/%{name}-%{version}beta2.tar.gz
+Source0: http://downloads.sourceforge.net/project/qbittorrent/qbittorrent-unstable/%{name}-%{version}beta3.tar.gz
 Source1: qbittorrent-nox.README
 Patch0:  disable_extra_debug.patch
 Patch1:  qt_deprecated.patch
 
 # Upstream patches
-Patch2:  missing-include.patch
+
 
 URL: http://sourceforge.net/projects/qbittorrent
 Group: Applications/Internet
@@ -51,11 +51,11 @@ 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 -n %{name}-%{version}beta2
+%setup -q -n %{name}-%{version}beta3
 #%patch0 -p1 -b .disable_extra_debug
 %patch1 -p1 -b .qt_deprecated
 # Upstream patches
-%patch2 -p1 -b .missing-include
+
 
 cp -p %{SOURCE1} .
 
@@ -129,6 +129,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Aug 20 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.4.0-0.3.beta3
+- drop upstream missing includes patch
+- update to 2.4.0beta3
+
 * Thu Aug 19 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.4.0-0.2.beta2
 - add upstream missing includes patch
 - update to 2.4.0beta2
diff --git a/sources b/sources
index f432d5b..0b4d916 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df9019b234ae81c6e430abe6c776b238  qbittorrent-2.4.0beta2.tar.gz
+59cebbbe59bd0ebdff28983444fcb0e8  qbittorrent-2.4.0beta3.tar.gz


More information about the scm-commits mailing list