diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-13 08:43:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-13 08:43:07 +0200 |
commit | bd58516ba02cc182a37fd2731243b65589ad8267 (patch) | |
tree | 92aa637f3e6d46186052a2880a1679d8904973b1 | |
parent | 82b15b40861a573a2351c3d3a84053b60f98125a (diff) |
update to 0.12.42
-rw-r--r-- | php-swaggest-json-schema.spec | 9 |
1 files 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 <remi@remirepo.net> - 0.12.42-1 +- update to 0.12.42 + * Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 0.12.41-1 - update to 0.12.41 |