From 6319c6b79580f73f10d8565c9724148ba50922b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 13 Jan 2017 16:35:35 +0200 Subject: [PATCH] 2.4.10 (2016-05-09) Fix HeaderValue throwing an exception on legal characters note: download url is broken https://github.com/zendframework/tutorials/issues/70 --- php-ZendFramework.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php-ZendFramework.spec b/php-ZendFramework.spec index cdfeff6..05533fe 100644 --- a/php-ZendFramework.spec +++ b/php-ZendFramework.spec @@ -8,8 +8,8 @@ Summary: Zend Framework 2 Name: php-ZendFramework -Version: 2.4.9 -Release: 2 +Version: 2.4.10 +Release: 1 License: BSD Group: Development/Languages/PHP Source0: https://packages.zendframework.com/releases/ZendFramework-%{version}/ZendFramework-%{version}.tgz @@ -20,7 +20,7 @@ Source0: https://packages.zendframework.com/releases/ZendFramework-%{version}/Ze #Source1: ZendFramework-tests-%{version}.tgz Source2: autoload.php Patch0: bug-64.patch -URL: http://framework.zend.com/ +URL: https://framework.zend.com/ Requires: php(core) >= 5.3.23 %if %{with tests} BuildRequires: phpunit >= 4.0.0 -- 2.44.0