From 01506dd30ffd62a4247e6441d6f13eb76f48190c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Jun 2024 07:10:05 +0200 Subject: update to 1.2.6 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-awscrt.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 7a324b7..c8023bd 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index a5fb96c..3ce5608 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #126 awscrt version 1.2.3 ] { +Extension [ extension #108 awscrt version 1.2.6 ] { - INI { Entry [ awscrt.log_level ] 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 - 1.2.6-1 +- update to 1.2.6 + * Tue Oct 17 2023 Remi Collet - 1.2.3-1 - update to 1.2.3 -- cgit