rpms/qbittorrent/devel .cvsignore, 1.63, 1.64 qbittorrent.spec, 1.111, 1.112 sources, 1.66, 1.67

Leigh Scott leigh123linux at fedoraproject.org
Wed Jul 21 12:57:35 UTC 2010


Author: leigh123linux

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

Modified Files:
	.cvsignore qbittorrent.spec sources 
Log Message:
* Wed Jul 21 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-0.5.rc6
- update to 2.3.0rc6
- drop Br gtk3-devel
- add Br qtsingleapplication-devel
- use system qtsingleapplication



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/.cvsignore,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- .cvsignore	19 Jul 2010 19:03:32 -0000	1.63
+++ .cvsignore	21 Jul 2010 12:57:35 -0000	1.64
@@ -1 +1 @@
-qbittorrent-2.3.0rc5.tar.gz
+qbittorrent-2.3.0rc6.tar.gz


Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -p -r1.111 -r1.112
--- qbittorrent.spec	20 Jul 2010 17:59:23 -0000	1.111
+++ qbittorrent.spec	21 Jul 2010 12:57:35 -0000	1.112
@@ -3,7 +3,7 @@
 Name:    qbittorrent
 Summary: A Bittorrent Client 
 Version: 2.3.0
-Release: 0.4.rc5%{?dist}
+Release: 0.5.rc6%{?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
@@ -11,11 +11,10 @@ Release: 0.4.rc5%{?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
-Source0: http://downloads.sourceforge.net/project/qbittorrent/qbittorrent-unstable/%{name}-%{version}rc5.tar.gz
+Source0: http://downloads.sourceforge.net/project/qbittorrent/qbittorrent-unstable/%{name}-%{version}rc6.tar.gz
 Source1: qbittorrent-nox.README
 Patch0:  disable_extra_debug.patch
 Patch1:  qt_deprecated.patch
-Patch2:  gtk-include.patch
 
 # Upstream patches
 
@@ -31,7 +30,7 @@ BuildRequires: rb_libtorrent-devel >= 0.
 BuildRequires: glib2-devel
 BuildRequires: libnotify-devel
 BuildRequires: GeoIP-devel
-BuildRequires: gtk3-devel
+BuildRequires: qtsingleapplication-devel
 
 
 %{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
@@ -49,11 +48,10 @@ A Headless Bittorrent client using rb_li
 It aims to be as fast as possible and to provide multi-OS, unicode support.
 
 %prep
-%setup -q -n %{name}-%{version}rc5
+%setup -q -n %{name}-%{version}rc6
 #%patch0 -p1 -b .disable_extra_debug
 %patch1 -p1 -b .qt_deprecated
 # Upstream patches
-%patch2 -p0 -b .gtk-include
 
 cp -p %{SOURCE1} .
 
@@ -62,7 +60,7 @@ cp -p %{SOURCE1} .
 # configure and make headless first
 mkdir -p build-nox
 cd build-nox
-../configure --prefix=%{_prefix} --disable-gui
+../configure --prefix=%{_prefix} --disable-gui --with-qtsingleapplication=system
 cp conf.pri ..
 make %{?_smp_mflags}
 mv -f ../conf.pri ../conf.pri.nox
@@ -70,7 +68,7 @@ mv -f ../conf.pri ../conf.pri.nox
 cd ..
 mkdir -p build-gui
 cd build-gui
-../configure --prefix=%{_prefix}
+../configure --prefix=%{_prefix}  --with-qtsingleapplication=system
 cp conf.pri ..
 make %{?_smp_mflags}
 mv -f ../conf.pri ../conf.pri.gui
@@ -127,6 +125,12 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Wed Jul 21 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-0.5.rc6
+- update to 2.3.0rc6
+- drop Br gtk3-devel
+- add Br qtsingleapplication-devel
+- use system qtsingleapplication
+
 * Mon Jul 19 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-0.4.rc5
 - update to 2.3.0rc5
 - add patch to fix libnotify gtk problem


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/sources,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- sources	19 Jul 2010 19:03:32 -0000	1.66
+++ sources	21 Jul 2010 12:57:35 -0000	1.67
@@ -1 +1 @@
-217633c2f2ef0f92febe823c6f709b0c  qbittorrent-2.3.0rc5.tar.gz
+d1032540464e69be9c652f831cb11e23  qbittorrent-2.3.0rc6.tar.gz



More information about the scm-commits mailing list