Upstream 2.33 release

epel9
Raghu Udiyar 14 years ago
parent 493359a399
commit 456a8f88d1

1
.gitignore vendored

@ -9,3 +9,4 @@ transmission-2.04.tar.xz
/transmission-2.30b3.tar.xz /transmission-2.30b3.tar.xz
/transmission-2.31.tar.xz /transmission-2.31.tar.xz
/transmission-2.32.tar.xz /transmission-2.32.tar.xz
/transmission-2.33.tar.xz

@ -1 +1 @@
f3bee42edcf1f9a7daad6ec3bff83ad5 transmission-2.32.tar.xz 76df2b002e9e243f2e4607b40c019974 transmission-2.33.tar.xz

@ -1,12 +1,12 @@
Name: transmission Name: transmission
Version: 2.32 Version: 2.33
Release: 1%{?dist} Release: 1%{?dist}
Summary: A lightweight GTK+ BitTorrent client Summary: A lightweight GTK+ BitTorrent client
Group: Applications/Internet Group: Applications/Internet
# See COPYING. This licensing situation is... special. # See COPYING. This licensing situation is... special.
License: MIT and GPLv2 License: MIT and GPLv2
URL: http://www.transmissionbt.com/ URL: http://www.transmissionbt.com
Source0: http://download.transmissionbt.com/files/transmission-%{version}.tar.xz Source0: http://download.transmissionbt.com/files/transmission-%{version}.tar.xz
# This is intended to be merged by upstream post 1.80 release # This is intended to be merged by upstream post 1.80 release
Source1: transmission-qt.desktop Source1: transmission-qt.desktop
@ -24,7 +24,6 @@ BuildRequires: dbus-glib-devel >= 0.70
BuildRequires: libevent-devel >= 1.4.5 BuildRequires: libevent-devel >= 1.4.5
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: gettext intltool BuildRequires: gettext intltool
BuildRequires: GConf2-devel
BuildRequires: qt4-devel BuildRequires: qt4-devel
# this modification applies to the Qt qtr.pro file # this modification applies to the Qt qtr.pro file
Patch1: fix-optflags.patch Patch1: fix-optflags.patch
@ -103,7 +102,7 @@ mv NEWS.new NEWS
%build %build
%configure --disable-static --enable-gtk --enable-utp --enable-libcanberra --enable-libnotify --enable-daemon \ %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} make %{?_smp_mflags}
pushd qt pushd qt
@ -208,6 +207,10 @@ update-desktop-database > /dev/null 2>&1 || :
%doc %{_mandir}/man1/transmission-qt.* %doc %{_mandir}/man1/transmission-qt.*
%changelog %changelog
* Thu Jul 21 2011 Raghu Udiyar <raghusiddarth@gmail.com> - 2.33-1
- https://trac.transmissionbt.com/wiki/Changes#version-2.33
- Remove deprecated gconf2 dependency
* Tue Jul 05 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.32-1 * Tue Jul 05 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.32-1
- Upstream 2.32 release - Upstream 2.32 release
- https://trac.transmissionbt.com/wiki/Changes#version-2.32 - https://trac.transmissionbt.com/wiki/Changes#version-2.32

Loading…
Cancel
Save