diff options
-rw-r--r-- | php-phpunit-php-code-coverage6.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-code-coverage6.spec b/php-phpunit-php-code-coverage6.spec index f1ef788..b4a3b9f 100644 --- a/php-phpunit-php-code-coverage6.spec +++ b/php-phpunit-php-code-coverage6.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit 4d3ae9b21a7d7e440bd0cf65565533117976859f +%global gh_commit 807e6013b00af69b6c5d9ceb4282d0393dbb9d8d #global gh_date 20150924 %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 6 %global ver_minor 1 -%global ver_patch 3 +%global ver_patch 4 %global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -143,7 +143,7 @@ Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php %build %{_bindir}/phpab \ - --template fedora2 \ + --template fedora \ --output src/autoload.php \ src @@ -206,6 +206,9 @@ exit $ret %changelog +* Wed Oct 31 2018 Remi Collet <remi@remirepo.net> - 6.1.4-1 +- update to 6.1.4 + * Tue Oct 23 2018 Remi Collet <remi@remirepo.net> - 6.1.3-1 - update to 6.1.3 |