summaryrefslogtreecommitdiffstats
path: root/php-pecl-awscrt.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-29 14:07:33 +0200
committerRemi Collet <remi@php.net>2023-03-29 14:07:33 +0200
commit1b56c553de93d5b79d357f88efdcc8a01f1e9e44 (patch)
tree782bac8e7a7d6f562874b36907093afebdaa29f8 /php-pecl-awscrt.spec
parentb55c2beca1569b4ee686247f8a607a44a01ab802 (diff)
update to 1.2.1
drop patch merged upstream
Diffstat (limited to 'php-pecl-awscrt.spec')
-rw-r--r--php-pecl-awscrt.spec10
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