From 93d282f62d8dfec49ea26f49cdd06e9f92123428 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Feb 2022 07:58:28 +0100 Subject: update to 3.1.1 --- php-phar-io-version3.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 68537bd..6a6b882 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phar-io-version3 # -# Copyright (c) 2017-2021 Remi Collet +# Copyright (c) 2017-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit bae7c545bef187884426f042434e561ab1ddb182 +%global gh_commit 15a90844ad40f127afd244c0cad228de2a80052a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -21,7 +21,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.1.0 +Version: 3.1.1 Release: 1%{?dist} Summary: Library for handling version information and constraints @@ -81,7 +81,7 @@ cp -pr src %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major} : Run upstream test suite ret=0 BS=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php -for cmd in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmd in "php %{phpunit}" php74 php80 php81; do if which $cmd; then set $cmd $1 -d auto_prepend_file=$BS \ @@ -104,6 +104,9 @@ exit $ret %changelog +* Tue Feb 8 2022 Remi Collet - 3.1.1-1 +- update to 3.1.1 + * Wed Feb 24 2021 Remi Collet - 3.1.0-1 - update to 3.1.0 -- cgit