From 413602a0a4c3bebde69b9fa196698b02456f4de8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Sep 2019 09:11:39 +0200 Subject: v5.2.9 --- php-justinrainbow-json-schema5.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-justinrainbow-json-schema5.spec') diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index cae3033..d10f410 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -6,14 +6,14 @@ # # Please, preserve the changelog entries # -%global gh_commit dcb6e1006bb5fd1e392b4daa68932880f37550d4 +%global gh_commit 44c6787311242a979fa15c704327c20e7221a0e4 %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.8 +%global minor 2.9 # 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 php73; do +for cmd in php php71 php72 php73 php74; do if which $cmd; then $cmd -d memory_limit=1G %{_bindir}/phpunit -d memory_limit=1G --verbose || ret=1 fi @@ -169,6 +169,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json @@ -179,6 +180,9 @@ exit $ret %changelog +* Thu Sep 26 2019 Remi Collet - 5.2.9-1 +- update to 5.2.9 + * Tue Jan 15 2019 Remi Collet - 5.2.8-1 - update to 5.2.8 -- cgit