diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-07 08:52:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-07 08:52:34 +0200 |
commit | 4ead88cce0554d5c5176712428c2e85b07e7ccb7 (patch) | |
tree | 027cf5e688d4d614479d69fb968006b730ca6c7e | |
parent | 819d858505dd917a5bc1b6077e6ccbd2934d8d00 (diff) |
v5.1.0
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-phpunit-php-code-coverage5.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index aa8156a..6527ed2 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ }, "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "5.1.x-dev" } } } diff --git a/php-phpunit-php-code-coverage5.spec b/php-phpunit-php-code-coverage5.spec index 341599d..33f94cf 100644 --- a/php-phpunit-php-code-coverage5.spec +++ b/php-phpunit-php-code-coverage5.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit 37bbf491e6b585267ef1e0cbb0056f5c00ebf91c +%global gh_commit cff36444733ac6d3f153866f55898373ca184610 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -22,8 +22,8 @@ %global ns_project CodeCoverage %global php_home %{_datadir}/php %global ver_major 5 -%global ver_minor 0 -%global ver_patch 4 +%global ver_minor 1 +%global ver_patch 0 %global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -195,6 +195,9 @@ done %changelog +* Fri Apr 7 2017 Remi Collet <remi@remirepo.net> - 5.1.0-1 +- Update to 5.1.0 + * Sun Apr 2 2017 Remi Collet <remi@remirepo.net> - 5.0.4-1 - Update to 5.0.4 - use fedora2 autoloader template |