diff options
Diffstat (limited to 'php-pecl-awscrt.spec')
-rw-r--r-- | php-pecl-awscrt.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/php-pecl-awscrt.spec b/php-pecl-awscrt.spec index ffc1064..3a34bb6 100644 --- a/php-pecl-awscrt.spec +++ b/php-pecl-awscrt.spec @@ -30,14 +30,12 @@ Summary: AWS Common Runtime PHP bindings Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz -Patch0: 0001-fix-95-compatibility-with-PHP-5.x.patch - %if 0%{?rhel} == 7 && 0%{?dtsversion} == 0 BuildRequires: devtoolset-6-toolchain %global dtsversion 6 @@ -99,8 +97,6 @@ sed -e 's/role="test"/role="src"/' \ mv %{pecl_name}-%{version} NTS pushd NTS -%patch0 -p1 -b .pr96 - # Parallel build sed -e '/(CMAKE_BUILD)/s/$/ --verbose %{?_smp_mflags}/' -i Makefile.frag @@ -226,6 +222,10 @@ fi %changelog +* Wed Mar 29 2023 Remi Collet <remi@remirepo.net> - 1.2.1-1 +- update to 1.2.1 +- drop patch merged upstream + * Fri Mar 17 2023 Remi Collet <remi@remirepo.net> - 1.2.0-1 - update to 1.2.0 (stable) - fix https://github.com/awslabs/aws-crt-php/issues/95 PHP 5.x compatibility |