diff options
| author | Remi Collet <remi@remirepo.net> | 2021-01-18 14:40:08 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-01-18 14:40:08 +0100 | 
| commit | a7419d174f856a10aace018647147b484f8062e6 (patch) | |
| tree | 244821f6921c93574d8cab7e9cc92bcd93465fa7 | |
| parent | ffe4db45346e97b11d4d0b200380482068566e46 (diff) | |
update to 8.0.23
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 6 | ||||
| -rw-r--r-- | php-pecl-mysql-xdevapi.spec | 16 | 
4 files changed, 13 insertions, 13 deletions
| @@ -1,5 +1,7 @@ +clog  package-*.xml  *.tgz +*.tar.bz2  *.tar.gz  *.tar.xz  *.tar.xz.asc @@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #87 mysql_xdevapi version 8.0.22 ] { +Extension [ <persistent> extension #88 mysql_xdevapi version 8.0.23 ] {    - Dependencies {      Dependency [ standard (Required) ] @@ -29,8 +29,8 @@ Extension [ <persistent> 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 <remi@remirepo.net> - 8.0.23-1 +- update to 8.0.23 +  * Mon Oct 19 2020 Remi Collet <remi@remirepo.net> - 8.0.22-1  - update to 8.0.22 | 
