From ed6e083eedf836cb9da442aff2f0aa75f9250ab5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Jul 2021 10:47:22 +0200 Subject: update to 0.12.36 --- 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 76ef96d..cc4c331 100644 --- a/php-swaggest-json-schema.spec +++ b/php-swaggest-json-schema.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit d0126bd830c92a498691d278f01d3ce13a2c9c0a +%global gh_commit cbdf1d92d45ace7e1152714ba878bc57ba896461 %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.35 +Version: 0.12.36 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: High definition PHP structures with JSON-schema based validation @@ -155,6 +155,9 @@ exit $ret %changelog +* Mon Jul 19 2021 Remi Collet - 0.12.36-1 +- update to 0.12.36 + * Fri Jun 18 2021 Remi Collet - 0.12.35-1 - update to 0.12.35 -- cgit