From 7fd04b072c581df7946e060dc2d8c08daeb53cff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Mar 2026 08:47:13 +0100 Subject: update to 5.3.3 --- php-justinrainbow-json-schema5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-justinrainbow-json-schema5.spec') diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index e3eec19..12345b0 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -14,7 +14,7 @@ %bcond_without tests %endif -%global gh_commit 2f7abf648939847a789c55c206d4cb9dd0d53e2c +%global gh_commit a0b7c13588b102d7d6536823e96d1c88d3dba85e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner justinrainbow %global gh_project json-schema @@ -34,7 +34,7 @@ %global eolv2 0 Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 5.3.2 +Version: 5.3.3 Release: 1%{?dist} Summary: A library to validate a json schema License: MIT @@ -176,6 +176,9 @@ exit $ret %changelog +* Wed Mar 25 2026 Remi Collet - 5.3.3-1 +- update to 5.3.3 + * Fri Feb 27 2026 Remi Collet - 5.3.2-1 - update to 5.3.2 -- cgit