summaryrefslogtreecommitdiffstats
path: root/phpunit7.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-19 15:48:14 +0200
committerRemi Collet <remi@remirepo.net>2019-06-19 15:48:14 +0200
commit59d7407052a9a121174e4a38c88eb41efb26a2ca (patch)
tree56d8b074b821ea6fe84cab1b2174225bbf5330db /phpunit7.spec
parent68cf27aea0bd08afb9d74bce133e41e40ac6c598 (diff)
v7.5.13
Diffstat (limited to 'phpunit7.spec')
-rw-r--r--phpunit7.spec9
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