Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4151444624 |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@ clog
|
|||
/php-justinrainbow-json-schema5-5.2.8-dcb6e10.tgz
|
||||
/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
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit 2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b
|
||||
%global gh_commit 2ab6744b7296ded80f8cc4f9509abbff393399aa
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner justinrainbow
|
||||
%global gh_project json-schema
|
||||
|
|
@ -27,8 +27,8 @@
|
|||
%global eolv2 0
|
||||
|
||||
Name: php-%{gh_owner}-%{gh_project}%{major}
|
||||
Version: 5.2.10
|
||||
Release: 2%{?dist}
|
||||
Version: 5.2.11
|
||||
Release: 1%{?dist}
|
||||
Summary: A library to validate a json schema
|
||||
License: MIT
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
|
@ -156,7 +156,7 @@ php bin/validate-json-test \
|
|||
|
||||
: Upstream test suite
|
||||
ret=0
|
||||
for cmd in php php72 php73 php74 php80; do
|
||||
for cmd in php php73 php74 php80; 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
|
||||
* Thu Jul 22 2021 Remi Collet <remi@remirepo.net> - 5.2.11-1
|
||||
- update to 5.2.11
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
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.10-2ba9c8c.tgz) = 1c1e274c2cd1110fe2f18b765293fe540024d15cf130873250049b8538a55a9d31b9eedea70b1697d4e461df248781beed6f4cd0d46e0ec039fa30e104d0849c
|
||||
SHA512 (php-justinrainbow-json-schema5-5.2.11-2ab6744.tgz) = fc4bc72c02a040a634a3a2086af2f4fb216a950f4158535e61a2e16b238d952c6da84a38e077c1fd75d9169de289a4d41d36bcdd067c595fb86e6e5e617548af
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue