From 8db502a70e7624e7b516a6df8021d5bc4cd73cea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Sep 2019 08:05:39 +0200 Subject: v0.12.20 --- php-swaggest-json-schema.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-swaggest-json-schema.spec') diff --git a/php-swaggest-json-schema.spec b/php-swaggest-json-schema.spec index 18936d4..8254d59 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 c1f3b052d9aa0b898296e3cee305d02f2b41e3ef +%global gh_commit 45d2dfb3aa2058642153ccc3bbdca7434853bbdc %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.19 +Version: 0.12.20 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: High definition PHP structures with JSON-schema based validation @@ -153,6 +153,9 @@ exit $ret %changelog +* Mon Sep 23 2019 Remi Collet - 0.12.20-1 +- update to 0.12.20 + * Tue Sep 17 2019 Remi Collet - 0.12.19-1 - update to 0.12.19 -- cgit