Author: alexlan
Update of /cvs/free/rpms/xbmc/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3120
Modified Files:
xbmc.spec
Added Files:
xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch
Log Message:
Add patch from devel to fix #1905.
xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch:
xbmcplugin.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch ---
diff -Naur xbmc-10.1-Dharma/xbmc/lib/libPython/xbmcmodule/xbmcplugin.cpp
xbmc-10.1-Dharma.patch/xbmc/lib/libPython/xbmcmodule/xbmcplugin.cpp
--- xbmc-10.1-Dharma/xbmc/lib/libPython/xbmcmodule/xbmcplugin.cpp 2011-03-08
02:49:14.000000000 +0100
+++ xbmc-10.1-Dharma.patch/xbmc/lib/libPython/xbmcmodule/xbmcplugin.cpp 2011-08-21
17:13:13.382281536 +0200
@@ -74,7 +74,7 @@
if (!PyArg_ParseTupleAndKeywords(
args,
kwds,
- (char*)"iOO|bl",
+ (char*)"iOO|bi",
(char**)keywords,
&handle,
&pURL,
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-16/xbmc.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- xbmc.spec 14 Dec 2011 23:52:17 -0000 1.31
+++ xbmc.spec 21 Dec 2011 21:28:22 -0000 1.32
@@ -48,6 +48,10 @@
# (committed to git upstream:
http://trac.xbmc.org/ticket/11383)
Patch7: xbmc-Dharma-10.1-gcc-4.6-fixes-0.1.patch
+# fixes
https://bugzilla.rpmfusion.org/show_bug.cgi?id=1905
+# patch from OpenElec distribution
+Patch9: xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch
+
ExcludeArch: ppc64
Buildroot: %{_tmppath}/%{name}-%{version}
Summary: Media center
@@ -163,6 +167,7 @@
%patch5 -p0
%patch6 -p0
%patch7 -p1
+%patch9 -p1
# Prevent rerunning the autotools.
touch -r xbmc/screensavers/rsxs-0.9/aclocal.m4 \
@@ -234,8 +239,9 @@
%{_datadir}/icons/hicolor/*/*/*.png
%changelog
-* Wed Nov 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 10.1-7
-- Rebuilt for libcdio
+* Tue Dec 20 2011 Alex Lancaster <alexlan[AT] fedoraproject org> - 10.1-7
+- Add patch from OpenElec distribution to fix broken YouTube plugin
+ (should fix #1905)
* Sat Nov 5 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 10.1-6
- Disable using external ffmpeg for the moment, until such time as