From ed0cce838da60d00afb3dc95b5d6b3a1241d6e48 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Nov 2019 15:53:26 +0100 Subject: v1.3.0 --- php-doctrine-instantiator.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index 0df9a7b..4588941 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -9,7 +9,7 @@ # bootstrap needed when rebuilding PHPUnit for new major version %global bootstrap 0 -%global gh_commit a2c590166b2133a4633738648b6b064edae0814a +%global gh_commit ae466f726242e637cebdd526a7d991b9433bacf1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project instantiator @@ -31,7 +31,7 @@ Release: 1%{?dist} %global major 11 %global with_tests 0 %endif -Version: 1.2.0 +Version: 1.3.0 Summary: Instantiate objects in PHP without invoking their constructors License: MIT @@ -106,7 +106,7 @@ EOF : Run test suite ret=0 -for cmd in php php71 php72 php73; do +for cmd in php php71 php72 php73 php74; do if which $cmd; then $cmd -d include_path=".:%{buildroot}%{_datadir}/php:%{_datadir}/php" \ %{_bindir}/phpunit6 \ @@ -129,6 +129,9 @@ exit $ret %changelog +* Wed Nov 13 2019 Remi Collet - 1.3.0-1 +- update to 1.3.0 + * Mon Mar 25 2019 Remi Collet - 1.2.0-1 - update to 1.2.0 -- cgit