From 429dcd01b61e99c9fef94d0b52f0574a75e42fdf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Oct 2019 15:54:03 +0100 Subject: v2.8.4 --- php-zendframework-zend-modulemanager.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-zendframework-zend-modulemanager.spec b/php-zendframework-zend-modulemanager.spec index 49598bb..b4918d5 100644 --- a/php-zendframework-zend-modulemanager.spec +++ b/php-zendframework-zend-modulemanager.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit aaba206a955b5f43f29e17d09d19fc342a989b24 +%global gh_commit b2596d24b9a4e36a3cd114d35d3ad0918db9a243 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-modulemanager @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.8.3 +Version: 2.8.4 Release: 2%{?dist} Summary: Zend Framework %{library} component @@ -203,6 +203,9 @@ exit $ret %changelog +* Mon Oct 28 2019 Remi Collet - 2.8.4-1 +- update to 2.8.4 + * Mon Oct 21 2019 Remi Collet - 2.8.3-2 - update to 2.8.3 - switch to phpunit7 -- cgit