diff options
| author | Remi Collet <remi@remirepo.net> | 2018-04-26 18:17:33 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-04-26 18:17:33 +0200 | 
| commit | 63f5acb7e6a07e92056175613ff1cd94980e34af (patch) | |
| tree | a91757acae2439682197cbe2cceba5f798269c7c | |
| parent | 1f57ba234e73bd600adc8fd827c226ba8bf54ee5 (diff) | |
v2.8.1
| -rw-r--r-- | php-zendframework-zend-cache.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zendframework-zend-cache.spec b/php-zendframework-zend-cache.spec index c0818f7..9dcd406 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    e57717839e040227133f1df8d158a05f85a7be6c +%global gh_commit    13c517d6a2e446fe16c6f42e702f4d6ef724024b  %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.0 -Release:        4%{?dist} +Version:        2.8.1 +Release:        2%{?dist}  Summary:        Zend Framework %{library} component  License:        BSD @@ -241,6 +241,9 @@ exit $ret  %changelog +* Thu Apr 26 2018 Remi Collet <remi@remirepo.net> - 2.8.1-2 +- update to 2.8.1 +  * Thu Apr 26 2018 Remi Collet <remi@remirepo.net> - 2.8.0-4  - add optional dependency on mongodb/mongodb  | 
