From 8fee23557cde03dd83fa3a3d16e054afccf6d886 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Oct 2023 13:41:38 +0200 Subject: update to 1.2.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-awscrt.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 56f7d48..7a324b7 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ awscrt -Version => 1.2.2 +Version => 1.2.3 Directive => Local Value => Master Value awscrt.log_level => no value => no value diff --git a/REFLECTION b/REFLECTION index df8f26f..a5fb96c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #124 awscrt version 1.2.2 ] { +Extension [ extension #126 awscrt version 1.2.3 ] { - INI { Entry [ awscrt.log_level ] diff --git a/php-pecl-awscrt.spec b/php-pecl-awscrt.spec index 33f49a5..b43317a 100644 --- a/php-pecl-awscrt.spec +++ b/php-pecl-awscrt.spec @@ -26,8 +26,8 @@ Summary: AWS Common Runtime PHP bindings Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.2.2 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.2.3 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} # extension is Apache-2.0 # see LICENSE* for rust libraries License: Apache-2.0 AND MIT AND BSD-3-Clause @@ -218,6 +218,9 @@ fi %changelog +* Tue Oct 17 2023 Remi Collet - 1.2.3-1 +- update to 1.2.3 + * Wed Aug 30 2023 Remi Collet - 1.2.2-2 - rebuild for PHP 8.3.0RC1 -- cgit