From 61fd1f22dbb82dd6fef3321a3fde87fd5e627fa2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jun 2019 15:21:21 +0200 Subject: v3.1.1 --- php-zendframework-zend-json.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/php-zendframework-zend-json.spec b/php-zendframework-zend-json.spec index c08e9d4..e3483ba 100644 --- a/php-zendframework-zend-json.spec +++ b/php-zendframework-zend-json.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-json # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c +%global gh_commit 21c6027f3c4a5177cbef8ed08d1037b17188a0d8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-json @@ -20,11 +20,10 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 3.1.0 +Version: 3.1.1 Release: 1%{?dist} Summary: Zend Framework %{library} component -Group: Development/Libraries License: BSD URL: https://zendframework.github.io/%{gh_project}/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz @@ -117,7 +116,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php'; EOF ret=0 -for cmd in php php70 php71 php72; do +for cmd in php php71 php72 php73 php74; do if which $cmd; then $cmd %{_bindir}/phpunit6 --verbose || ret=1 fi @@ -138,6 +137,9 @@ exit $ret %changelog +* Tue Jun 18 2019 Remi Collet - 3.1.1-1 +- update to 3.1.1 + * Fri Jan 5 2018 Remi Collet - 3.1.0-1 - Update to 3.1.0 - raise dependency on PHP 5.6 -- cgit