From ca7ad0c5efa8b1e0f07fbcc9a7ff4bb98913bb31 Mon Sep 17 00:00:00 2001 From: Peter Gordon Date: Sep 07 2008 19:51:03 +0000 Subject: Upgrade to 1.0.0 RC8 --- diff --git a/.cvsignore b/.cvsignore index 01055aa..a2f635b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -deluge-0.9.07.tar.bz2 +deluge-0.9.08.tar.bz2 diff --git a/deluge.spec b/deluge.spec index b0a90db..97ea1a8 100644 --- a/deluge.spec +++ b/deluge.spec @@ -2,7 +2,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: deluge -Version: 0.9.07 +Version: 0.9.08 Release: 1%{?dist} Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX Group: Applications/Internet @@ -70,9 +70,6 @@ even from behind a router with virtually zero configuration of port-forwarding. ## this time. CFLAGS="%{optflags}" %{__python} setup.py build -## Finally, make the state_upgrade script executable... -chmod a+x deluge/scripts/state_upgrade.py - %install rm -rf %{buildroot} @@ -92,8 +89,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc ChangeLog deluge/scripts/state_upgrade.py deluge/ui/webui/LICENSE -%doc deluge/ui/webui/TODO +%doc deluge/ui/webui/LICENSE deluge/ui/webui/TODO %{python_sitearch}/%{name}/ %{python_sitearch}/%{name}-%{version}-py2.5.egg-info %{_bindir}/%{name} @@ -121,7 +117,13 @@ fi %changelog -* Wed Aug 13 2008 Peter Gordon - 0.9.06-1 +* Sun Sep 07 2008 Peter Gordon - 0.9.08-1 +- Update to new upstream release candidate (1.0.0 RC8) +- Drop state_upgrade script from the documentation. (This is now handled + automatically.) +- Fix version in previous %%changelog entry. + +* Wed Aug 13 2008 Peter Gordon - 0.9.07-1 - Update to new upstream release candidate (1.0.0 RC7) - Drop desktop file icon name hack (fixed upstream). diff --git a/sources b/sources index 153c0f1..d2c1785 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df4ae706d6b3701541a82403538c25e7 deluge-0.9.07.tar.bz2 +747ef3ef80fa1138f0521ed5edc95184 deluge-0.9.08.tar.bz2