summaryrefslogtreecommitdiff
path: root/redhat
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-22 00:17:47 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-22 00:17:47 +0000
commitec9b550c821afc205a440d86031c2208a863b33a (patch)
tree526824237c9a59c5b05ceb6e7156ff64d7ab4ea0 /redhat
parent231dabf485e58da57cc9519c7d919d3216b8ea42 (diff)
set minimum dependency versions in RPM spec and configure.ac. gtk 2.16, glib 2.22 (for GResolver), json-glib 0.8.
Diffstat (limited to 'redhat')
-rw-r--r--redhat/transmission-remote-gtk.spec19
1 files changed, 16 insertions, 3 deletions
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 <alan@eth0.org.uk> - 0.2.1
+- Fix crash in update-blocklist/port-test callbacks.
+- Menu bar mnemonics.
+
+* Sat Feb 19 2011 Alan Fitton <alan@eth0.org.uk> - 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 <alan@eth0.org.uk> - 0.1.1
- Squash a couple of nasty first release bugs.