diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-07 08:22:53 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-07 08:22:53 +0100 |
commit | f3a55bca109c78224f935b065b2cfcaced9637fb (patch) | |
tree | bd5245fe2cb280f6538113b721299f69bd076ff9 | |
parent | dc41e47710cf78b8f587a7b47bb1585ba74746b1 (diff) |
v2.8.3 (no change)zend-loader
-rw-r--r-- | php-zendframework-zend-file.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/php-zendframework-zend-file.spec b/php-zendframework-zend-file.spec index fc178f2..27dd6e2 100644 --- a/php-zendframework-zend-file.spec +++ b/php-zendframework-zend-file.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit d267733fbc3a15c9ca82708cf6e634e2fabb29e7 +%global gh_commit b6e167e056ce8594be1db93460cddb503de341ed %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-file @@ -20,11 +20,10 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.8.2 +Version: 2.8.3 Release: 1%{?dist} Summary: Zend Framework %{library} component -Group: Development/Libraries License: BSD URL: https://zendframework.github.io/%{gh_project}/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz @@ -127,7 +126,7 @@ require_once '%{php_home}/Zend/autoload.php'; EOF ret=0 -for cmd in php php56 php70 php71 php72; do +for cmd in php php56 php70 php71 php72 php73; do if which $cmd; then $cmd %{_bindir}/phpunit || ret=1 fi @@ -147,6 +146,9 @@ exit $ret %changelog +* Thu Feb 7 2019 Remi Collet <remi@remirepo.net> - 2.8.3-1 +- update to 2.8.3 (no change) + * Mon Oct 15 2018 Remi Collet <remi@remirepo.net> - 2.8.2-1 - update to 2.8.2 |