diff options
author | Remi Collet <remi@remirepo.net> | 2019-12-03 09:52:53 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-12-03 09:52:53 +0100 |
commit | 807adc4adc4ed959e97e825b4c91cb254a97db30 (patch) | |
tree | 136bd06a0315377eebe9a678a3fea32fff1d943b | |
parent | a8a55ebaa286c21d8c3750f2f35e4ae2e833ec4b (diff) |
v0.12.23
-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 55d9dff..a0d0706 100644 --- a/php-swaggest-json-schema.spec +++ b/php-swaggest-json-schema.spec @@ -9,7 +9,7 @@ %global with_tests 0%{!?_without_tests:1} # Github -%global gh_commit d6ed96bd74d404129d3c5548e416beab2f9b2435 +%global gh_commit fdea4c486a9c82eb5bc6417987ea1067e4cca91e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner swaggest %global gh_project php-json-schema @@ -22,7 +22,7 @@ %global major %nil Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 0.12.22 +Version: 0.12.23 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: High definition PHP structures with JSON-schema based validation @@ -154,6 +154,9 @@ exit $ret %changelog +* Tue Dec 3 2019 Remi Collet <remi@remirepo.net> - 0.12.23-1 +- update to 0.12.23 + * Tue Oct 22 2019 Remi Collet <remi@remirepo.net> - 0.12.22-1 - update to 0.12.22 |