diff options
| -rw-r--r-- | phpunit7.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit7.spec b/phpunit7.spec index a45bd36..ccc295d 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    9ba59817745b0fe0c1a5a3032dfd4a6d2994ad1c +%global gh_commit    b9278591caa8630127f96c63b598712b699e671c  #global gh_date      20150927  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_vendor    sebastianbergmann @@ -24,8 +24,8 @@  %global php_home     %{_datadir}/php  %global ver_major    7  %global ver_minor    5 -%global ver_patch    12 -%global specrel      2 +%global ver_patch    13 +%global specrel      1  Name:           %{pk_project}%{ver_major}  Version:        %{ver_major}.%{ver_minor}.%{ver_patch} @@ -276,6 +276,9 @@ exit $ret  %changelog +* Wed Jun 19 2019 Remi Collet <remi@remirepo.net> - 7.5.13-1 +- update to 7.5.13 +  * Fri Jun  7 2019 Remi Collet <remi@remirepo.net> - 7.5.12-2  - use php-myclabs-deep-copy19 on EL 6 and 7  | 
