From 38c137c727d99dbe2d0c7f82fe6c67aeae8e9c41 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jan 2019 07:32:20 +0100 Subject: v5.2.8 --- php-justinrainbow-json-schema5.spec | 11 +++++++---- 1 file changed, 7 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 ccb7f7b..cae3033 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -1,19 +1,19 @@ # remirepo/fedora spec file for php-justinrainbow-json-schema5 # -# Copyright (c) 2016-2018 Remi Collet +# Copyright (c) 2016-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 8560d4314577199ba51bf2032f02cd1315587c23 +%global gh_commit dcb6e1006bb5fd1e392b4daa68932880f37550d4 %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.7 +%global minor 2.8 # Some sample files, only used for tests @@ -157,7 +157,7 @@ php bin/validate-json-test \ : Upstream test suite ret=0 -for cmd in php php70 php71 php72; do +for cmd in php php70 php71 php72 php73; do if which $cmd; then $cmd -d memory_limit=1G %{_bindir}/phpunit -d memory_limit=1G --verbose || ret=1 fi @@ -179,6 +179,9 @@ exit $ret %changelog +* Tue Jan 15 2019 Remi Collet - 5.2.8-1 +- update to 5.2.8 + * Thu Feb 15 2018 Remi Collet - 5.2.7-1 - Update to 5.2.7 -- cgit