--- transmission.spec.orig 2011-07-21 18:12:17.476661411 +0530 +++ transmission.spec 2011-07-21 18:13:03.692663087 +0530 @@ -1,12 +1,12 @@ Name: transmission -Version: 2.32 +Version: 2.33 Release: 1%{?dist} Summary: A lightweight GTK+ BitTorrent client Group: Applications/Internet # See COPYING. This licensing situation is... special. License: MIT and GPLv2 -URL: http://www.transmissionbt.com/ +URL: http://www.transmissionbt.com Source0: http://download.transmissionbt.com/files/transmission-%{version}.tar.xz # This is intended to be merged by upstream post 1.80 release Source1: transmission-qt.desktop @@ -24,7 +24,6 @@ BuildRequires: libevent-devel >= 1.4.5 BuildRequires: desktop-file-utils BuildRequires: gettext intltool -BuildRequires: GConf2-devel BuildRequires: qt4-devel # this modification applies to the Qt qtr.pro file Patch1: fix-optflags.patch @@ -103,7 +102,7 @@ %build %configure --disable-static --enable-gtk --enable-utp --enable-libcanberra --enable-libnotify --enable-daemon \ - --enable-gconf2 --enable-nls --enable-cli --enable-daemon --with-gnu-ld --with-inotify + --enable-nls --enable-cli --enable-daemon --with-gnu-ld --with-inotify make %{?_smp_mflags} pushd qt @@ -208,6 +207,10 @@ %doc %{_mandir}/man1/transmission-qt.* %changelog +* Thu Jul 21 2011 Raghu Udiyar - 2.33-1 +- https://trac.transmissionbt.com/wiki/Changes#version-2.33 +- Remove deprecated gconf2 dependencies + * Tue Jul 05 2011 Rahul Sundaram - 2.32-1 - Upstream 2.32 release - https://trac.transmissionbt.com/wiki/Changes#version-2.32