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

Leigh Scott leigh123linux at fedoraproject.org
Sun Jan 24 20:19:23 UTC 2010


Author: leigh123linux

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

Modified Files:
	qbittorrent.spec 
Log Message:
* 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)



Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -p -r1.78 -r1.79
--- qbittorrent.spec	24 Jan 2010 19:10:29 -0000	1.78
+++ qbittorrent.spec	24 Jan 2010 20:19:23 -0000	1.79
@@ -3,7 +3,7 @@
 Name:    qbittorrent
 Summary: A Bittorrent Client 
 Version: 2.2.0
-Release: 0.1.beta1%{?dist}
+Release: 0.2.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
@@ -13,7 +13,7 @@ Release: 0.1.beta1%{?dist}
 #Source0: http://downloads.sf.net/qbittorrent/%{name}-%{version}.tar.gz
 Source0: http://downloads.sf.net/qbittorrent/files/qbittorrent-unstable/%{name}-%{version}beta1.tar.gz
 Source1: qbittorrent-nox.README
-# https://bugzilla.redhat.com/show_bug.cgi?id=548491
+Patch0:  disable_extra_debug.patch
 
 # Upstream patches
 
@@ -46,6 +46,7 @@ It aims to be as fast as possible and to
 
 %prep
 %setup -q -n %{name}-%{version}beta1
+%patch0 -p1 -b .disable_extra_debug
 cp -p %{SOURCE1} .
 
 %build
@@ -118,6 +119,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* 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)
+
 * Sun Jan 24 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.2.0-0.1.beta1
 - update to 2.2.0beta1
 



More information about the scm-commits mailing list