From bdd38d1e5956fc449116deae1a8b39b3609814c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Jun 2021 17:36:54 +0200 Subject: update to 1.0.1 open https://github.com/awslabs/aws-crt-php/issues/37 incomplete archive open https://github.com/awslabs/aws-crt-php/issues/38 missing tag --- php-pecl-awscrt.spec | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'php-pecl-awscrt.spec') diff --git a/php-pecl-awscrt.spec b/php-pecl-awscrt.spec index f26875a..fb3e773 100644 --- a/php-pecl-awscrt.spec +++ b/php-pecl-awscrt.spec @@ -22,13 +22,15 @@ %global pecl_name awscrt %global ini_name 40-%{pecl_name}.ini -%global gh_tag v1.0.0 +# commit is used only if tag is missing +%global gh_commit 1feba3eb6a4e89a43baf96a4251e00e68531c7a5 +#global gh_tag v1.0.1 %global gh_owner awslabs %global gh_project aws-crt-php Summary: AWS Common Runtime PHP bindings Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.0 +Version: 1.0.1 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} @@ -98,10 +100,13 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO sed -e 's/role="test"/role="src"/' \ -e 's/role="doc"/role="src"/' \ %{!?_licensedir:-e '/LICENSE/s/role="src"/role="doc"/' } \ - -e '/md"/s/role="src"/role="doc"/'\ + -e '/"CODE_OF_CONDUCT.md"/s/role="src"/role="doc"/'\ + -e '/"CONTRIBUTING.md"/s/role="src"/role="doc"/'\ + -e '/"README.md"/s/role="src"/role="doc"/'\ -i package.xml mv %{pecl_name}-%{version} NTS +rm -rf NTS/crt ln -s ../%{gh_project}-%{version}/crt NTS/crt pushd %{gh_project}-%{version} @@ -229,5 +234,12 @@ fi %changelog +* Tue Jun 29 2021 Remi Collet - 1.0.1-1 +- update to 1.0.1 +- open https://github.com/awslabs/aws-crt-php/issues/37 incomplete archive +- open https://github.com/awslabs/aws-crt-php/issues/38 missing tag + * Wed Jun 23 2021 Remi Collet - 1.0.0-1 - initial package, version 1.0.0 (devel) +- open https://github.com/awslabs/aws-crt-php/issues/34 broken archive +- open https://github.com/awslabs/aws-crt-php/issues/35 broken build -- cgit