rpms/elisa/F-10 elisa-0.5.29-disable-plugin-updates.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 elisa.spec, 1.9, 1.10 sources, 1.8, 1.9

Matthias Saou thias at fedoraproject.org
Wed Mar 4 10:31:28 UTC 2009


Author: thias

Update of /cvs/extras/rpms/elisa/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4976/F-10

Modified Files:
	.cvsignore elisa.spec sources 
Added Files:
	elisa-0.5.29-disable-plugin-updates.patch 
Log Message:
Update to 0.5.30 (at last!).


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/F-10/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	27 Oct 2008 19:21:10 -0000	1.8
+++ .cvsignore	4 Mar 2009 10:30:56 -0000	1.9
@@ -1 +1 @@
-elisa-0.5.16.tar.gz
+elisa-0.5.30.tar.gz


Index: elisa.spec
===================================================================
RCS file: /cvs/extras/rpms/elisa/F-10/elisa.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- elisa.spec	27 Oct 2008 19:21:10 -0000	1.9
+++ elisa.spec	4 Mar 2009 10:30:56 -0000	1.10
@@ -2,29 +2,22 @@
 
 Summary: Media Center
 Name: elisa
-Version: 0.5.16
+Version: 0.5.30
 Release: 1%{?dist}
-# Elisa is GPLv3 and plugins are MIT.
+# 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 and MIT
+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
-# Mandatory
-Requires: python-setuptools
-Requires: python-imaging
-Requires: gnome-python2-extras
-# Our split out "base" files used for building the plugins
+# Our "base" files for building the plugins where the main requirements are
 Requires: elisa-base = %{version}-%{release}
-# elisa/core/utils/misc.py at least requires this
-Requires: python-twisted-core
 # Plugins. The bad are actually mandatory (they contain the GUI for instance)
-Requires: elisa-plugins-good = %{version}
-Requires: elisa-plugins-bad = %{version}
-# For the "official" default font ("MgOpen Cosmetica")
-Requires: mgopen-fonts
-# For the "build" itself, most of the above aren't required
+Requires: elisa-plugins-good >= %{version}
+Requires: elisa-plugins-bad >= %{version}
+# For the "build" itself, most of the above aren't required, just these
 BuildRequires: python-devel
 BuildRequires: python-twisted-core
 BuildRequires: python-setuptools-devel
@@ -43,6 +36,8 @@
 Requires: gnome-python2-extras
 # elisa/core/utils/misc.py at least requires this
 Requires: python-twisted-core
+# elisa/core/applition.py at least requires this (as of 0.5.17, still 0.5.18)
+Requires: python-twisted-web
 # We used to have a "common" package providing the "devel"
 # Then we used to have a "devel" package... but now we just BR "base"
 Obsoletes: elisa-common < 0.5.9
@@ -57,6 +52,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -78,9 +74,8 @@
 
 %files
 %defattr(-,root,root,-)
+%doc AUTHORS FAQ FIRST_RUN NEWS README docs/*.txt
 %{_bindir}/elisa
-# Doesn't work (as of 0.5.2), and not sure what it's used for anyway
-%exclude %{_bindir}/elisa-get
 %{_datadir}/applications/elisa.desktop
 %exclude %{_datadir}/applications/elisa-mobile.desktop
 %{_datadir}/dbus-1/services/com.fluendo.elisa.service
@@ -90,14 +85,55 @@
 
 %files base
 %defattr(-,root,root,-)
-%doc COPYING FAQ* LICENSE* NEWS RELEASE
+%doc COPYING LICENSE*
 %{python_sitelib}/elisa/
 %{python_sitelib}/elisa-*.egg-info/
 %{python_sitelib}/elisa-*-nspkg.pth
-%{python_sitelib}/elisa_generic_setup.py*
 
 
 %changelog
+* Tue Mar  3 2009 Matthias Saou <http://freshrpms.net/> 0.5.30-1
+- Update to 0.5.30.
+
+* 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.
+
+* Fri Feb 13 2009 Matthias Saou <http://freshrpms.net/> 0.5.27-1
+- Update to 0.5.27.
+
+* Sat Feb  7 2009 Matthias Saou <http://freshrpms.net/> 0.5.26-1
+- Update to 0.5.26.
+
+* Wed Jan 21 2009 Matthias Saou <http://freshrpms.net/> 0.5.24.1-1
+- Update to 0.5.24.1.
+- Drop the mgopen-fonts req, it hasn't been the default font for a while.
+
+* Mon Jan 12 2009 Matthias Saou <http://freshrpms.net/> 0.5.23-1
+- Update to 0.5.23.
+
+* Thu Dec 18 2008 Matthias Saou <http://freshrpms.net/> 0.5.22-1
+- Update to 0.5.22.
+
+* Mon Dec  1 2008 Matthias Saou <http://freshrpms.net/> 0.5.20-1
+- Update to 0.5.20.
+
+* Mon Nov 24 2008 Matthias Saou <http://freshrpms.net/> 0.5.19-1
+- Update to 0.5.19.
+
+* Mon Nov 17 2008 Matthias Saou <http://freshrpms.net/> 0.5.18-1
+- Update to 0.5.18.
+
+* Sun Nov  9 2008 Matthias Saou <http://freshrpms.net/> 0.5.17-2
+- Add (now) missing python-twisted-web requirement.
+
+* Tue Nov  4 2008 Matthias Saou <http://freshrpms.net/> 0.5.17-1
+- Update to 0.5.17.
+
 * Mon Oct 27 2008 Matthias Saou <http://freshrpms.net/> 0.5.16-1
 - Update to 0.5.16.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/elisa/F-10/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	27 Oct 2008 19:21:10 -0000	1.8
+++ sources	4 Mar 2009 10:30:56 -0000	1.9
@@ -1 +1 @@
-1ab90d7596bdffb13be3051e9ae997b9  elisa-0.5.16.tar.gz
+e733f377103d2ded6eb4acc16fbf1768  elisa-0.5.30.tar.gz




More information about the fedora-extras-commits mailing list