diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | 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 <remi@remirepo.net> - 3.1.2-1 +- update to 3.1.2 +  * Tue Jun 18 2019 Remi Collet <remi@remirepo.net> - 3.1.1-1  - update to 3.1.1  | 
