From bd58516ba02cc182a37fd2731243b65589ad8267 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Sep 2023 08:43:07 +0200 Subject: update to 0.12.42 --- php-swaggest-json-schema.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-swaggest-json-schema.spec b/php-swaggest-json-schema.spec index 6a47c6e..4bf01c1 100644 --- a/php-swaggest-json-schema.spec +++ b/php-swaggest-json-schema.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 1bb97901314f828774dd8c5b21bff889ce0b34bb +%global gh_commit d23adb53808b8e2da36f75bc0188546e4cbe3b45 %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.41 +Version: 0.12.42 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: High definition PHP structures with JSON-schema based validation @@ -131,7 +131,7 @@ EOF # Skip online tests: testInvalid, testValidate ret=0 -for cmd in php php73 php74 php80 php81; do +for cmd in php php80 php81 php82 php83; do if which $cmd; then $cmd %{phpunit} \ --no-coverage \ @@ -156,6 +156,9 @@ exit $ret %changelog +* Wed Sep 13 2023 Remi Collet - 0.12.42-1 +- update to 0.12.42 + * Thu Aug 18 2022 Remi Collet - 0.12.41-1 - update to 0.12.41 -- cgit