summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-13 15:53:26 +0100
committerRemi Collet <remi@remirepo.net>2019-11-13 15:53:26 +0100
commited0cce838da60d00afb3dc95b5d6b3a1241d6e48 (patch)
treed330f2c474fd8b227348a0ec1b02a12b56dafc9e
parent57ab4f51a6079b1a9eab5cb83c2d402567e7c07f (diff)
v1.3.0
-rw-r--r--php-doctrine-instantiator.spec9
1 files 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 <remi@remirepo.net> - 1.3.0-1
+- update to 1.3.0
+
* Mon Mar 25 2019 Remi Collet <remi@remirepo.net> - 1.2.0-1
- update to 1.2.0