rpms/deluge/F-7 deluge-0.5.7.1-default-prefs-no-release-notifications.patch, NONE, 1.1 deluge.spec, 1.28, 1.29

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Mon Dec 24 14:48:45 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/deluge/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20217

Modified Files:
	deluge.spec 
Added Files:
	deluge-0.5.7.1-default-prefs-no-release-notifications.patch 
Log Message:
* Mon Dec 24 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.7.1-2
- Completely suppress updates notification (bug 299601, 426642)


deluge-0.5.7.1-default-prefs-no-release-notifications.patch:

--- NEW FILE deluge-0.5.7.1-default-prefs-no-release-notifications.patch ---
--- deluge-torrent-0.5.7.1/src/common.py.notify	2007-12-01 13:17:25.000000000 +0900
+++ deluge-torrent-0.5.7.1/src/common.py	2007-12-24 23:15:30.000000000 +0900
@@ -231,6 +231,7 @@
     Send_Info_Thread().start()
 
 def new_release_check():
+    return
     import threading
     class ReleaseThread(threading.Thread):
        def __init__(self):


Index: deluge.spec
===================================================================
RCS file: /cvs/extras/rpms/deluge/F-7/deluge.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- deluge.spec	9 Dec 2007 19:30:02 -0000	1.28
+++ deluge.spec	24 Dec 2007 14:48:08 -0000	1.29
@@ -3,7 +3,7 @@
 
 Name:		deluge
 Version:	0.5.7.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Group:		Applications/Internet
 License:	GPLv2+
@@ -14,7 +14,8 @@
 ## rb_libtorrent. See below for more details. 
 # Source1:	%{name}-fixed-setup.py
 
-Patch0: 	%{name}-default-prefs-no-release-notifications.patch
+#Patch0: 	%{name}-default-prefs-no-release-notifications.patch
+Patch0:		deluge-0.5.7.1-default-prefs-no-release-notifications.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -65,7 +66,8 @@
 %setup -qn "deluge-torrent-%{version}"
 ## Not building against system rb_libtorrent - see above.
 # install -m 0755 %{SOURCE1} ./setup.py
-%patch0 -b .default-prefs-no-release-notifications
+#%%patch0 -b .default-prefs-no-release-notifications
+%patch0 -p1 -b .release-notify
 
 
 %build
@@ -120,6 +122,9 @@
 
 
 %changelog
+* Mon Dec 24 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.7.1-2
+- Completely suppress updates notification (bug 299601, 426642)
+
 * Fri Dec 07 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.7.1-1
 - Update to new upstream bug-fix release (0.5.7.1).
 - Sort %%files list (aesthetic-only change).




More information about the fedora-extras-commits mailing list