diff options
-rw-r--r-- | php-pecl-awscrt.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-awscrt.spec b/php-pecl-awscrt.spec index 4e27e19..66d5ce4 100644 --- a/php-pecl-awscrt.spec +++ b/php-pecl-awscrt.spec @@ -30,7 +30,7 @@ Summary: AWS Common Runtime PHP bindings Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: ASL 2.0 URL: https://pecl.php.net/package/%{pecl_name} @@ -224,6 +224,9 @@ fi %changelog +* Sat Sep 11 2021 Remi Collet <remi@remirepo.net> - 1.0.8-1 +- update to 1.0.8 + * Fri Sep 3 2021 Remi Collet <remi@remirepo.net> - 1.0.7-1 - update to 1.0.7 |