diff options
| -rw-r--r-- | phpunit7.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/phpunit7.spec b/phpunit7.spec index e5a150f..b100695 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    64cb33f5b520da490a7b13149d39b43cf3c890c6 +%global gh_commit    9ba59817745b0fe0c1a5a3032dfd4a6d2994ad1c  #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    11 +%global ver_patch    12  %global specrel      1  Name:           %{pk_project}%{ver_major} @@ -254,6 +254,7 @@ 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; do    if which $cmd; then       $cmd ./phpunit $OPT --verbose || ret=1 @@ -272,6 +273,9 @@ exit $ret  %changelog +* Tue May 28 2019 Remi Collet <remi@remirepo.net> - 7.5.12-1 +- update to 7.5.12 +  * Tue May 14 2019 Remi Collet <remi@remirepo.net> - 7.5.11-1  - update to 7.5.11  | 
