From 544692e9a9ea79bf8830f958b6d85f287abab24a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jul 2021 14:11:33 +0200 Subject: update to 2.0.3 --- php-phar-io-manifest2.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/php-phar-io-manifest2.spec b/php-phar-io-manifest2.spec index db46361..6a7ce6b 100644 --- a/php-phar-io-manifest2.spec +++ b/php-phar-io-manifest2.spec @@ -13,7 +13,7 @@ %bcond_without tests %endif -%global gh_commit 85265efd3af7ba3ca4b2a2c34dbfc5788dd29133 +%global gh_commit 97803eca37d319dfa7826cc2437fc020857acb53 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project manifest @@ -25,8 +25,8 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.0.1 -Release: 2%{?dist} +Version: 2.0.3 +Release: 1%{?dist} Summary: Component for reading phar.io manifest information License: BSD @@ -41,7 +41,7 @@ BuildRequires: php-phar # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(%{pk_vendor}/version) >= 3.0.1 with php-composer(%{pk_vendor}/version) < 4) -# remirepo:4 +# remirepo:3 %else BuildRequires: php-phar-io-version3 >= 3.0.1 %endif @@ -122,7 +122,7 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmd in "php %{phpunit}" php73 php74 php80 php81; do if which $cmd; then set $cmd $1 -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ @@ -137,6 +137,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc README.md composer.json @@ -144,7 +145,10 @@ exit $ret %changelog -* Mon Aug 11 2020 Remi Collet - 2.0.1-2 +* Wed Jul 21 2021 Remi Collet - 2.0.3-1 +- update to 2.0.3 + +* Tue Aug 11 2020 Remi Collet - 2.0.1-2 - switch to phpunit9 * Mon Jun 29 2020 Remi Collet - 2.0.1-1 -- cgit