From 760c36af60e02640e1ab37aac6dd5f04d99c806b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Aug 2015 13:31:58 +0200 Subject: php-zendframework-zend-json: 2.5.2 --- php-zendframework-zend-json.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-zendframework-zend-json.spec b/php-zendframework-zend-json.spec index d4e0610..bfd45e8 100644 --- a/php-zendframework-zend-json.spec +++ b/php-zendframework-zend-json.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit c74eaf17d2dd37dc1e964be8dfde05706a821ebc +%global gh_commit 4a3add6505fd8618728239d8ce35f182dfbdac02 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-json @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.5.1 +Version: 2.5.2 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -34,7 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch # Tests %if %{with_tests} -BuildRequires: php(language) >= 5.3.23 +BuildRequires: php(language) >= 5.5 BuildRequires: php-json BuildRequires: php-mbstring BuildRequires: php-pcre @@ -56,7 +56,7 @@ BuildRequires: php-composer(%{gh_owner}/zend-loader) >= 2.5 %endif # From composer, "require": { -# "php": ">=5.3.23", +# "php": ">=5.5", # "zendframework/zend-stdlib": "~2.5" Requires: php(language) >= 5.5 %if ! %{bootstrap} @@ -139,5 +139,8 @@ rm -rf %{buildroot} %changelog +* Thu Aug 6 2015 Remi Collet - 2.5.2-1 +- version 2.5.2 + * Tue Aug 4 2015 Remi Collet - 2.5.1-1 - initial package \ No newline at end of file -- cgit