rpms/elisa/devel .cvsignore, 1.4, 1.5 elisa.spec, 1.4, 1.5 sources, 1.4, 1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Feb 23 23:54:03 UTC 2008


Author: thias

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

Modified Files:
	.cvsignore elisa.spec sources 
Log Message:
Update to 0.3.3.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/elisa/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	9 Oct 2007 16:06:10 -0000	1.4
+++ .cvsignore	23 Feb 2008 23:53:30 -0000	1.5
@@ -1 +1 @@
-elisa-0.3.2.tar.gz
+elisa-0.3.3.tar.gz


Index: elisa.spec
===================================================================
RCS file: /cvs/extras/rpms/elisa/devel/elisa.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- elisa.spec	9 Oct 2007 15:59:41 -0000	1.4
+++ elisa.spec	23 Feb 2008 23:53:30 -0000	1.5
@@ -2,11 +2,11 @@
 
 Summary: Media Center
 Name: elisa
-Version: 0.3.2
+Version: 0.3.3
 Release: 1%{?dist}
-# Elisa is GPLv2 and plugins are MIT.
+# Elisa is GPLv3 and plugins are MIT.
 # See the included COPYING file for the details.
-License: GPLv2 and MIT
+License: GPLv3 and MIT
 Group: Applications/Multimedia
 URL: http://elisa.fluendo.com/
 Source: http://elisa.fluendo.com/static/download/elisa/elisa-%{version}.tar.gz
@@ -18,7 +18,7 @@
 Requires: python-twisted-core
 Requires: gnome-python2-extras
 Requires: gstreamer-python
-Requires: pigment >= 0.3.2
+Requires: pigment-python >= 0.3.2
 # For uPnP
 Requires: python-Coherence
 # For caching
@@ -42,9 +42,12 @@
 Requires: python-metar
 # For the "official" default font ("MgOpen Cosmetica")
 Requires: mgopen-fonts
+# For ... ? (but checked at runtime)
+Requires: python-BeautifulSoup
 # For the "build" itself, most of the above aren't required
 BuildRequires: python-devel
 BuildRequires: python-twisted-core
+BuildRequires: gstreamer-python
 # Must have setuptools to build the package
 # The build portions moved to a subpackage in F-8
 %if 0%{?fedora} >= 8
@@ -61,8 +64,6 @@
 %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
@@ -75,6 +76,9 @@
     --single-version-externally-managed \
     -O1 --skip-build --root %{buildroot}
 
+# Remove this i386 only binary plugin...
+%{__rm} -f %{buildroot}%{python_sitelib}/elisa/plugins/ugly/youtube/libgstflvdemux.so
+
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -88,10 +92,17 @@
 %{_datadir}/pixmaps/elisa.png
 %{python_sitelib}/elisa/
 %{python_sitelib}/elisa-*.egg-info/
-%{python_sitelib}/external_plugins/
 
 
 %changelog
+* Sun Feb 24 2008 Matthias Saou <http://freshrpms.net/> 0.3.3-2
+- Require pigment-python instead of pigment now that it has been split out.
+
+* Thu Jan 17 2008 Matthias Saou <http://freshrpms.net/> 0.3.3-1
+- Update to 0.3.3.
+- Add python-BeautifulSoup requirement (#416921).
+- Do not include i386 only binary libgstflvdemux.so plugin, for YouTube plugin.
+
 * Tue Oct  9 2007 Matthias Saou <http://freshrpms.net/> 0.3.2-1
 - Update to 0.3.2.
 - Add new external_plugins python directory.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/elisa/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	9 Oct 2007 16:06:10 -0000	1.4
+++ sources	23 Feb 2008 23:53:30 -0000	1.5
@@ -1 +1 @@
-d890953304832586216d34baafa01faf  elisa-0.3.2.tar.gz
+44397c8c0c70fcf3eabae5bad9fd514d  elisa-0.3.3.tar.gz




More information about the fedora-extras-commits mailing list