diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-02 15:24:48 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-02 15:24:48 +0200 |
commit | 5fb24edde6c50f533f870fea3c3ddef68c276fbd (patch) | |
tree | 3c04ad9bf526d5268c0662c4ae898006750df221 | |
parent | ed6e083eedf836cb9da442aff2f0aa75f9250ab5 (diff) |
update to 0.12.37
-rw-r--r-- | php-swaggest-json-schema.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-swaggest-json-schema.spec b/php-swaggest-json-schema.spec index cc4c331..46f6acd 100644 --- a/php-swaggest-json-schema.spec +++ b/php-swaggest-json-schema.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit cbdf1d92d45ace7e1152714ba878bc57ba896461 +%global gh_commit 1d7cce2dac6844a8a612672ad5936e8c4145e96a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner swaggest %global gh_project php-json-schema @@ -23,7 +23,7 @@ %global major %nil Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 0.12.36 +Version: 0.12.37 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: High definition PHP structures with JSON-schema based validation @@ -155,6 +155,9 @@ exit $ret %changelog +* Thu Sep 2 2021 Remi Collet <remi@remirepo.net> - 0.12.37-1 +- update to 0.12.37 + * Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 0.12.36-1 - update to 0.12.36 |