diff options
| author | Remi Collet <remi@remirepo.net> | 2019-05-02 09:12:20 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-05-02 09:12:20 +0200 | 
| commit | e157bb4df978819ccfe44dde1cfb0ce3d78039e5 (patch) | |
| tree | 96ce317a7cc92b81a255fe308f47adb8c72b1a5e | |
| parent | 5b05be9974ea8b90630912207f992f21b98401bf (diff) | |
v2.8.0zend-loader
| -rw-r--r-- | php-zendframework-zend-soap.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/php-zendframework-zend-soap.spec b/php-zendframework-zend-soap.spec index 3cdb516..9e0ce7d 100644 --- a/php-zendframework-zend-soap.spec +++ b/php-zendframework-zend-soap.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    af03c32f0db2b899b3df8cfe29aeb2b49857d284 +%global gh_commit    8762d79efa220d82529c43ce08d70554146be645  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     zendframework  %global gh_project   zend-soap @@ -20,7 +20,7 @@  %endif  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.7.0 +Version:        2.8.0  Release:        1%{?dist}  Summary:        Zend Framework %{library} component @@ -128,7 +128,7 @@ require_once 'test/TestAsset/call_user_func.php';  EOF  ret=0 -for cmd in php php70 php71 php72; do +for cmd in php php71 php72; do    if which $cmd; then      $cmd %{_bindir}/phpunit || ret=1    fi @@ -148,6 +148,9 @@ exit $ret  %changelog +* Thu May  2 2019 Remi Collet <remi@remirepo.net> - 2.8.0-1 +- update to 2.8.0 +  * Wed Jan 31 2018 Remi Collet <remi@remirepo.net> - 2.7.0-1  - Update to 2.7.0  - raise dependency on PHP >= 5.6 | 
