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 --- composer.json | 2 +- php-zendframework-zend-json.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c2a582b..461d909 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "issues": "https://github.com/zendframework/zend-json/issues", "source": "https://github.com/zendframework/zend-json", "rss": "https://github.com/zendframework/zend-json/releases.atom", - "slack": "https://zendframework-slack.herokuapp.com", + "chat": "https://zendframework-slack.herokuapp.com", "forum": "https://discourse.zendframework.com/c/questions/components" }, "require": { 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