summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-04-13 11:43:07 +0200
committerRemi Collet <remi@php.net>2022-04-13 11:43:07 +0200
commitdb78531c645407bc09abc80a0eace0cde5cf84b8 (patch)
tree97c834261818d2ee311984191ff5c4a18856e7d4
parentab3dc1bf3fbc29fe13ec2ff80d6986e0201bdcc9 (diff)
update to 5.2.12
-rw-r--r--php-justinrainbow-json-schema5.spec14
1 files changed, 10 insertions, 4 deletions
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 <remi@remirepo.net> - 5.2.12-1
+- update to 5.2.12
+
+* Thu Jul 22 2021 Remi Collet <remi@remirepo.net> - 5.2.11-1
+- update to 5.2.11
+
* Thu May 28 2020 Remi Collet <remi@remirepo.net> - 5.2.10-1
- update to 5.2.10