From aa79038552398845610afef688818bb28b1f7d7a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Oct 2021 15:38:45 +0200 Subject: update to 3.2.6 --- php-composer-semver3.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/php-composer-semver3.spec b/php-composer-semver3.spec index 4a4e6f4..44e5964 100644 --- a/php-composer-semver3.spec +++ b/php-composer-semver3.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-composer-semver3 # -# Copyright (c) 2015-2020 Remi Collet +# Copyright (c) 2015-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 31f3ea725711245195f62e54ffa402d8ef2fdba9 +%global gh_commit 83e511e247de329283478496f7a1e114c9517506 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner composer @@ -20,7 +20,7 @@ %global major 3 Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 3.2.5 +Version: 3.2.6 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Semver library version %{major} @@ -33,7 +33,6 @@ Source1: makesrc.sh BuildArch: noarch %if %{with tests} # For tests -# BR 7.1 as we use phpunit7 BuildRequires: php(language) >= 5.3.2 BuildRequires: php-pcre BuildRequires: php-spl @@ -86,7 +85,7 @@ cp -pr src %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major} %check %if %{with tests} ret=0 -for cmd in php php72 php73 php74 php80; do +for cmd in php php73 php74 php80 php81; do if which $cmd; then $cmd %{phpunit} \ --bootstrap %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ @@ -111,6 +110,9 @@ exit $ret %changelog +* Mon Oct 25 2021 Remi Collet - 3.2.6-1 +- update to 3.2.6 + * Tue May 25 2021 Remi Collet - 3.2.5-1 - update to 3.2.5 -- cgit