diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-10 08:02:51 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-10 08:02:51 +0200 |
commit | 645fa1a0e6bd91cbd328784e582a44ef68ad6c71 (patch) | |
tree | 0462b89a3c8609c103fff92a06d1faecf8d8e688 /php-zendframework-zend-json.spec | |
parent | 61fd1f22dbb82dd6fef3321a3fde87fd5e627fa2 (diff) |
Diffstat (limited to 'php-zendframework-zend-json.spec')
-rw-r--r-- | php-zendframework-zend-json.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 |