From ab3dc1bf3fbc29fe13ec2ff80d6986e0201bdcc9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 May 2020 08:54:52 +0200 Subject: v5.2.10 --- php-justinrainbow-json-schema5.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'php-justinrainbow-json-schema5.spec') diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index d10f410..c67d250 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -6,14 +6,13 @@ # # Please, preserve the changelog entries # -%global gh_commit 44c6787311242a979fa15c704327c20e7221a0e4 +%global gh_commit 2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner justinrainbow %global gh_project json-schema %global php_home %{_datadir}/php %global with_tests 0%{!?_without_tests:1} %global major 5 -%global minor 2.9 # Some sample files, only used for tests @@ -28,7 +27,7 @@ %global eolv2 0 Name: php-%{gh_owner}-%{gh_project}%{major} -Version: %{major}.%{minor} +Version: 5.2.10 Release: 1%{?dist} Summary: A library to validate a json schema License: MIT @@ -55,7 +54,7 @@ BuildRequires: php-mbstring BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { -# "json-schema/JSON-Schema-Test-Suite": "1.2.0", +# "json-schema/json-schema-test-suite": "1.2.0", # "friendsofphp/php-cs-fixer": "^2.1", # "phpunit/phpunit": "^4.8.35" BuildRequires: php-composer(phpunit/phpunit) >= 4.8.35 @@ -157,7 +156,7 @@ php bin/validate-json-test \ : Upstream test suite ret=0 -for cmd in php php71 php72 php73 php74; do +for cmd in php php72 php73 php74 php80; do if which $cmd; then $cmd -d memory_limit=1G %{_bindir}/phpunit -d memory_limit=1G --verbose || ret=1 fi @@ -180,6 +179,9 @@ exit $ret %changelog +* Thu May 28 2020 Remi Collet - 5.2.10-1 +- update to 5.2.10 + * Thu Sep 26 2019 Remi Collet - 5.2.9-1 - update to 5.2.9 -- cgit