rpms/qbittorrent/F-12 gcc.patch, NONE, 1.1 qbittorrent.spec, 1.43, 1.44 sources, 1.21, 1.22

Leigh Scott leigh123linux at fedoraproject.org
Fri Dec 18 16:23:27 UTC 2009


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26887

Modified Files:
	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: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/F-12/qbittorrent.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- qbittorrent.spec	14 Dec 2009 10:06:00 -0000	1.43
+++ qbittorrent.spec	18 Dec 2009 16:23:26 -0000	1.44
@@ -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
@@ -30,6 +32,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
@@ -71,6 +74,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/F-12/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	14 Dec 2009 10:06:00 -0000	1.21
+++ sources	18 Dec 2009 16:23:26 -0000	1.22
@@ -1 +1 @@
-2072e200ba861035c874ff1c8392809b  qbittorrent-2.0.1.tar.gz
+94dfa2a217ea3b0829e2366558246563  qbittorrent-2.0.2.tar.gz




More information about the fedora-extras-commits mailing list