rpms/qbittorrent/devel gcc.patch, 1.11, 1.12 qbittorrent.spec, 1.72, 1.73 sources, 1.43, 1.44 HTTP_digest_mode_Web_UI_authentication.patch, 1.1, NONE filters_height_fix.patch, 1.2, NONE

Leigh Scott leigh123linux at fedoraproject.org
Mon Jan 18 19:23:14 UTC 2010


Author: leigh123linux

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

Modified Files:
	gcc.patch qbittorrent.spec sources 
Removed Files:
	HTTP_digest_mode_Web_UI_authentication.patch 
	filters_height_fix.patch 
Log Message:
* Mon Jan 18 2010 leigh scott <leigh123linux at googlemail.com> - 2.1.0-1
- update to 2.1.0


gcc.patch:
 src.pro |    1 +
 1 file changed, 1 insertion(+)

Index: gcc.patch
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/gcc.patch,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- gcc.patch	14 Jan 2010 22:17:49 -0000	1.11
+++ gcc.patch	18 Jan 2010 19:23:14 -0000	1.12
@@ -7,6 +7,6 @@ diff -up qbittorrent-2.0.2/src/src.pro.n
  
 +QMAKE_CXXFLAGS_RELEASE += -fno-var-tracking-assignments
  # Update this VERSION for each release
- DEFINES += VERSION=\\\"v2.1.0rc7\\\"
+ DEFINES += VERSION=\\\"v2.1.0\\\"
  DEFINES += VERSION_MAJOR=2
 


Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -r1.72 -r1.73
--- qbittorrent.spec	17 Jan 2010 21:40:12 -0000	1.72
+++ qbittorrent.spec	18 Jan 2010 19:23:14 -0000	1.73
@@ -3,24 +3,20 @@
 Name:    qbittorrent
 Summary: A Bittorrent Client 
 Version: 2.1.0
-Release: 0.13.rc7%{?dist}
+Release: 1%{?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
 # 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.gz
-Source0: http://downloads.sf.net/qbittorrent/files/qbittorrent-unstable/%{name}-%{version}rc7.tar.gz
+Source0: http://downloads.sf.net/qbittorrent/%{name}-%{version}.tar.gz
+#Source0: http://downloads.sf.net/qbittorrent/files/qbittorrent-unstable/%{name}-%{version}rc7.tar.gz
 # https://bugzilla.redhat.com/show_bug.cgi?id=548491
 Patch1:  gcc.patch
 
 # Upstream patches
 
-# svn commit 3386 
-# Use HTTP digest mode for Web UI authentication (instead of Basic)
-Patch2:  HTTP_digest_mode_Web_UI_authentication.patch
-Patch3:  filters_height_fix.patch
 
 URL: http://sourceforge.net/projects/qbittorrent
 Group: Applications/Internet
@@ -49,10 +45,8 @@ A Headless Bittorrent client using rb_li
 It aims to be as fast as possible and to provide multi-OS, unicode support.
 
 %prep
-%setup -q -n %{name}-%{version}rc7
+%setup -q
 %patch1 -p1 -b .gcc
-%patch2 -p1 -b .HTTP_digest_mode_Web_UI_authentication
-%patch3 -p1 -b .filters_height_fix
 
 %build
 # use ./configure instead of %%configure as it doesn't work
@@ -114,6 +108,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Mon Jan 18 2010 leigh scott <leigh123linux at googlemail.com> - 2.1.0-1
+- update to 2.1.0
+
 * Sun Jan 17 2010 leigh scott <leigh123linux at googlemail.com> - 2.1.0-0.13.rc7
 - add patch to fix height of the status filters list
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/sources,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- sources	14 Jan 2010 22:17:49 -0000	1.43
+++ sources	18 Jan 2010 19:23:14 -0000	1.44
@@ -1 +1 @@
-1d15f83968e6d687160776dd51fca267  qbittorrent-2.1.0rc7.tar.gz
+ff7858d194cfb682267843f48a764947  qbittorrent-2.1.0.tar.gz


--- HTTP_digest_mode_Web_UI_authentication.patch DELETED ---


--- filters_height_fix.patch DELETED ---



More information about the scm-commits mailing list