summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-uopz.spec13
3 files changed, 12 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 902a652..975892f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
uopz
uopz support => enabled
-Version => 6.0.1
+Version => 6.1.0
Directive => Local Value => Master Value
uopz.disable => 0 => 0
diff --git a/REFLECTION b/REFLECTION
index 0a0e302..b9a245f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #199 uopz version 6.0.1 ] {
+Extension [ <persistent> extension #15 uopz version 6.1.0 ] {
- INI {
Entry [ uopz.disable <SYSTEM> ]
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec
index 9ce0d7c..306ea97 100644
--- a/php-pecl-uopz.spec
+++ b/php-pecl-uopz.spec
@@ -23,8 +23,8 @@
Summary: User Operations for Zend
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 6.0.1
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 6.1.0
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
URL: http://pecl.php.net/package/%{pecl_name}
%if 0%{?gh_commit:1}
@@ -60,9 +60,13 @@ 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: php73-pecl-%{pecl_name} <= %{version}
Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-pecl-%{pecl_name} <= %{version}
+Obsoletes: php74w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -253,6 +257,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon May 27 2019 Remi Collet <remi@remirepo.net> - 6.1.0-1
+- update to 6.1.0
+
* Wed Feb 6 2019 Remi Collet <remi@remirepo.net> - 6.0.1-2
- update package description from upstream