From e9aca43f53b8a090e7e8ffe20eeed179986321f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Dec 2011 17:20:35 +0100 Subject: cups with php 5.4 --- cups.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cups.spec') diff --git a/cups.spec b/cups.spec index 867828c..8f09114 100644 --- a/cups.spec +++ b/cups.spec @@ -77,6 +77,10 @@ Patch39: cups-ps-command-filter.patch Patch100: cups-lspp.patch +# http://www.cups.org/str.php?L3999 +Patch101: cups-php54.patch + + Epoch: 1 Url: http://www.cups.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -310,6 +314,9 @@ Sends IPP requests to the specified URI and tests and/or displays the results. %patch100 -p1 -b .lspp %endif +%patch101 -p1 -b .php54 + + sed -i -e '1iMaxLogSize 0' conf/cupsd.conf.in cp %{SOURCE5} cups-lpd.real @@ -660,6 +667,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/ipptool.1.gz %changelog +* Tue Dec 27 2011 Remi Collet 1:1.5.0-22 +- build against php 5.4 +- add patch for http://www.cups.org/str.php?L3999 + * Fri Nov 11 2011 Tim Waugh 1:1.5.0-22 - Fixed trigger (bug #748841). -- cgit