summaryrefslogtreecommitdiffstats
path: root/php-doctrine-instantiator.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-01-03 11:10:52 +0100
committerRemi Collet <remi@php.net>2023-01-03 11:10:52 +0100
commitd612c2851326089f9a1ad98bcffcb00f1df26688 (patch)
tree9cff30973427db469dccd5e9dc7c59b097092d2c /php-doctrine-instantiator.spec
parent3b6ac469b883cc70e187250e1027215f8e554362 (diff)
update to 1.5.0HEADmaster
Diffstat (limited to 'php-doctrine-instantiator.spec')
-rw-r--r--php-doctrine-instantiator.spec11
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 1.5.0-1
+- update to 1.5.0
+
* Thu Mar 3 2022 Remi Collet <remi@remirepo.net> - 1.4.1-1
- update to 1.4.1