summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-19 10:44:47 +0200
committerRemi Collet <remi@php.net>2021-10-19 10:44:47 +0200
commit38e14691f15c9a4069a86e3a8785bdc0878ece22 (patch)
treec3b52594c4246bd65b66fdfc1566dbf0057bade9
parentb1f87b6379b359989bd8e0a65e9328165b2a6e5f (diff)
update to 7.1.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-uopz.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 9232988..5a1bac4 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
uopz
uopz support => enabled
-Version => 7.1.0
+Version => 7.1.1
Directive => Local Value => Master Value
uopz.disable => 0 => 0
diff --git a/REFLECTION b/REFLECTION
index 7d0c902..7277fc3 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #85 uopz version 7.1.0 ] {
+Extension [ <persistent> extension #86 uopz version 7.1.1 ] {
- INI {
Entry [ uopz.disable <SYSTEM> ]
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec
index 8620e12..dd4ed11 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: 7.1.0
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 7.1.1
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
URL: https://pecl.php.net/package/%{pecl_name}
%if 0%{?gh_commit:1}
@@ -243,6 +243,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Oct 19 2021 Remi Collet <remi@remirepo.net> - 7.1.1-1
+- update to 7.1.1
+
* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 7.1.0-2
- rebuild for 8.1.0RC1