From f7fb791db96cb8131473f60c5c9e5da558ea9449 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Dec 28 2007 17:08:24 +0000 Subject: - Update to new upstream release candidate (0.5.8 RC2) --- diff --git a/.cvsignore b/.cvsignore index 0f26557..cd5c26c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -deluge-0.5.7.95.tar.gz +deluge-0.5.7.98.tar.gz diff --git a/deluge-0.5.7.95-default-prefs-no-release-notifications.patch b/deluge-0.5.7.95-default-prefs-no-release-notifications.patch deleted file mode 100644 index e41b624..0000000 --- a/deluge-0.5.7.95-default-prefs-no-release-notifications.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- deluge-torrent-0.5.7.95/src/common.py.notify 2007-12-23 08:35:28.000000000 +0900 -+++ deluge-torrent-0.5.7.95/src/common.py 2007-12-24 21:37:02.000000000 +0900 -@@ -236,6 +236,7 @@ - Send_Info_Thread().start() - - def new_release_check(): -+ return True - import threading - class ReleaseThread(threading.Thread): - def __init__(self): diff --git a/deluge-0.5.7.98-no-release-notification.patch b/deluge-0.5.7.98-no-release-notification.patch new file mode 100644 index 0000000..37879d4 --- /dev/null +++ b/deluge-0.5.7.98-no-release-notification.patch @@ -0,0 +1,10 @@ +--- deluge-torrent-0.5.7.98/src/interface.py.notify 2007-12-26 02:39:31.000000000 +0900 ++++ deluge-torrent-0.5.7.98/src/interface.py 2007-12-29 01:05:36.000000000 +0900 +@@ -1065,6 +1065,7 @@ + self.manager.quit() + + def new_release_check(self): ++ return + import socket + import urllib2 + timeout = 5 diff --git a/deluge.spec b/deluge.spec index 779f028..fb7dfe0 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.5.7.95 +Version: 0.5.7.98 Release: 1%{?dist} Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX Group: Applications/Internet @@ -15,7 +15,7 @@ Source0: http://download.deluge-torrent.org/tarball/%{version}/%{name}-%{version # Source1: %{name}-fixed-setup.py #Patch1: %{name}-default-prefs-no-release-notifications.patch -Patch1: deluge-0.5.7.95-default-prefs-no-release-notifications.patch +Patch1: deluge-0.5.7.98-no-release-notification.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -67,7 +67,7 @@ even from behind a router with virtually zero configuration of port-forwarding. ## Not building against system rb_libtorrent - see above. # install -m 0755 %{SOURCE1} ./setup.py #%%patch1 -b .default-prefs-no-release-notifications -%patch1 -p1 -b .release-notify +%patch1 -p1 -b .notify %build @@ -124,6 +124,9 @@ fi %changelog +* Sat Dec 29 2007 Mamoru Tasaka - 0.5.7.98-1 +- Update to new upstream release candidate (0.5.8 RC2) + * Mon Dec 24 2007 Mamoru Tasaka - 0.5.7.95-1 - Update to new upstream release candidate (0.5.8 RC1) - Completely suppress updates notification (bug 299601, 426642) diff --git a/sources b/sources index 19845a3..8241aba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -965fcf6599143503e1165c86bf2916f1 deluge-0.5.7.95.tar.gz +bd2dd8af1b179d3757f31bc188eca821 deluge-0.5.7.98.tar.gz