From 0f1d5d02c81a56b73c313bdadce8f08caedc7fc3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Mar 2023 09:33:43 +0100 Subject: update to 10.0.17 --- composer.json | 3 ++- phpunit10.spec | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 165c61f..4c0ca2a 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/phpunit/issues" + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "security": "https://github.com/sebastianbergmann/phpunit/security/policy" }, "prefer-stable": true, "require": { diff --git a/phpunit10.spec b/phpunit10.spec index 1ea0e6f..ee6a8ff 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 07d386a11ac7094032900f07cada1c8975d16607 +%global gh_commit b75eddcabca052312ae38c8a2bc69ff1a7b89b77 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 10 %global ver_minor 0 -%global upstream_version 10.0.16 +%global upstream_version 10.0.17 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -294,6 +294,9 @@ exit $ret %changelog +* Tue Mar 21 2023 Remi Collet - 10.0.17-1 +- update to 10.0.17 + * Mon Mar 13 2023 Remi Collet - 10.0.16-1 - update to 10.0.16 -- cgit