From ec9b550c821afc205a440d86031c2208a863b33a Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Tue, 22 Feb 2011 00:17:47 +0000 Subject: set minimum dependency versions in RPM spec and configure.ac. gtk 2.16, glib 2.22 (for GResolver), json-glib 0.8. --- redhat/transmission-remote-gtk.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'redhat/transmission-remote-gtk.spec') diff --git a/redhat/transmission-remote-gtk.spec b/redhat/transmission-remote-gtk.spec index 8dd99e9..178951e 100644 --- a/redhat/transmission-remote-gtk.spec +++ b/redhat/transmission-remote-gtk.spec @@ -9,12 +9,12 @@ URL: http://code.google.com/p/transmission-remote-gtk/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: gtk2 -Requires: glib2 +Requires: gtk2 >= 2.16 +Requires: glib2 >= 2.22 Requires: unique Requires: GConf2 Requires: libnotify -Requires: json-glib +Requires: json-glib >= 0.8 Requires: libcurl BuildRequires: gtk2-devel @@ -89,6 +89,19 @@ fi %{_datadir}/icons/hicolor/48x48/apps/transmission-remote-gtk.png %changelog +* Mon Feb 21 2011 Alan Fitton - 0.2.1 +- Fix crash in update-blocklist/port-test callbacks. +- Menu bar mnemonics. + +* Sat Feb 19 2011 Alan Fitton - 0.2 +- SSL support. +- Statistics dialog. +- Fix for setting low priority files. +- Port testing. +- Blocklist settings and updates. +- Torrent reannounce. +- Tracker add/edit/delete. + * Mon Feb 07 2011 Alan Fitton - 0.1.1 - Squash a couple of nasty first release bugs. -- cgit v1.2.3