summaryrefslogtreecommitdiffstats
path: root/php-justinrainbow-json-schema5.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-26 09:11:39 +0200
committerRemi Collet <remi@remirepo.net>2019-09-26 09:11:39 +0200
commit413602a0a4c3bebde69b9fa196698b02456f4de8 (patch)
tree5d0d77b2fdff95a066e92bb408acc1186377c1e5 /php-justinrainbow-json-schema5.spec
parent38c137c727d99dbe2d0c7f82fe6c67aeae8e9c41 (diff)
v5.2.9
Diffstat (limited to 'php-justinrainbow-json-schema5.spec')
-rw-r--r--php-justinrainbow-json-schema5.spec10
1 files changed, 7 insertions, 3 deletions
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 <remi@remirepo.net> - 5.2.9-1
+- update to 5.2.9
+
* Tue Jan 15 2019 Remi Collet <remi@remirepo.net> - 5.2.8-1
- update to 5.2.8