Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21d2ccbff0 |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,3 +12,4 @@ clog
|
|||
/php-justinrainbow-json-schema5-5.2.9-44c6787.tgz
|
||||
/php-justinrainbow-json-schema5-5.2.10-2ba9c8c.tgz
|
||||
/php-justinrainbow-json-schema5-5.2.11-2ab6744.tgz
|
||||
/php-justinrainbow-json-schema5-5.2.12-ad87d5a.tgz
|
||||
|
|
|
|||
|
|
@ -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 2ab6744b7296ded80f8cc4f9509abbff393399aa
|
||||
%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.11
|
||||
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 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
|
||||
|
|
@ -177,6 +177,9 @@ 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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02
|
||||
SHA512 (php-justinrainbow-json-schema5-5.2.11-2ab6744.tgz) = fc4bc72c02a040a634a3a2086af2f4fb216a950f4158535e61a2e16b238d952c6da84a38e077c1fd75d9169de289a4d41d36bcdd067c595fb86e6e5e617548af
|
||||
SHA512 (php-justinrainbow-json-schema5-5.2.12-ad87d5a.tgz) = aa8c61308796e686ae2c2a4b51e39d304ac1011c8060fc64eb4bec8f7772216d991efcd0fb0d8387358e8988765d5faa534e278d0757cc001c7e0c622b127995
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue