jreznik pushed to kdelibs3 (epel7). "* Fri Jun 17 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.10-30 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:37:07 UTC 2015


>From e753913e8e2de4f716d427ceb5474d9c8eba4974 Mon Sep 17 00:00:00 2001
From: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date: Fri, 17 Jun 2011 18:24:48 +0200
Subject: * Fri Jun 17 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.10-30 -
 fix FTBFS (cups-util.c must include stdio.h, #714133)


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 <cups/http.h>
+ #include <cups/cups.h>
+ #include <stdlib.h>
++#include <stdio.h>
+ #include <fcntl.h>
+ #include <sys/stat.h>
+ #include <unistd.h>
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 <rdieter at fedoraproject.org> 3.5.10-29
+* Fri Jun 17 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.10-30
+- fix FTBFS (cups-util.c must include stdio.h, #714133)
+
+* Thu Jun 16 2011 Rex Dieter <rdieter at fedoraproject.org> - 3.5.10-29
 - rebuild
 
 * Wed May 11 2011 Than Ngo <than at redhat.com> - 3.5.10-28
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kdelibs3.git/commit/?h=epel7&id=e753913e8e2de4f716d427ceb5474d9c8eba4974


More information about the scm-commits mailing list