From 0b4e23595b74e421bab3d5270170ca7672d1e3d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Aug 2019 12:03:26 +0200 Subject: v2.11.0 --- php-zendframework-zend-log.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-zendframework-zend-log.spec') diff --git a/php-zendframework-zend-log.spec b/php-zendframework-zend-log.spec index 0583be0..a4fa5b6 100644 --- a/php-zendframework-zend-log.spec +++ b/php-zendframework-zend-log.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 9cec3b092acb39963659c2f32441cccc56b3f430 +%global gh_commit cb278772afdacb1924342248a069330977625ae6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-log @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.10.0 +Version: 2.11.0 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -153,7 +153,7 @@ Zend\Loader\AutoloaderFactory::factory(array( )))); require_once '%{php_home}/Zend/autoload.php'; -require __DIR__ . '/../autoload/phpunit.php'; +require __DIR__ . '/../test/autoload.php'; require __DIR__ . '/../test/Writer/TestAsset/chmod.php'; EOF @@ -182,6 +182,9 @@ exit $ret %changelog +* Mon Aug 26 2019 Remi Collet - 2.11.0-1 +- update to 2.11.0 + * Wed Apr 11 2018 Remi Collet - 2.10.0-1 - update to 2.10.0 -- cgit