summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-30 14:10:51 +0200
committerRemi Collet <remi@remirepo.net>2020-06-30 14:10:51 +0200
commit0e0304569960aed3bfe502a5cdb2452a8c60e7c9 (patch)
treea9d44c6cd2a72640d791779828a514e7460ab5b1
parent822052602398c57e79ae9d3fc7122e026b922e49 (diff)
update to 6.1.2
-rw-r--r--.gitignore2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-uopz.spec11
4 files changed, 9 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 1ab5c4f..01f0400 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
+clog
package-*.xml
*.tgz
+*.tar.bz2
*.tar.gz
*.tar.xz
*.tar.xz.asc
diff --git a/PHPINFO b/PHPINFO
index c4f5c51..8fd5194 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
uopz
uopz support => enabled
-Version => 6.1.1
+Version => 6.1.2
Directive => Local Value => Master Value
uopz.disable => 0 => 0
diff --git a/REFLECTION b/REFLECTION
index f0e0ac9..76edc04 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #15 uopz version 6.1.1 ] {
+Extension [ <persistent> extension #15 uopz version 6.1.2 ] {
- INI {
Entry [ uopz.disable <SYSTEM> ]
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec
index 2add1b9..0c5da09 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.1.1
-Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 6.1.2
+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}
@@ -33,8 +33,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
%endif
-Patch0: uopz-xdebug.patch
-
BuildRequires: %{?scl_prefix}php-devel > 7.1
BuildRequires: %{?scl_prefix}php-pear
@@ -124,8 +122,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-%patch0 -p1 -b .revert
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_UOPZ_VERSION/{s/.* "//;s/".*$//;p}' uopz.h)
if test "x${extver}" != "x%{version}"; then
@@ -261,6 +257,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jun 30 2020 Remi Collet <remi@remirepo.net> - 6.1.2-1
+- update to 6.1.2
+
* Tue May 19 2020 Remi Collet <remi@remirepo.net> - 6.1.1-4
- revert workaround for xdebug < 2.9.4