From 2d4f1791493b880a96c25f9b71c6026647bf237a Mon Sep 17 00:00:00 2001 From: Peter Gordon Date: Jun 18 2009 06:18:46 +0000 Subject: Update to 1.1.9 --- diff --git a/.cvsignore b/.cvsignore index 653cd3c..a574743 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -deluge-1.1.8.tar.bz2 +deluge-1.1.9.tar.bz2 diff --git a/deluge.spec b/deluge.spec index 8d63c57..dd4f1bf 100644 --- a/deluge.spec +++ b/deluge.spec @@ -1,12 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -## Since we're using a system copy of rb_libtorrent, we need to ensure that it -## is a very recent version for proper API matching. -%define min_rblibtorrent_ver 0.14.3 - Name: deluge -Version: 1.1.8 +Version: 1.1.9 Release: 1%{?dist} Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX Group: Applications/Internet @@ -150,6 +146,12 @@ fi %changelog +* Wed Jun 17 2009 Peter Gordon - 1.1.9-1 +- Update to new upstream bug-fix release (1.1.9). +- Do not hard-code minimum rb_libtorrent version. (We're only building against + the system rb_libtorrent for Fedora 11+, which already has the necessary + version.) + * Wed May 27 2009 Peter Gordon - 1.1.8-1 - Update to new upstream release (1.1.8) for bug-fixes and some translation updates. Adds dependency on chardet for fixing lots of bugs with torrents diff --git a/sources b/sources index 7d92226..f4427b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -191a5b14fe8e63e99bc934669a0b3aa7 deluge-1.1.8.tar.bz2 +38b9dbf255ed9620760d546dbb757882 deluge-1.1.9.tar.bz2