From ae10e344db46b6ed8433c309ac1af3071a94a857 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 May 2021 08:10:57 +0200 Subject: update to 0.12.33 --- 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 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 - 0.12.33-1 +- update to 0.12.33 + * Mon May 17 2021 Remi Collet - 0.12.32-1 - update to 0.12.32 -- cgit