From 645fa1a0e6bd91cbd328784e582a44ef68ad6c71 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Oct 2019 08:02:51 +0200 Subject: v3.1.2 --- php-zendframework-zend-json.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-zendframework-zend-json.spec') diff --git a/php-zendframework-zend-json.spec b/php-zendframework-zend-json.spec index e3483ba..0346393 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 21c6027f3c4a5177cbef8ed08d1037b17188a0d8 +%global gh_commit e9ddb1192d93fe7fff846ac895249c39db75132b %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: 3.1.1 +Version: 3.1.2 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -137,6 +137,9 @@ exit $ret %changelog +* Wed Oct 9 2019 Remi Collet - 3.1.2-1 +- update to 3.1.2 + * Tue Jun 18 2019 Remi Collet - 3.1.1-1 - update to 3.1.1 -- cgit