From edf1056ccbb836e566cc5bac3a4a235433d0e495 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Jul 2017 17:36:49 +0200 Subject: v4.0.2 --- php-phpunit-mock-objects4.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-phpunit-mock-objects4.spec b/php-phpunit-mock-objects4.spec index d4b0d18..c25e85e 100644 --- a/php-phpunit-mock-objects4.spec +++ b/php-phpunit-mock-objects4.spec @@ -6,9 +6,9 @@ # # Please, preserve the changelog entries # -%global bootstrap 1 +%global bootstrap 0 # Github -%global gh_commit eabce450df194817a7d7e27e19013569a903a2bf +%global gh_commit d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4 #global gh_date 20150902 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,8 +23,8 @@ %global php_home %{_datadir}/php %global ver_major 4 %global ver_minor 0 -%global ver_patch 1 -%global specrel 2 +%global ver_patch 2 +%global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} %else @@ -127,7 +127,7 @@ require_once '%{buildroot}%{php_home}/%{ns_vendor}/%{ns_top}/%{ns_project}/autol EOF ret=0 -for cmd in php70 php71 php; do +for cmd in php php70 php71 php72; do if which $cmd; then $cmd -d include_path=.:%{buildroot}%{php_home}:%{php_home} \ %{_bindir}/phpunit6 --no-coverage --verbose @@ -148,6 +148,9 @@ exit $ret %changelog +* Sun Jul 2 2017 Remi Collet - 4.0.2-1 +- Update to 4.0.2 + * Mon Mar 6 2017 Remi Collet - 4.0.1-2 - fix autoloader -- cgit