From a7419d174f856a10aace018647147b484f8062e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Jan 2021 14:40:08 +0100 Subject: update to 8.0.23 --- .gitignore | 2 ++ PHPINFO | 2 +- REFLECTION | 6 +++--- php-pecl-mysql-xdevapi.spec | 16 +++++++--------- 4 files changed, 13 insertions(+), 13 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 871c03a..71eea19 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ mysql_xdevapi mysql_xdevapi => enabled -Version => mysql_xdevapi 8.0.22 +Version => mysql_xdevapi 8.0.23 Read timeout => 31536000 Collecting statistics => Yes Collecting memory statistics => No diff --git a/REFLECTION b/REFLECTION index 754f50d..6af72d6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #87 mysql_xdevapi version 8.0.22 ] { +Extension [ extension #88 mysql_xdevapi version 8.0.23 ] { - Dependencies { Dependency [ standard (Required) ] @@ -29,8 +29,8 @@ Extension [ extension #87 mysql_xdevapi version 8.0.22 ] { } - Constants [40] { - Constant [ string MYSQLX_VERSION ] { 8.0.22 } - Constant [ int MYSQLX_VERSION_ID ] { 80022 } + Constant [ string MYSQLX_VERSION ] { 8.0.23 } + Constant [ int MYSQLX_VERSION_ID ] { 80023 } Constant [ int MYSQLX_CLIENT_SSL ] { 2048 } Constant [ int MYSQLX_TYPE_DECIMAL ] { 0 } Constant [ int MYSQLX_TYPE_TINY ] { 1 } diff --git a/php-pecl-mysql-xdevapi.spec b/php-pecl-mysql-xdevapi.spec index 60965e6..5e7e1a1 100644 --- a/php-pecl-mysql-xdevapi.spec +++ b/php-pecl-mysql-xdevapi.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-mysql-xdevapi # -# Copyright (c) 2016-2020 Remi Collet +# Copyright (c) 2016-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -24,16 +24,17 @@ Summary: MySQL database access functions Name: %{?sub_prefix}php-pecl-mysql-xdevapi -Version: 8.0.22 +Version: 8.0.23 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ -BuildRequires: %{?scl_prefix}php-devel > 7.1 +BuildRequires: %{?scl_prefix}php-devel >= 7.1 BuildRequires: %{?scl_prefix}php-mysqlnd BuildRequires: %{?scl_prefix}php-hash BuildRequires: %{?scl_prefix}php-json @@ -78,12 +79,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter private shared object -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description The X DevAPI is he new common API for MySQL Connectors built on the X Protocol @@ -312,6 +307,9 @@ fi %changelog +* Mon Jan 18 2021 Remi Collet - 8.0.23-1 +- update to 8.0.23 + * Mon Oct 19 2020 Remi Collet - 8.0.22-1 - update to 8.0.22 -- cgit