rpms/qbittorrent/devel qbittorrent.spec,1.106,1.107

Leigh Scott leigh123linux at fedoraproject.org
Thu Jul 8 19:20:13 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19797

Modified Files:
	qbittorrent.spec 
Log Message:
* Tue Jun 22 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-0.3.rc2
- update to 2.3.0rc2
- add Br gtk2-devel
- fix qt deprecated warning



Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -p -r1.106 -r1.107
--- qbittorrent.spec	8 Jul 2010 18:43:10 -0000	1.106
+++ qbittorrent.spec	8 Jul 2010 19:20:12 -0000	1.107
@@ -14,6 +14,7 @@ Release: 0.3.rc2%{?dist}
 Source0: http://downloads.sourceforge.net/project/qbittorrent/qbittorrent-unstable/%{name}-%{version}rc2.tar.gz
 Source1: qbittorrent-nox.README
 Patch0:  disable_extra_debug.patch
+Patch1:  qt_deprecated.patch
 
 # Upstream patches
 
@@ -29,6 +30,7 @@ BuildRequires: rb_libtorrent-devel >= 0.
 BuildRequires: glib2-devel
 BuildRequires: libnotify-devel
 BuildRequires: GeoIP-devel
+BuildRequires: gtk2-devel
 
 
 %{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
@@ -48,6 +50,7 @@ It aims to be as fast as possible and to
 %prep
 %setup -q -n %{name}-%{version}rc2
 #%patch0 -p1 -b .disable_extra_debug
+%patch1 -p1 -b .qt_deprecated
 # Upstream patches
 
 cp -p %{SOURCE1} .
@@ -124,6 +127,8 @@ gtk-update-icon-cache %{_datadir}/icons/
 %changelog
 * Tue Jun 22 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-0.3.rc2
 - update to 2.3.0rc2
+- add Br gtk2-devel
+- fix qt deprecated warning
 
 * Sun Jun 13 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-0.2.beta2
 - update to 2.3.0beta2



More information about the scm-commits mailing list