rpms/qbittorrent/devel .cvsignore, 1.33, 1.34 gcc.patch, 1.1, 1.2 qbittorrent.spec, 1.59, 1.60 sources, 1.34, 1.35

Leigh Scott leigh123linux at fedoraproject.org
Sun Dec 20 13:55:07 UTC 2009


Author: leigh123linux

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

Modified Files:
	.cvsignore gcc.patch qbittorrent.spec sources 
Log Message:
* Sun Dec 20 2009 Leigh Scott <leigh123linux at googlemail.com> - 2.1.0-0.1.beta1
- update to 2.1.0beta1
- disable extra debugging to gcc patch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/.cvsignore,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- .cvsignore	18 Dec 2009 16:19:42 -0000	1.33
+++ .cvsignore	20 Dec 2009 13:55:06 -0000	1.34
@@ -1 +1 @@
-qbittorrent-2.0.2.tar.gz
+qbittorrent-2.1.0beta1.tar.gz

gcc.patch:
 src.pro |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: gcc.patch
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/gcc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gcc.patch	18 Dec 2009 16:19:42 -0000	1.1
+++ gcc.patch	20 Dec 2009 13:55:06 -0000	1.2
@@ -1,13 +1,21 @@
 diff -up qbittorrent-2.0.2/src/src.pro.no_var_tracking qbittorrent-2.0.1/src/src.pro
 --- qbittorrent-2.0.2/src/src.pro.no_var_tracking       2009-12-12 16:57:56.000000000 -0600
 +++ qbittorrent-2.0.2/src/src.pro       2009-12-17 09:16:48.422765515 -0600
+@@ -3,7 +3,7 @@ LANG_PATH = lang
+ ICONS_PATH = Icons
+ 
+ # Set the following variable to 1 to enable debug
+-DEBUG_MODE = 1
++DEBUG_MODE = 0
+ 
+ # Global
+ TEMPLATE = app
 @@ -11,6 +11,7 @@ TARGET = qbittorrent
  CONFIG += qt \
      thread
  
 +QMAKE_CXXFLAGS_RELEASE += -fno-var-tracking-assignments
  # Update this VERSION for each release
- DEFINES += VERSION=\\\"v2.0.2\\\"
+ DEFINES += VERSION=\\\"v2.1.0beta1\\\"
  DEFINES += VERSION_MAJOR=2
 
-


Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- qbittorrent.spec	18 Dec 2009 16:19:42 -0000	1.59
+++ qbittorrent.spec	20 Dec 2009 13:55:06 -0000	1.60
@@ -2,15 +2,16 @@
 
 Name:    qbittorrent
 Summary: A Bittorrent Client 
-Version: 2.0.2
-Release: 1%{?dist}
+Version: 2.1.0
+Release: 0.1.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
 # 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/%{name}-%{version}.tar.gz
+Source0: http://downloads.sf.net/qbittorrent/files/qbittorrent-unstable/%{name}-%{version}beta1.tar.gz
 # https://bugzilla.redhat.com/show_bug.cgi?id=548491
 Patch1:  gcc.patch
 
@@ -33,7 +34,7 @@ A Bittorrent client using rb_libtorrent 
 It aims to be as fast as possible and to provide multi-OS, unicode support.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}beta1
 %patch1 -p1 -b .gcc
 
 %build
@@ -76,6 +77,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/icons/hicolor/*/apps/qbittorrent.png
 
 %changelog
+* Sun Dec 20 2009 Leigh Scott <leigh123linux at googlemail.com> - 2.1.0-0.1.beta1
+- update to 2.1.0beta1
+- disable extra debugging to gcc patch
+
 * Fri Dec 18 2009 Leigh Scott <leigh123linux at googlemail.com> - 2.0.2-1
 - update to 2.0.2
 - add gcc patch to fix #548491


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- sources	18 Dec 2009 16:19:42 -0000	1.34
+++ sources	20 Dec 2009 13:55:06 -0000	1.35
@@ -1 +1 @@
-94dfa2a217ea3b0829e2366558246563  qbittorrent-2.0.2.tar.gz
+72d7efc5fd38aea6faee9a8d11ee0131  qbittorrent-2.1.0beta1.tar.gz




More information about the fedora-extras-commits mailing list