From a9f968e0705064c87b5957396a5c4fb5260f0d7b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Jan 2019 08:05:55 +0100 Subject: update to 5.1.0 raise dependency on PHP 7.1 --- PHPINFO | 5 +++++ REFLECTION | 6 +++--- php-pecl-uopz.spec | 20 +++++++++++++++----- 3 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 PHPINFO diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..9713873 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,5 @@ + +uopz + +uopz support => enabled +Version => 5.1.0 diff --git a/REFLECTION b/REFLECTION index 32d802f..9770869 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #15 uopz version 5.0.2 ] { +Extension [ extension #15 uopz version 5.1.0 ] { - INI { Entry [ uopz.disable ] @@ -17,8 +17,6 @@ Extension [ extension #15 uopz version 5.0.2 ] { } - Functions { - Function [ function uopz_call_user_func ] { - } Function [ function uopz_set_return ] { } Function [ function uopz_get_return ] { @@ -63,6 +61,8 @@ Extension [ extension #15 uopz version 5.0.2 ] { } Function [ function uopz_allow_exit ] { } + Function [ function uopz_call_user_func ] { + } Function [ function uopz_call_user_func_array ] { } } diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec index 9035928..7d50c01 100644 --- a/php-pecl-uopz.spec +++ b/php-pecl-uopz.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-uopz # -# Copyright (c) 2014-2017 Remi Collet +# Copyright (c) 2014-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -23,10 +23,9 @@ Summary: User Operations for Zend Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 5.0.2 +Version: 5.1.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP -Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} %if 0%{?gh_commit:1} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz @@ -34,7 +33,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif -BuildRequires: %{?scl_prefix}php-devel > 7 +BuildRequires: %{?scl_prefix}php-devel > 7.1 BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -70,6 +69,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version} Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -188,7 +191,7 @@ do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i done -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -253,6 +256,13 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jan 2 2019 Remi Collet - 5.1.0-1 +- update to 5.1.0 +- raise dependency on PHP 7.1 + +* Thu Dec 13 2018 Remi Collet - 5.0.2-2 +- cleanup for EL-8 + * Thu Aug 3 2017 Remi Collet - 5.0.2-1 - update to 5.0.2 -- cgit