From db78531c645407bc09abc80a0eace0cde5cf84b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Apr 2022 11:43:07 +0200 Subject: update to 5.2.12 --- php-justinrainbow-json-schema5.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'php-justinrainbow-json-schema5.spec') diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index c67d250..1bc0d01 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-justinrainbow-json-schema5 # -# Copyright (c) 2016-2019 Remi Collet +# Copyright (c) 2016-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b +%global gh_commit ad87d5a5ca981228e0e205c2bc7dfb8e24559b60 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner justinrainbow %global gh_project json-schema @@ -27,7 +27,7 @@ %global eolv2 0 Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 5.2.10 +Version: 5.2.12 Release: 1%{?dist} Summary: A library to validate a json schema License: MIT @@ -156,7 +156,7 @@ php bin/validate-json-test \ : Upstream test suite ret=0 -for cmd in php php72 php73 php74 php80; do +for cmd in php php74 php80 php81; do if which $cmd; then $cmd -d memory_limit=1G %{_bindir}/phpunit -d memory_limit=1G --verbose || ret=1 fi @@ -179,6 +179,12 @@ exit $ret %changelog +* Wed Apr 13 2022 Remi Collet - 5.2.12-1 +- update to 5.2.12 + +* Thu Jul 22 2021 Remi Collet - 5.2.11-1 +- update to 5.2.11 + * Thu May 28 2020 Remi Collet - 5.2.10-1 - update to 5.2.10 -- cgit