From 5793ae4e1c7c26c59640a29bfcba5fb41fc4db6f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Jun 2022 11:02:20 +0200 Subject: update to 8.5.27 --- composer.json | 3 --- phpunit8.spec | 7 +++++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 7ca2f67..88e2290 100644 --- a/composer.json +++ b/composer.json @@ -47,9 +47,6 @@ "sebastian/type": "^1.1.3", "sebastian/version": "^2.0.1" }, - "require-dev": { - "ext-PDO": "*" - }, "config": { "platform": { "php": "7.2.0" diff --git a/phpunit8.spec b/phpunit8.spec index 99aeb79..bbc8203 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ef117c59fc4c54a979021b26d08a3373e386606d +%global gh_commit df70070f2711b8fe8dcca0797c1239ede8c94be6 #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 8 %global ver_minor 5 -%global upstream_version 8.5.26 +%global upstream_version 8.5.27 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -283,6 +283,9 @@ exit $ret %changelog +* Mon Jun 20 2022 Remi Collet - 8.5.27-1 +- update to 8.5.27 + * Mon Apr 4 2022 Remi Collet - 8.5.26-1 - update to 8.5.26 -- cgit