diff options
| -rw-r--r-- | php-zendframework-zend-cache.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-zendframework-zend-cache.spec b/php-zendframework-zend-cache.spec index 20056a3..648c144 100644 --- a/php-zendframework-zend-cache.spec +++ b/php-zendframework-zend-cache.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    4983dff629956490c78b88adcc8ece4711d7d8a3 +%global gh_commit    edde41f1ee5c28e01701a032f434d03751b65df4  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     zendframework  %global gh_project   zend-cache @@ -20,8 +20,8 @@  %endif  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.8.2 -Release:        4%{?dist} +Version:        2.8.3 +Release:        2%{?dist}  Summary:        Zend Framework %{library} component  License:        BSD @@ -223,7 +223,7 @@ sed -e '/unlinkDelay/s/5000/50000/' \      -i test/Storage/Adapter/FilesystemTest.php  ret=0 -for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72; do +for cmdarg in "php %{phpunit}"  php71 php72 php73 php74; do    if which $cmdarg; then      set $cmdarg      $1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1 @@ -245,6 +245,9 @@ exit $ret  %changelog +* Thu Aug 29 2019 Remi Collet <remi@remirepo.net> - 2.8.3-2 +- update to 2.8.3 +  * Sun Nov 25 2018 Remi Collet <remi@remirepo.net> - 2.8.2-4  - fix autoloader for psr/cache and psr/simple-cache  | 
