diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-31 08:10:57 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-31 08:10:57 +0200 |
commit | ae10e344db46b6ed8433c309ac1af3071a94a857 (patch) | |
tree | 97457bf297e9b6245b6bb69af036e6dfd0230e74 | |
parent | 81c4df9a10cb922662c0149e197fb836d7789334 (diff) |
update to 0.12.33
-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 f5a2fd3..92ed57b 100644 --- a/php-swaggest-json-schema.spec +++ b/php-swaggest-json-schema.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit f92567a1f4fcb0296758b471654171acfdb6031b +%global gh_commit 87919a4564b9682c4c4328d00ba28f9f631b0bbc %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.32 +Version: 0.12.33 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: High definition PHP structures with JSON-schema based validation @@ -151,6 +151,9 @@ exit $ret %changelog +* Mon May 31 2021 Remi Collet <remi@remirepo.net> - 0.12.33-1 +- update to 0.12.33 + * Mon May 17 2021 Remi Collet <remi@remirepo.net> - 0.12.32-1 - update to 0.12.32 |