diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-17 08:05:27 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-17 08:05:27 +0200 |
commit | 760db670932114b3779697c886a08552a69cd164 (patch) | |
tree | 5ad242247501795dc06d7db92002e1d66b1857dd | |
parent | 66911f7b4b30c8a10259afde9d65837307003ed3 (diff) |
v0.12.19
-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 e8ab08d..18936d4 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 b324c2b7fd0178c7453483d6d6efe440d99d1925 +%global gh_commit c1f3b052d9aa0b898296e3cee305d02f2b41e3ef %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.17 +Version: 0.12.19 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: High definition PHP structures with JSON-schema based validation @@ -153,5 +153,8 @@ exit $ret %changelog +* Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 0.12.19-1 +- update to 0.12.19 + * Thu Sep 12 2019 Remi Collet <remi@remirepo.net> - 0.12.17-1 - initial package |