diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-02 08:05:55 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-02 08:05:55 +0100 |
commit | a9f968e0705064c87b5957396a5c4fb5260f0d7b (patch) | |
tree | 6c546ea140112e4f63c42c48094ca53c531d9a2a | |
parent | f5580373c5a1f456399cb923e797bab15b3f1dba (diff) |
update to 5.1.0
raise dependency on PHP 7.1
-rw-r--r-- | PHPINFO | 5 | ||||
-rw-r--r-- | REFLECTION | 6 | ||||
-rw-r--r-- | php-pecl-uopz.spec | 20 |
3 files changed, 23 insertions, 8 deletions
@@ -0,0 +1,5 @@ + +uopz + +uopz support => enabled +Version => 5.1.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #15 uopz version 5.0.2 ] { +Extension [ <persistent> extension #15 uopz version 5.1.0 ] { - INI { Entry [ uopz.disable <SYSTEM> ] @@ -17,8 +17,6 @@ Extension [ <persistent> extension #15 uopz version 5.0.2 ] { } - Functions { - Function [ <internal:uopz> function uopz_call_user_func ] { - } Function [ <internal:uopz> function uopz_set_return ] { } Function [ <internal:uopz> function uopz_get_return ] { @@ -63,6 +61,8 @@ Extension [ <persistent> extension #15 uopz version 5.0.2 ] { } Function [ <internal:uopz> function uopz_allow_exit ] { } + Function [ <internal:uopz> function uopz_call_user_func ] { + } Function [ <internal:uopz> 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 <remi@remirepo.net> - 5.1.0-1 +- update to 5.1.0 +- raise dependency on PHP 7.1 + +* Thu Dec 13 2018 Remi Collet <remi@remirepo.net> - 5.0.2-2 +- cleanup for EL-8 + * Thu Aug 3 2017 Remi Collet <remi@remirepo.net> - 5.0.2-1 - update to 5.0.2 |