rpms/elisa/devel elisa-0.5.29-disable-plugin-updates.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 elisa.spec, 1.18, 1.19 sources, 1.14, 1.15 elisa-0.5.14-nowinplugins.patch, 1.1, NONE

Matthias Saou thias at fedoraproject.org
Sat Feb 28 14:45:28 UTC 2009


Author: thias

Update of /cvs/extras/rpms/elisa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2255

Modified Files:
	.cvsignore elisa.spec sources 
Added Files:
	elisa-0.5.29-disable-plugin-updates.patch 
Removed Files:
	elisa-0.5.14-nowinplugins.patch 
Log Message:
Update to 0.5.29 and disable automatic updates.


elisa-0.5.29-disable-plugin-updates.patch:

--- NEW FILE elisa-0.5.29-disable-plugin-updates.patch ---
diff -Naupr elisa-0.5.29.orig/elisa/core/plugin_registry.py elisa-0.5.29/elisa/core/plugin_registry.py
--- elisa-0.5.29.orig/elisa/core/plugin_registry.py	2009-02-23 16:58:28.000000000 +0100
+++ elisa-0.5.29/elisa/core/plugin_registry.py	2009-02-28 15:38:10.347332907 +0100
@@ -156,8 +156,8 @@ class PluginRegistry(Loggable):
     default_config = \
         {'repository': 'http://elisa-plugins.fluendo.com/plugin_list',
          'update_plugin_cache': True,
-         'auto_update_plugins': True,
-         'auto_install_new_recommended_plugins': True}
+         'auto_update_plugins': False,
+         'auto_install_new_recommended_plugins': False}
     config_doc = \
         {'repository': 'The plugin repository to query for new plugins and ' \
             'plugin updates.',


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/elisa/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	19 Feb 2009 09:57:51 -0000	1.14
+++ .cvsignore	28 Feb 2009 14:44:58 -0000	1.15
@@ -1 +1 @@
-elisa-0.5.28.tar.gz
+elisa-0.5.29.tar.gz


Index: elisa.spec
===================================================================
RCS file: /cvs/extras/rpms/elisa/devel/elisa.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- elisa.spec	24 Feb 2009 14:31:04 -0000	1.18
+++ elisa.spec	28 Feb 2009 14:44:58 -0000	1.19
@@ -2,14 +2,15 @@
 
 Summary: Media Center
 Name: elisa
-Version: 0.5.28
-Release: 2%{?dist}
+Version: 0.5.29
+Release: 1%{?dist}
 # The base of Elisa is GPLv3, some plugins are MIT but are in other packages.
 # See the included COPYING file for the details.
 License: GPLv3
 Group: Applications/Multimedia
 URL: http://elisa.fluendo.com/
 Source0: http://elisa.fluendo.com/static/download/elisa/elisa-%{version}.tar.gz
+Patch0: elisa-0.5.29-disable-plugin-updates.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 # Our "base" files for building the plugins where the main requirements are
 Requires: elisa-base = %{version}-%{release}
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -90,8 +92,10 @@
 
 
 %changelog
-* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.28-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Sat Feb 28 2009 Matthias Saou <http://freshrpms.net/> 0.5.29-1
+- Update to 0.5.29.
+- Include patch to disable automatic updates, which should better conform with
+  Fedora packaging policies.
 
 * Tue Feb 17 2009 Matthias Saou <http://freshrpms.net/> 0.5.28-1
 - Update to 0.5.28.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/elisa/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	19 Feb 2009 09:57:51 -0000	1.14
+++ sources	28 Feb 2009 14:44:58 -0000	1.15
@@ -1 +1 @@
-b85374bf1232fac9a2e4128dd4c6da27  elisa-0.5.28.tar.gz
+8b94031ff4ede2a61f13a33532141807  elisa-0.5.29.tar.gz


--- elisa-0.5.14-nowinplugins.patch DELETED ---




More information about the scm-commits mailing list