diff --git a/kdelibs-3.5.10-cups-util-missing-header.patch b/kdelibs-3.5.10-cups-util-missing-header.patch new file mode 100644 index 0000000..7c90ef5 --- /dev/null +++ b/kdelibs-3.5.10-cups-util-missing-header.patch @@ -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 + #include + #include ++#include + #include + #include + #include diff --git a/kdelibs3.spec b/kdelibs3.spec index 2f36384..70cc605 100644 --- a/kdelibs3.spec +++ b/kdelibs3.spec @@ -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 3.5.10-29 +* Fri Jun 17 2011 Kevin Kofler - 3.5.10-30 +- fix FTBFS (cups-util.c must include stdio.h, #714133) + +* Thu Jun 16 2011 Rex Dieter - 3.5.10-29 - rebuild * Wed May 11 2011 Than Ngo - 3.5.10-28