rpms/deluge/F-7 deluge-default-prefs-no-release-notifications.patch, NONE, 1.1 deluge.spec, 1.22, 1.23

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Fri Sep 21 04:12:03 UTC 2007


Author: pgordon

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

Modified Files:
	deluge.spec 
Added Files:
	deluge-default-prefs-no-release-notifications.patch 
Log Message:
Disable update notifications by default.

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

--- NEW FILE deluge-default-prefs-no-release-notifications.patch ---
--- src/pref.py	2007-09-20 19:30:08.000000000 -0700
+++ src/pref.py.silly-updates	2007-09-20 19:29:56.000000000 -0700
@@ -118,7 +118,7 @@
     "use_natpmp" : False,
     "use_upnp" : False,
     "use_utpex" : True,
-    "new_releases" : False,
+    "new_releases" : True,
     "window_height" : 480,
     "window_maximized" : False,
     "window_pane_position" : -1,


Index: deluge.spec
===================================================================
RCS file: /cvs/extras/rpms/deluge/F-7/deluge.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- deluge.spec	12 Sep 2007 23:13:07 -0000	1.22
+++ deluge.spec	21 Sep 2007 04:11:31 -0000	1.23
@@ -3,7 +3,7 @@
 
 Name:		deluge
 Version:	0.5.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Group:		Applications/Internet
 License:	GPLv2+
@@ -13,6 +13,7 @@
 ## Not used for now: Deluge builds against its own internal copy of
 ## rb_libtorrent. See below for more details. 
 # Source1:	%{name}-fixed-setup.py
+Patch0: 	%{name}-default-prefs-no-release-notifications.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -60,6 +61,7 @@
 %setup -q
 ## Not building against system rb_libtorrent - see above.
 # install -m 0755 %{SOURCE1} ./setup.py
+%patch0 -b .default-prefs-no-release-notifications
 
 
 %build
@@ -105,7 +107,13 @@
 
 
 %changelog
-* Wed Sep 12 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.5
+* Thu Sep 20 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.5-2
+- Fix release on previous %%changelog entry.
+- Disable the version update notifications by default:
+  + default-prefs-no-release-notifications.patch
+  (Resolves bug 299601: Deluge alerts of new versions)
+
+* Wed Sep 12 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.5-1
 - Update to new upstream release (0.5.5)
 
 * Mon Sep 03 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.4.1.95-1




More information about the fedora-extras-commits mailing list