rpms/qbittorrent/devel qbittorrent.spec,1.79,1.80

Leigh Scott leigh123linux at fedoraproject.org
Mon Jan 25 21:37:44 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv783

Modified Files:
	qbittorrent.spec 
Log Message:
* Mon Jan 25 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.2.0-0.3.beta1
- add patch to Fix alternative upload speed limit overwriting



Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -p -r1.79 -r1.80
--- qbittorrent.spec	24 Jan 2010 20:19:23 -0000	1.79
+++ qbittorrent.spec	25 Jan 2010 21:37:44 -0000	1.80
@@ -3,7 +3,7 @@
 Name:    qbittorrent
 Summary: A Bittorrent Client 
 Version: 2.2.0
-Release: 0.2.beta1%{?dist}
+Release: 0.3.beta1%{?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
@@ -16,6 +16,7 @@ Source1: qbittorrent-nox.README
 Patch0:  disable_extra_debug.patch
 
 # Upstream patches
+Patch1:  preferences.h.patch
 
 
 URL: http://sourceforge.net/projects/qbittorrent
@@ -47,6 +48,8 @@ It aims to be as fast as possible and to
 %prep
 %setup -q -n %{name}-%{version}beta1
 %patch0 -p1 -b .disable_extra_debug
+# Upstream patches
+%patch1 -p1 -b .preferences.h
 cp -p %{SOURCE1} .
 
 %build
@@ -119,6 +122,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Mon Jan 25 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.2.0-0.3.beta1
+- add patch to Fix alternative upload speed limit overwriting
+
 * Sun Jan 24 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.2.0-0.2.beta1
 - add patch to disable extra debugging (corrects build flags)
 



More information about the scm-commits mailing list