From fae30a7dde320874d4674ab7300664b9220ab311 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Feb 2019 07:35:28 +0100 Subject: v4.1.0 --- php-sebastian-environment4.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-sebastian-environment4.spec') diff --git a/php-sebastian-environment4.spec b/php-sebastian-environment4.spec index 3facb7b..9475a32 100644 --- a/php-sebastian-environment4.spec +++ b/php-sebastian-environment4.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # Sources -%global gh_commit 4a43e9af57b4afa663077b9bc85255dbc6e8a2bd +%global gh_commit 6fda8ce1974b62b14935adc02a9ed38252eca656 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project environment @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.2 +Version: 4.1.0 Release: 1%{?dist} Summary: Handle HHVM/PHP environments @@ -43,8 +43,8 @@ BuildRequires: php-posix BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %if %{with_tests} # from composer.json, "require-dev": { -# "phpunit/phpunit": "^7.4" -BuildRequires: phpunit7 >= 7.4 +# "phpunit/phpunit": "^7.5" +BuildRequires: phpunit7 >= 7.5 %endif # from composer.json, "require": { @@ -107,6 +107,9 @@ exit $ret %changelog +* Fri Feb 1 2019 Remi Collet - 4.1.0-1 +- update to 4.1.0 + * Wed Jan 30 2019 Remi Collet - 4.0.2-1 - update to 4.0.2 -- cgit