diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php.spec | 28 | 
2 files changed, 10 insertions, 20 deletions
| @@ -1,4 +1,4 @@ -===== 7.8.0-dev (2020-05-26) +===== 7.8.0-dev (2020-06-02)  $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log @@ -97,9 +97,9 @@  %global with_zip       0 -%global gh_commit    17649648ed9e0a9e5074242e1b021c57174a0b8c +%global gh_commit    6b45039fb768a038783dff496ce14780c478482a  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      20200527 +%global gh_date      20200602  %global gh_owner     php  %global gh_project   php-src  %global upver        8.0.0 @@ -109,7 +109,7 @@  Summary: PHP scripting language for creating dynamic web sites  Name:    %{?scl_prefix}php  Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 15%{?dist} +Release: 16%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -668,18 +668,6 @@ The %{?scl_prefix}php-xml package contains dynamic shared objects which add supp  to PHP for manipulating XML documents using the DOM tree,  and performing XSL transformations on XML documents. -%package xmlrpc -Summary: A module for PHP applications which use the XML-RPC protocol -Group: Development/Languages -# All files licensed under PHP version 3.01, except -# libXMLRPC is licensed under BSD -License: PHP and BSD -Requires: %{?scl_prefix}php-xml%{?_isa} = %{version}-%{release} - -%description xmlrpc -The %{?scl_prefix}php-xmlrpc package contains a dynamic shared object that will add -support for the XML-RPC protocol to PHP. -  %package mbstring  Summary: A module for PHP applications which need multi-byte string handling  Group: Development/Languages @@ -1186,7 +1174,6 @@ build --libdir=%{_libdir}/php \        --with-iconv=shared \        --enable-sockets=shared \        --enable-tokenizer=shared \ -      --with-xmlrpc=shared \        --with-ldap=shared --with-ldap-sasl \        --enable-mysqlnd=shared \        --with-mysqli=shared,mysqlnd \ @@ -1502,7 +1489,7 @@ for mod in pgsql odbc ldap snmp \  %if %{with_freetds}      pdo_dblib \  %endif -    xmlrpc xmlreader xmlwriter +    xmlreader xmlwriter  do      # for extension load order      case $mod in @@ -1510,7 +1497,7 @@ do          # Zend extensions          TESTCMD="$TESTCMD --define zend_extension=$mod"          ini=10-${mod}.ini;; -      pdo_*|mysqli|xmlreader|xmlrpc) +      pdo_*|mysqli|xmlreader)          # Extensions with dependencies on 20-*          TESTCMD="$TESTCMD --define extension=$mod"          ini=30-${mod}.ini;; @@ -1755,7 +1742,6 @@ fi  %files ldap -f files.ldap  %files snmp -f files.snmp  %files xml -f files.xml -%files xmlrpc -f files.xmlrpc  %files mbstring -f files.mbstring  %license libmbfl_LICENSE  %files gd -f files.gd @@ -1799,6 +1785,10 @@ fi  %changelog +* Tue Jun  2 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200602-16 +- new snapshot +- drop xmlrpc extension +  * Wed May 27 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200527-15  - new snapshot  - json is now build statically | 
