summaryrefslogtreecommitdiffstats
path: root/php-pecl-awscrt.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-17 13:41:38 +0200
committerRemi Collet <remi@php.net>2023-10-17 13:41:38 +0200
commit8fee23557cde03dd83fa3a3d16e054afccf6d886 (patch)
treec814d0b5477723654f7bddc8938311b50dafa55c /php-pecl-awscrt.spec
parentcc7c6afbf2468ad1f6daa49dd3aa540ba21bd97c (diff)
update to 1.2.3HEADmaster
Diffstat (limited to 'php-pecl-awscrt.spec')
-rw-r--r--php-pecl-awscrt.spec7
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 1.2.3-1
+- update to 1.2.3
+
* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.2.2-2
- rebuild for PHP 8.3.0RC1