diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-22 14:49:11 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-22 14:49:11 +0200 |
commit | a8a55ebaa286c21d8c3750f2f35e4ae2e833ec4b (patch) | |
tree | fcf1b5e34c0094c122b6ca2f1de820a2c373e7dc | |
parent | d117a02691ce6d47fc5dc8e7a9d5d0bb02c190f0 (diff) |
v0.12.22
-rw-r--r-- | php-swaggest-json-schema.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-swaggest-json-schema.spec b/php-swaggest-json-schema.spec index 2875a57..55d9dff 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 2b2e7c953e953ff2436f950908fe4ccf03125713 +%global gh_commit d6ed96bd74d404129d3c5548e416beab2f9b2435 %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.21 +Version: 0.12.22 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: High definition PHP structures with JSON-schema based validation @@ -149,10 +149,14 @@ exit $ret %license LICENSE %doc composer.json %doc README.md +%doc CHANGELOG.md %{_datadir}/php/%{ns_vendor}/%{ns_project}%{major} %changelog +* Tue Oct 22 2019 Remi Collet <remi@remirepo.net> - 0.12.22-1 +- update to 0.12.22 + * Wed Oct 2 2019 Remi Collet <remi@remirepo.net> - 0.12.21-1 - update to 0.12.21 |