summaryrefslogtreecommitdiffstats
path: root/cups.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-12-27 17:20:35 +0100
committerRemi Collet <fedora@famillecollet.com>2011-12-27 17:20:35 +0100
commite9aca43f53b8a090e7e8ffe20eeed179986321f3 (patch)
treedbd006d19c854c12252cae7c7d36e03a75a3645c /cups.spec
parent65608e0f8bbc0190cc1b7646f653e796c807f02b (diff)
cups with php 5.4
Diffstat (limited to 'cups.spec')
-rw-r--r--cups.spec11
1 files changed, 11 insertions, 0 deletions
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 <remi@fedoraproject.org> 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 <twaugh@redhat.com> 1:1.5.0-22
- Fixed trigger (bug #748841).