summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-02 11:02:50 +0200
committerRemi Collet <remi@remirepo.net>2020-06-02 11:02:50 +0200
commit26500e85df2528d60f474af4e0ce8383e0d8fe6e (patch)
treebe13bf9cc8715eb318c5a64d34843df2ccf59cf3 /php.spec
parent02d6c57b16da67662154a31376a6f9dc83a3dbd7 (diff)
new snapshot
drop xmlrpc extension
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec28
1 files changed, 9 insertions, 19 deletions
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 <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