rpms/qbittorrent/devel qbittorrent.spec,1.1,1.2

Leigh Scott leigh123linux at fedoraproject.org
Mon Feb 23 10:19:40 UTC 2009


Author: leigh123linux

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

Modified Files:
	qbittorrent.spec 
Log Message:
* Mon Feb 23 2009  Leigh Scott <leigh123linux at googlemail.com> - 1.3.1-8
- Add patch to fix qt build error (Thanks for the fix Rex)



Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qbittorrent.spec	10 Feb 2009 22:52:11 -0000	1.1
+++ qbittorrent.spec	23 Feb 2009 10:19:09 -0000	1.2
@@ -1,9 +1,11 @@
 Name:    qbittorrent
 Summary: A Bittorrent Client 
 Version: 1.3.1
-Release: 7%{dist}
+Release: 8%{dist}
 Source0: http://downloads.sf.net/qbittorrent/qbittorrent-1.3.1.tar.gz
 Patch0:  qbittorrent_flag.patch
+# qt-4.5-rc1: qhostaddress.h qpair-related issue Bug 485677
+Patch1:  qhostaddress.h.patch
 URL: http://sourceforge.net/projects/qbittorrent
 Group: Applications/Internet
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -23,8 +25,8 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b qbittorrent_flag
-
+%patch0 -p1 -b .qbittorrent_flag
+%patch1 -p1 -b .qhostaddress.h
 
 %build
 # use ./configure instead of %%configure as it doesn't work
@@ -76,6 +78,9 @@
 
 
 %changelog
+* Mon Feb 23 2009  Leigh Scott <leigh123linux at googlemail.com> - 1.3.1-8
+- Add patch to fix qt build error (Thanks for the fix Rex)
+
 * Mon Feb 9 2009  Leigh Scott <leigh123linux at googlemail.com> - 1.3.1-7
 - add patch to remove flags from menu to conform to Fedora 
 - packaging guidelines.




More information about the scm-commits mailing list