rpms/elisa/devel elisa-0.3.2-desktop.patch, NONE, 1.1 elisa.spec, 1.3, 1.4 elisa-0.3.1-desktop.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Oct 9 16:00:13 UTC 2007


Author: thias

Update of /cvs/extras/rpms/elisa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1680

Modified Files:
	elisa.spec 
Added Files:
	elisa-0.3.2-desktop.patch 
Removed Files:
	elisa-0.3.1-desktop.patch 
Log Message:
Update to 0.3.2.


elisa-0.3.2-desktop.patch:

--- NEW FILE elisa-0.3.2-desktop.patch ---
diff -Naupr elisa-0.3.2.orig/data/elisa.desktop elisa-0.3.2/data/elisa.desktop
--- elisa-0.3.2.orig/data/elisa.desktop	2007-10-01 10:21:32.000000000 +0200
+++ elisa-0.3.2/data/elisa.desktop	2007-10-09 17:37:03.000000000 +0200
@@ -1,9 +1,9 @@
 [Desktop Entry]
-Version=1.0
 Name=Elisa Media Center
 Comment=Play movies and songs on TV with remote
 Exec=elisa %U
 Icon=elisa
 Terminal=false
 Type=Application
-Categories=GNOME;GTK;AudioVideo;Player;X-Ximian-Main;X-Red-Hat-Base;
+Categories=AudioVideo;Player;
+Encoding=UTF-8


Index: elisa.spec
===================================================================
RCS file: /cvs/extras/rpms/elisa/devel/elisa.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- elisa.spec	28 Aug 2007 17:48:14 -0000	1.3
+++ elisa.spec	9 Oct 2007 15:59:41 -0000	1.4
@@ -2,15 +2,15 @@
 
 Summary: Media Center
 Name: elisa
-Version: 0.3.1
-Release: 2%{?dist}
+Version: 0.3.2
+Release: 1%{?dist}
 # Elisa is GPLv2 and plugins are MIT.
 # See the included COPYING file for the details.
 License: GPLv2 and MIT
 Group: Applications/Multimedia
 URL: http://elisa.fluendo.com/
 Source: http://elisa.fluendo.com/static/download/elisa/elisa-%{version}.tar.gz
-Patch0: elisa-0.3.1-desktop.patch
+Patch0: elisa-0.3.2-desktop.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 # Mandatory
 Requires: python-setuptools
@@ -18,7 +18,7 @@
 Requires: python-twisted-core
 Requires: gnome-python2-extras
 Requires: gstreamer-python
-Requires: pigment >= 0.3.1
+Requires: pigment >= 0.3.2
 # For uPnP
 Requires: python-Coherence
 # For caching
@@ -40,10 +40,18 @@
 Requires: python-gpod
 # For weather
 Requires: python-metar
+# For the "official" default font ("MgOpen Cosmetica")
+Requires: mgopen-fonts
 # For the "build" itself, most of the above aren't required
 BuildRequires: python-devel
-BuildRequires: python-setuptools-devel
 BuildRequires: python-twisted-core
+# Must have setuptools to build the package
+# The build portions moved to a subpackage in F-8
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 Buildarch: noarch
 
 %description
@@ -53,6 +61,8 @@
 %prep
 %setup -q
 %patch0 -p1 -b .desktop
+# Marked as executable, but they shouldn't be
+%{__chmod} -x elisa/plugins/bad/stage6/{CONFIGURATION,plugin.conf}
 
 
 %build
@@ -78,9 +88,17 @@
 %{_datadir}/pixmaps/elisa.png
 %{python_sitelib}/elisa/
 %{python_sitelib}/elisa-*.egg-info/
+%{python_sitelib}/external_plugins/
 
 
 %changelog
+* Tue Oct  9 2007 Matthias Saou <http://freshrpms.net/> 0.3.2-1
+- Update to 0.3.2.
+- Add new external_plugins python directory.
+
+* Tue Sep  4 2007 Matthias Saou <http://freshrpms.net/> 0.3.1-3
+- Add requirement of mgopen-fonts (see upstream trac #571).
+
 * Tue Aug 28 2007 Matthias Saou <http://freshrpms.net/> 0.3.1-2
 - Update python-setuptools build requirement to new python-setuptools-devel.
 


--- elisa-0.3.1-desktop.patch DELETED ---




More information about the fedora-extras-commits mailing list