From 26500e85df2528d60f474af4e0ce8383e0d8fe6e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jun 2020 11:02:50 +0200 Subject: new snapshot drop xmlrpc extension --- php.spec | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 2ff940b..3aeed0b 100644 --- a/php.spec +++ b/php.spec @@ -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 - 8.0.0~DEV.20200602-16 +- new snapshot +- drop xmlrpc extension + * Wed May 27 2020 Remi Collet - 8.0.0~DEV.20200527-15 - new snapshot - json is now build statically -- cgit