diff --git a/.gitignore b/.gitignore index b3af1a0..b7091f5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ transmission-2.04.tar.xz /transmission-2.30b3.tar.xz /transmission-2.31.tar.xz /transmission-2.32.tar.xz +/transmission-2.33.tar.xz diff --git a/sources b/sources index 6ae6863..9d077ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3bee42edcf1f9a7daad6ec3bff83ad5 transmission-2.32.tar.xz +76df2b002e9e243f2e4607b40c019974 transmission-2.33.tar.xz diff --git a/transmission.spec b/transmission.spec index 47370ad..6d58d87 100644 --- a/transmission.spec +++ b/transmission.spec @@ -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: dbus-glib-devel >= 0.70 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 @@ mv NEWS.new NEWS %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 @@ update-desktop-database > /dev/null 2>&1 || : %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 dependency + * Tue Jul 05 2011 Rahul Sundaram - 2.32-1 - Upstream 2.32 release - https://trac.transmissionbt.com/wiki/Changes#version-2.32