diff options
| author | Remi Collet <remi@remirepo.net> | 2018-05-15 08:00:05 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-05-15 08:00:05 +0200 | 
| commit | 7030a5a9b32f4b3b971efcead41cefd2c1a12c86 (patch) | |
| tree | 97c626b7b8e428a4e625783a4f4935ce7952d618 | |
| parent | 18b292eb9b5731204adc46fe65901f04c9fa3a97 (diff) | |
v2.7.1
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | php-zendframework-zend-mime.spec | 7 | 
2 files changed, 6 insertions, 4 deletions
| diff --git a/composer.json b/composer.json index 8bfed71..356e974 100644 --- a/composer.json +++ b/composer.json @@ -54,8 +54,7 @@          "cs-check": "phpcs",          "cs-fix": "phpcbf",          "test": "phpunit --colors=always", -        "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", -        "upload-coverage": "coveralls -v" +        "test-coverage": "phpunit --colors=always --coverage-clover clover.xml"      },      "homepage": "https://github.com/zendframework/zend-mime"  } diff --git a/php-zendframework-zend-mime.spec b/php-zendframework-zend-mime.spec index e04b951..111603e 100644 --- a/php-zendframework-zend-mime.spec +++ b/php-zendframework-zend-mime.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    5db38e92f8a6c7c5e25c8afce6e2d0bd49340c5f +%global gh_commit    52ae5fa9f12845cae749271034a2d594f0e4c6f2  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     zendframework  %global gh_project   zend-mime @@ -20,7 +20,7 @@  %endif  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.7.0 +Version:        2.7.1  Release:        1%{?dist}  Summary:        Zend Framework %{library} component @@ -136,6 +136,9 @@ exit $ret  %changelog +* Tue May 15 2018 Remi Collet <remi@remirepo.net> - 2.7.1-1 +- update to 2.7.1 +  * Wed Nov 29 2017 Remi Collet <remi@remirepo.net> - 2.7.0-1  - Update to 2.7.0  - raise dependency on PHP 5.6 | 
