diff options
Diffstat (limited to 'php-pecl-awscrt.spec')
-rw-r--r-- | php-pecl-awscrt.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 |