diff options
author | Remi Collet <remi@remirepo.net> | 2024-06-14 07:10:05 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-06-14 07:10:05 +0200 |
commit | 01506dd30ffd62a4247e6441d6f13eb76f48190c (patch) | |
tree | 7bb8a185dd4bcba2e925ba79805dc5162bba10b8 | |
parent | 8fee23557cde03dd83fa3a3d16e054afccf6d886 (diff) |
update to 1.2.6
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-awscrt.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -1,7 +1,7 @@ awscrt -Version => 1.2.3 +Version => 1.2.6 Directive => Local Value => Master Value awscrt.log_level => no value => no value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 awscrt version 1.2.3 ] { +Extension [ <persistent> extension #108 awscrt version 1.2.6 ] { - INI { Entry [ awscrt.log_level <ALL> ] diff --git a/php-pecl-awscrt.spec b/php-pecl-awscrt.spec index b43317a..4b1dab7 100644 --- a/php-pecl-awscrt.spec +++ b/php-pecl-awscrt.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-awscrt # -# Copyright (c) 2021-2023 Remi Collet +# Copyright (c) 2021-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -26,7 +26,7 @@ Summary: AWS Common Runtime PHP bindings Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.2.3 +Version: 1.2.6 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} # extension is Apache-2.0 # see LICENSE* for rust libraries @@ -218,6 +218,9 @@ fi %changelog +* Fri Jun 14 2024 Remi Collet <remi@remirepo.net> - 1.2.6-1 +- update to 1.2.6 + * Tue Oct 17 2023 Remi Collet <remi@remirepo.net> - 1.2.3-1 - update to 1.2.3 |