diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-11 07:31:55 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-11 07:31:55 +0200 |
commit | 5f346117d478806ca64c649364cd86af12b70456 (patch) | |
tree | bbb471ea5eb2c51cfb727f82a82dfe8c2268f54b /php-phpunit-mock-objects5.spec | |
parent | a02f914df6b5c2c34b5abba1f0a08d745d2003f1 (diff) |
v5.0.10
Diffstat (limited to 'php-phpunit-mock-objects5.spec')
-rw-r--r-- | php-phpunit-mock-objects5.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 5.0.10-1 +- update to 5.0.10 + * Thu Aug 9 2018 Remi Collet <remi@remirepo.net> - 5.0.9-1 - update to 5.0.9 (no change) |