From 056697b47e2d60e3d7b293dbdee74f187e7c6566 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Sep 2020 14:13:48 +0200 Subject: update to 0.12.31 --- 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 d6f2e5c..3e81d72 100644 --- a/php-swaggest-json-schema.spec +++ b/php-swaggest-json-schema.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 4aca4f5eca6bdd66bd035c86cb25257b2110b7a0 +%global gh_commit a4adcdbb38f38a19d3f1801150822172cf1c4853 %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.30 +Version: 0.12.31 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 Sep 21 2020 Remi Collet - 0.12.31-1 +- update to 0.12.31 + * Thu Sep 10 2020 Remi Collet - 0.12.30-1 - update to 0.12.30 -- cgit