From 453375b271b7bddb852facc104006e0cb8c67bd7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Dec 2019 09:21:35 +0100 Subject: v0.12.24 --- php-swaggest-json-schema.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-swaggest-json-schema.spec b/php-swaggest-json-schema.spec index a0d0706..6e5ce93 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 fdea4c486a9c82eb5bc6417987ea1067e4cca91e +%global gh_commit 395a9f6a1eefe65e1184ef425c3843b4f9bf9b86 %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.23 +Version: 0.12.24 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 +* Wed Dec 4 2019 Remi Collet - 0.12.24-1 +- update to 0.12.24 + * Tue Dec 3 2019 Remi Collet - 0.12.23-1 - update to 0.12.23 -- cgit