From 5f346117d478806ca64c649364cd86af12b70456 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Aug 2018 07:31:55 +0200 Subject: v5.0.10 --- composer.json | 2 +- php-phpunit-mock-objects5.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3171806..a188204 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "sebastian/exporter": "^3.1" }, "require-dev": { - "phpunit/phpunit": "^6.5" + "phpunit/phpunit": "^6.5.11" }, "conflict": { "phpunit/phpunit": "<6.0" diff --git a/php-phpunit-mock-objects5.spec b/php-phpunit-mock-objects5.spec index ec09541..893ce10 100644 --- a/php-phpunit-mock-objects5.spec +++ b/php-phpunit-mock-objects5.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # Github -%global gh_commit 141129c578f58f38f55eccf15a1039bd413ea57c +%global gh_commit cd1cf05c553ecfec36b170070573e540b67d3f1f #global gh_date 20150902 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php %global ver_major 5 %global ver_minor 0 -%global ver_patch 9 +%global ver_patch 10 %global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -60,7 +60,7 @@ BuildRequires: php-doctrine-instantiator >= 1.0.5 BuildRequires: php-sebastian-exporter3 >= 3.1 %endif # From composer.json, "require-dev": { -# "phpunit/phpunit": "^6.5" +# "phpunit/phpunit": "^6.5.11" BuildRequires: phpunit6 >= 6.5 %endif @@ -169,6 +169,9 @@ exit $ret ## TODO drop the filter with phpunit 6.5.11 %changelog +* Sat Aug 11 2018 Remi Collet - 5.0.10-1 +- update to 5.0.10 + * Thu Aug 9 2018 Remi Collet - 5.0.9-1 - update to 5.0.9 (no change) -- cgit