[xine-ui] fix build with newer curl

mjg mjg at fedoraproject.org
Thu Jul 21 11:15:28 UTC 2011


commit ffe253408a2e970f8057eee18e48bba833db578e
Author: Michael J Gruber <mjg at fedoraproject.org>
Date:   Thu Jul 21 13:11:31 2011 +0200

    fix build with newer curl

 xine-ui.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/xine-ui.spec b/xine-ui.spec
index b2b8cf8..96e305b 100644
--- a/xine-ui.spec
+++ b/xine-ui.spec
@@ -6,7 +6,7 @@
 Summary:        A skinned xlib-based gui for xine-lib
 Name:           xine-ui
 Version:        0.99.6
-Release:        26%{?dist}
+Release:        27%{?dist}
 License:        GPLv2+
 Group:          Applications/Multimedia
 URL:            http://www.xine-project.org/
@@ -28,6 +28,8 @@ Patch0:         xine-ui-0.99.5-shared-lirc.patch
 # Patch to use UTF-8 documentation, BZ #512598
 Patch1:         xine-ui-0.99.5-utf8doc.patch
 Patch10:	xine-ui-0.99.6-fix-help-crash.patch
+# curl/types.h has been empty since 2006, MIA 2011
+Patch11:	xine-ui-0.99.6-curl-types.patch
 
 
 #o Sources for -skins. Ugh.
@@ -141,6 +143,8 @@ touch -r m4/_xine.m4.stamp m4/_xine.m4
 
 %patch10 -p0
 
+%patch11 -p0
+
 # By default aaxine dlopen()'s a nonversioned libX11.so, however in Fedora
 # it's provided by libX11-devel => version the dlopen()
 libx11so=$(ls -1 %{_libdir}/libX11.so.? | tail -n 1)
@@ -272,6 +276,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_bindir}/aaxine
 
 %changelog
+* Thu Jul 21 2011 Michael J Gruber <mjg at fedoraproject.org> 0.99.6-27
+- fix build with newer curl (curl/types.h gone MIA)
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.99.6-26
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list