rpms/transmission/devel transmission.spec,1.62,1.63

Rex Dieter rdieter at fedoraproject.org
Sun Feb 21 21:18:35 UTC 2010


Author: rdieter

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

Modified Files:
	transmission.spec 
Log Message:
* Sun Feb 21 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.90-2
- BR: qt4-devel
- -qt: Requires: qt4 >= %_qt4_version



Index: transmission.spec
===================================================================
RCS file: /cvs/pkgs/rpms/transmission/devel/transmission.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- transmission.spec	16 Feb 2010 19:29:58 -0000	1.62
+++ transmission.spec	21 Feb 2010 21:18:35 -0000	1.63
@@ -1,6 +1,6 @@
 Name:           transmission
 Version:        1.90
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
 Group:          Applications/Internet
@@ -25,7 +25,7 @@ BuildRequires:  libevent-devel >= 1.4.5
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext intltool
 BuildRequires:  GConf2-devel
-BuildRequires:  qt-devel
+BuildRequires:  qt4-devel
 # this modification applies to the Qt qtr.pro file
 Patch1:         use-system-libevent-fix-optflags-patch
 Requires: transmission-cli
@@ -78,6 +78,7 @@ GTK graphical interface of Transmission 
 Summary:       Transmission Qt interface
 Group:         Applications/Internet
 Requires:      transmission-common
+%{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
 %description qt
 Qt graphical interface of Transmission BitTorrent client.
 
@@ -184,6 +185,10 @@ update-desktop-database > /dev/null 2>&1
 %{_datadir}/applications/qtr.desktop
 
 %changelog
+* Sun Feb 21 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.90-2
+- BR: qt4-devel
+- -qt: Requires: qt4 >= %%_qt4_version
+
 * Wed Feb 17 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 1.90-1
 - http://trac.transmissionbt.com/browser/trunk/NEWS#L1
 - Fix initscript to use the config file properly



More information about the scm-commits mailing list