From d04628054b14b95d523416f63c86101934ede9dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Sep 2015 07:15:10 +0200 Subject: php-zendframework-zend-http: 2.5.3 --- php-zendframework-zend-http.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/php-zendframework-zend-http.spec b/php-zendframework-zend-http.spec index 377a8c6..1f6d3ae 100644 --- a/php-zendframework-zend-http.spec +++ b/php-zendframework-zend-http.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit abe2e56464cd467214489672f103669957047548 +%global gh_commit 21174ba162cfda8d0b1d172d9f80a8bea0b767be %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-http @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.5.2 +Version: 2.5.3 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -114,14 +114,14 @@ cp -pr src %{buildroot}%{php_home}/Zend/%{library} %check %if %{with_tests} mkdir vendor -cat << EOF | tee vendor/autoload.php +cat << 'EOF' | tee vendor/autoload.php array( +Zend\Loader\AutoloaderFactory::factory(array( + 'Zend\Loader\StandardAutoloader' => array( 'namespaces' => array( - 'ZendTest\\\\%{library}' => dirname(__DIR__).'/test/', - 'Zend\\\\%{library}' => '%{buildroot}%{php_home}/Zend/%{library}' + 'ZendTest\\%{library}' => dirname(__DIR__).'/test/', + 'Zend\\%{library}' => '%{buildroot}%{php_home}/Zend/%{library}' )))); require_once '%{php_home}/Zend/autoload.php'; EOF @@ -145,6 +145,9 @@ rm -rf %{buildroot} %changelog +* Tue Sep 15 2015 Remi Collet - 2.5.3-1 +- version 2.5.3 + * Thu Aug 6 2015 Remi Collet - 2.5.2-1 - version 2.5.2 -- cgit