diff options
Diffstat (limited to 'php-zendframework-zend-log.spec')
-rw-r--r-- | php-zendframework-zend-log.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 2.11.0-1 +- update to 2.11.0 + * Wed Apr 11 2018 Remi Collet <remi@remirepo.net> - 2.10.0-1 - update to 2.10.0 |