From e4994d4137193829c8b1cc665be595fc66f622cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Mar 2020 13:03:21 +0100 Subject: v0.12.29 --- 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 08cb255..eeae4e6 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 6f57c0d80e246c2868accaab5c550cd470a5537f +%global gh_commit 7564d4a5fc8c068479698a30e5a7c589ea32a9c6 %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.28 +Version: 0.12.29 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: High definition PHP structures with JSON-schema based validation @@ -154,6 +154,9 @@ exit $ret %changelog +* Thu Mar 19 2020 Remi Collet - 0.12.29-1 +- update to 0.12.29 + * Mon Jan 27 2020 Remi Collet - 0.12.28-1 - update to 0.12.28 - drop patch merged upstream -- cgit