rpms/qbittorrent/F-12 qbittorrent.spec, 1.75, 1.76 sources, 1.44, 1.45 qbittorrent_flag.patch, 1.5, NONE

Leigh Scott leigh123linux at fedoraproject.org
Sun Jun 13 12:33:57 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30641

Modified Files:
	qbittorrent.spec sources 
Removed Files:
	qbittorrent_flag.patch 
Log Message:
* Sun Jun 13 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.2.9-1
- update to 2.2.9



Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/F-12/qbittorrent.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -p -r1.75 -r1.76
--- qbittorrent.spec	24 May 2010 20:11:31 -0000	1.75
+++ qbittorrent.spec	13 Jun 2010 12:33:56 -0000	1.76
@@ -1,8 +1,8 @@
-#define svn_rev 2578
+#define svn_rev 3058
 
 Name:    qbittorrent
 Summary: A Bittorrent Client 
-Version: 2.2.8
+Version: 2.2.9
 Release: 1%{?dist}
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
@@ -11,14 +11,18 @@ Release: 1%{?dist}
 # 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
 Source1: qbittorrent-nox.README
+Patch0:  disable_extra_debug.patch
+
+# Upstream patches
 
 
 URL: http://sourceforge.net/projects/qbittorrent
 Group: Applications/Internet
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 License: GPLv2+
-BuildRequires: qt-devel >= 4.4.1   
+BuildRequires: qt4-devel
 BuildRequires: desktop-file-utils
 BuildRequires: boost-devel
 BuildRequires: asio-devel
@@ -27,6 +31,7 @@ BuildRequires: glib2-devel
 BuildRequires: libnotify-devel
 BuildRequires: GeoIP-devel
 
+
 %{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
 
 %description
@@ -43,6 +48,10 @@ It aims to be as fast as possible and to
 
 %prep
 %setup -q
+#%patch0 -p1 -b .disable_extra_debug
+# Upstream patches
+
+
 cp -p %{SOURCE1} .
 
 %build
@@ -76,6 +85,7 @@ mv -f conf.pri.gui conf.pri
 cd build-gui
 make INSTALL_ROOT=$RPM_BUILD_ROOT install
 
+
 desktop-file-install \
   --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \
   --delete-original \
@@ -114,6 +124,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Sun Jun 13 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.2.9-1
+- update to 2.2.9
+
 * Mon May 24 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.2.8-1
 - update to 2.2.8
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/F-12/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- sources	24 May 2010 20:11:31 -0000	1.44
+++ sources	13 Jun 2010 12:33:57 -0000	1.45
@@ -1 +1 @@
-4df0fb0cc016cb2e3c9cb6798c575ff5  qbittorrent-2.2.8.tar.gz
+f855b39ce8edf692f5e575394e441174  qbittorrent-2.2.9.tar.gz


--- qbittorrent_flag.patch DELETED ---



More information about the scm-commits mailing list