# HG changeset patch # User Michael Schloh von Bennewitz # Date 1351351232 -7200 # Node ID cb3670951831df67784e444137386741553c604e # Parent 7548d72a64e37cc0eb59486b51e03037ae2b2e23 Provide new (drupal) required xmlwriter and update to new vendor version. diff -r 7548d72a64e3 -r cb3670951831 apache-php/apache-php.spec --- a/apache-php/apache-php.spec Sat Oct 27 17:19:03 2012 +0200 +++ b/apache-php/apache-php.spec Sat Oct 27 17:20:32 2012 +0200 @@ -31,7 +31,7 @@ Class: BASE Group: Web License: PHP -Version: 5.4.5 +Version: 5.4.8 Release: 20120800 # package options @@ -78,6 +78,7 @@ %option with_versioning no %option with_wddx no %option with_xml no +%option with_xmlwriter no %option with_xslt no %option with_zlib no %option with_zip no @@ -196,6 +197,10 @@ BuildPreReq: libxml PreReq: libxml %endif +%if "%{with_xmlwriter}" == "yes" +%undefine with_xml +%define with_xml yes +%endif %if "%{with_xslt}" == "yes" BuildPreReq: libxslt PreReq: libxslt @@ -502,6 +507,9 @@ %if "%{with_zip}" == "yes" --enable-zip \ %endif +%if "%{with_xmlwriter}" == "yes" + --enable-xmlwriter \ +%endif --with-apxs2=%{l_prefix}/sbin/apxs \ --disable-cli \ --disable-cgi