From 2392b938c1e0dd2187548ee1b4cf737a4fdd20c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Feb 2019 07:40:31 +0100 Subject: v7.5.3 --- phpunit7.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit7.spec b/phpunit7.spec index 9670771..f7aaa07 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 7c89093bd00f7d5ddf0ab81dee04f801416b4944 +%global gh_commit 2cb759721e53bc05f56487f628c6b9fbb6c18746 #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 2 +%global ver_patch 3 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -267,6 +267,9 @@ exit $ret %changelog +* Fri Feb 1 2019 Remi Collet - 7.5.3-1 +- update to 7.5.3 + * Tue Jan 15 2019 Remi Collet - 7.5.2-1 - update to 7.5.2 -- cgit