summaryrefslogtreecommitdiffstats
path: root/phpunit7.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-06 12:39:54 +0100
committerRemi Collet <remi@remirepo.net>2019-12-06 12:39:54 +0100
commit51022a72ee308cdb8425599d18fa8b6df04fb729 (patch)
treebf7c1cd941127b2404c40caa4bf9b328f28bbdda /phpunit7.spec
parent64552a13fe0105cd2b5aa3155cedd322247b25e5 (diff)
v7.5.18
Diffstat (limited to 'phpunit7.spec')
-rw-r--r--phpunit7.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/phpunit7.spec b/phpunit7.spec
index 52ed108..941964d 100644
--- a/phpunit7.spec
+++ b/phpunit7.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 4c92a15296e58191a4cd74cff3b34fc8e374174a
+%global gh_commit fcf6c4bfafaadc07785528b06385cce88935474d
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_vendor sebastianbergmann
@@ -24,7 +24,7 @@
%global php_home %{_datadir}/php
%global ver_major 7
%global ver_minor 5
-%global ver_patch 17
+%global ver_patch 18
%global specrel 1
Name: %{pk_project}%{ver_major}
@@ -257,7 +257,6 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php
sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit
ret=0
-# TODO 7.4: Exception: Serialization of 'ReflectionClass' is not allowed
for cmd in php php71 php72 php73 php74; do
if which $cmd; then
if [ $($cmd -r 'echo PHP_VERSION_ID;') -ge 70400 ]; then
@@ -280,6 +279,9 @@ exit $ret
%changelog
+* Fri Dec 6 2019 Remi Collet <remi@remirepo.net> - 7.5.18-1
+- update to 7.5.18
+
* Mon Oct 28 2019 Remi Collet <remi@remirepo.net> - 7.5.17-1
- update to 7.5.17