diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-04 07:42:06 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-04 07:42:06 +0200 |
commit | 0950c700834fd00336d87e847e1ba9f1256d0b4b (patch) | |
tree | 85b5d6ab76da122f4b5519f40a0fb2ed20a81ca4 /php-zendframework-zend-validator.spec | |
parent | b7bd68433bd6812a47d7cc5c9285e8aa63067334 (diff) |
php-zendframework-zend-validator: 2.5.3
Diffstat (limited to 'php-zendframework-zend-validator.spec')
-rw-r--r-- | php-zendframework-zend-validator.spec | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/php-zendframework-zend-validator.spec b/php-zendframework-zend-validator.spec index 02abcaa..3c8c67a 100644 --- a/php-zendframework-zend-validator.spec +++ b/php-zendframework-zend-validator.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 6b1e4bb249a00603ebbf4023b4b42c867aa79336 +%global gh_commit 53e567a58c8952a03da0b8edf0f075303a5ac5d1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-validator @@ -20,8 +20,8 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.5.2 -Release: 2%{?dist} +Version: 2.5.3 +Release: 1%{?dist} Summary: Zend Framework %{library} component Group: Development/Libraries @@ -98,7 +98,7 @@ Suggests: php-composer(%{gh_owner}/zend-session) Suggests: php-composer(%{gh_owner}/zend-uri) %endif %endif -# From phpcompatinfo report for version 2.5.2 +# From phpcompatinfo report for version 2.5.3 Requires: php-ctype Requires: php-date Requires: php-fileinfo @@ -136,14 +136,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 <?php require_once '%{php_home}/Zend/Loader/AutoloaderFactory.php'; -Zend\\Loader\\AutoloaderFactory::factory(array( - 'Zend\\Loader\\StandardAutoloader' => 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 @@ -167,6 +167,9 @@ rm -rf %{buildroot} %changelog +* Fri Sep 4 2015 Remi Collet <remi@fedoraproject.org> - 2.5.3-1 +- Update to 2.5.3 + * Thu Aug 6 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-2 - fix description |