rpms/xbmc/devel xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch, NONE, 1.1 xbmc.spec, 1.33, 1.34

Alex Lancaster alexlan at rpmfusion.org
Tue Dec 20 20:35:14 CET 2011


Author: alexlan

Update of /cvs/free/rpms/xbmc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv329

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 OpenElec distribution to fix broken YouTube plugin
(should 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/devel/xbmc.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- xbmc.spec	14 Dec 2011 23:58:52 -0000	1.33
+++ xbmc.spec	20 Dec 2011 19:35:14 -0000	1.34
@@ -5,7 +5,7 @@
 
 Name: xbmc
 Version: 10.1
-Release: 8%{?dist}
+Release: 9%{?dist}
 URL: http://www.xbmc.org/
 
 Source0: %{name}-%{DIRVERSION}-patched.tar.xz
@@ -58,6 +58,8 @@
 # http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-tv/xbmc/files/xbmc-10.1-libpng-1.5.patch
 Patch9: xbmc-10.1-libpng-1.5.patch
 
+Patch10: xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch
+
 ExcludeArch: ppc64
 Buildroot: %{_tmppath}/%{name}-%{version}
 Summary: Media center
@@ -175,6 +177,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 # Prevent rerunning the autotools.
 touch -r xbmc/screensavers/rsxs-0.9/aclocal.m4 \
@@ -246,6 +249,10 @@
 %{_datadir}/icons/hicolor/*/*/*.png
 
 %changelog
+* Tue Dec 20 2011 Alex Lancaster <alexlan[AT] fedoraproject org> - 10.1-9
+- Add patch from OpenElec distribution to fix broken YouTube plugin
+  (should fix #1905)
+
 * Wed Dec 14 2011 Xavier Bachelot <xavier at bachelot.org> - 10.1-8
 - Add patch for newer libbluray support.
 - Add patch for libpng 1.5 support.



More information about the rpmfusion-commits mailing list