summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-30 08:28:43 +0200
committerRemi Collet <remi@php.net>2023-08-30 08:28:43 +0200
commitcc7c6afbf2468ad1f6daa49dd3aa540ba21bd97c (patch)
tree67403c93fc70bdeafaa4936e998d6532f383bc02
parentf2a97290ee283081501cfe88dd20858e19a43a74 (diff)
rebuild for PHP 8.3.0RC1
-rw-r--r--php-pecl-awscrt.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-awscrt.spec b/php-pecl-awscrt.spec
index a51349b..33f49a5 100644
--- a/php-pecl-awscrt.spec
+++ b/php-pecl-awscrt.spec
@@ -27,7 +27,7 @@
Summary: AWS Common Runtime PHP bindings
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: 1.2.2
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 2%{?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
+* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.2.2-2
+- rebuild for PHP 8.3.0RC1
+
* Thu Jul 27 2023 Remi Collet <remi@remirepo.net> - 1.2.2-1
- update to 1.2.2
- buld out of sources tree