From ed11125da7c2d44d2bfa0dbe9d8395da4de261a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Aug 2023 10:43:20 +0200 Subject: update to 10.3.1 --- phpunit10.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index 20e5ebe..d4926d6 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -8,12 +8,13 @@ # Please, preserve the changelog entries # -# remirepo:1 +# remirepo:2 +# For compatibility with SCL %undefine __brp_mangle_shebangs %bcond_without tests -%global gh_commit c87ae282d17b256d09cfef0eb4f5db2d09cfd36a +%global gh_commit d442ce7c4104d5683c12e67e4dcb5058159e9804 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -27,7 +28,7 @@ %global ver_major 10 %global ver_minor 3 -%global upstream_version 10.3.0 +%global upstream_version 10.3.1 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -301,6 +302,9 @@ exit $ret %changelog +* Fri Aug 4 2023 Remi Collet - 10.3.1-1 +- update to 10.3.1 + * Fri Aug 4 2023 Remi Collet - 10.3.0-1 - update to 10.3.0 -- cgit