From d612c2851326089f9a1ad98bcffcb00f1df26688 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Jan 2023 11:10:52 +0100 Subject: update to 1.5.0 --- php-doctrine-instantiator.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-doctrine-instantiator.spec') diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index 7768e84..3f8966f 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-doctrine-instantiator # -# Copyright (c) 2014-2022 Remi Collet +# Copyright (c) 2014-2023 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,7 +9,7 @@ # bootstrap needed when rebuilding PHPUnit for new major version %global bootstrap 0 -%global gh_commit 10dcfce151b967d20fde1b34ae6640712c3891bc +%global gh_commit 0a0fa9780f5d4e507415a065172d26a98d02047b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project instantiator @@ -21,7 +21,7 @@ %endif Name: php-doctrine-instantiator -Version: 1.4.1 +Version: 1.5.0 Release: 1%{?dist} Summary: Instantiate objects in PHP without invoking their constructors @@ -95,7 +95,7 @@ EOF : Run test suite ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 -d auto_prepend_file=vendor/autoload.php \ @@ -119,6 +119,9 @@ exit $ret %changelog +* Tue Jan 3 2023 Remi Collet - 1.5.0-1 +- update to 1.5.0 + * Thu Mar 3 2022 Remi Collet - 1.4.1-1 - update to 1.4.1 -- cgit