rpms/qbittorrent/devel gcc.patch, NONE, 1.1 .cvsignore, 1.32, 1.33 qbittorrent.spec, 1.58, 1.59 sources, 1.33, 1.34

Leigh Scott leigh123linux at fedoraproject.org
Fri Dec 18 16:19:42 UTC 2009


Author: leigh123linux

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

Modified Files:
	.cvsignore qbittorrent.spec sources 
Added Files:
	gcc.patch 
Log Message:
* 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


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

--- NEW FILE gcc.patch ---
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
@@ -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_MAJOR=2




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- .cvsignore	10 Dec 2009 19:56:13 -0000	1.32
+++ .cvsignore	18 Dec 2009 16:19:42 -0000	1.33
@@ -1 +1 @@
-qbittorrent-2.0.0.tar.gz
+qbittorrent-2.0.2.tar.gz


Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- qbittorrent.spec	15 Dec 2009 13:58:03 -0000	1.58
+++ qbittorrent.spec	18 Dec 2009 16:19:42 -0000	1.59
@@ -2,7 +2,7 @@
 
 Name:    qbittorrent
 Summary: A Bittorrent Client 
-Version: 2.0.1
+Version: 2.0.2
 Release: 1%{?dist}
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
@@ -11,6 +11,8 @@ 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
+# https://bugzilla.redhat.com/show_bug.cgi?id=548491
+Patch1:  gcc.patch
 
 URL: http://sourceforge.net/projects/qbittorrent
 Group: Applications/Internet
@@ -32,6 +34,7 @@ It aims to be as fast as possible and to
 
 %prep
 %setup -q
+%patch1 -p1 -b .gcc
 
 %build
 # use ./configure instead of %%configure as it doesn't work
@@ -73,6 +76,10 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/icons/hicolor/*/apps/qbittorrent.png
 
 %changelog
+* 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
+
 * Mon Dec 14 2009 Leigh Scott <leigh123linux at googlemail.com> - 2.0.1-1
 - update to 2.0.1
 - clean up spec file


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- sources	15 Dec 2009 13:58:03 -0000	1.33
+++ sources	18 Dec 2009 16:19:42 -0000	1.34
@@ -1 +1 @@
-2072e200ba861035c874ff1c8392809b  qbittorrent-2.0.1.tar.gz
+94dfa2a217ea3b0829e2366558246563  qbittorrent-2.0.2.tar.gz




More information about the scm-commits mailing list