* Fri Jun 17 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 3.5.10-30

- fix FTBFS (cups-util.c must include stdio.h, #714133)
This commit is contained in:
Kevin Kofler 2011-06-17 18:24:48 +02:00
parent 00b0d5c3c2
commit e753913e8e
2 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,11 @@
diff -ur kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cups-util.c kdelibs-3.5.10-cups-util-missing-header/kdeprint/cups/cupsdconf2/cups-util.c
--- kdelibs-3.5.10/kdeprint/cups/cupsdconf2/cups-util.c 2007-10-08 11:52:10.000000000 +0200
+++ kdelibs-3.5.10-cups-util-missing-header/kdeprint/cups/cupsdconf2/cups-util.c 2011-06-17 18:18:56.000000000 +0200
@@ -2,6 +2,7 @@
#include <cups/http.h>
#include <cups/cups.h>
#include <stdlib.h>
+#include <stdio.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>

View File

@ -28,7 +28,7 @@
Summary: KDE 3 Libraries
Name: kdelibs3
Version: 3.5.10
Release: 29%{?dist}
Release: 30%{?dist}
License: LGPLv2
Url: http://www.kde.org/
@ -71,6 +71,8 @@ Patch54: kdelibs-3.5.10-inotify.patch
Patch55: kdelibs-3.5.10-latex-syntax-kile-2.0.3.patch
# fix ftbfs (#631195)
Patch56: kdelibs-3.5.10-qcolor_gcc_ftbfs.patch
# fix FTBFS (cups-util.c must include stdio.h, #714133)
Patch57: kdelibs-3.5.10-cups-util-missing-header.patch
# use /etc/kde in addition to /usr/share/config, borrowed from debian
Patch100: kdelibs-3.5.5-kstandarddirs.patch
@ -239,6 +241,7 @@ format for easy browsing
%patch54 -p1 -b .inotify
%patch55 -p1 -b .latex-syntax
%patch56 -p1 -b .qcolor_gcc_ftbfs
%patch57 -p1 -b .cups-util
%patch100 -p1 -b .kstandarddirs
%patch101 -p1 -b .libtool-shlibext
@ -583,7 +586,10 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
%changelog
* Thu Jun 16 2011 Rex Dieter <rdieter@fedoraproject.org> 3.5.10-29
* Fri Jun 17 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 3.5.10-30
- fix FTBFS (cups-util.c must include stdio.h, #714133)
* Thu Jun 16 2011 Rex Dieter <rdieter@fedoraproject.org> - 3.5.10-29
- rebuild
* Wed May 11 2011 Than Ngo <than@redhat.com> - 3.5.10-28