Compare commits
No commits in common. "rawhide" and "f43" have entirely different histories.
3 changed files with 16 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,4 +15,3 @@ clog
|
|||
/php-justinrainbow-json-schema5-5.2.12-ad87d5a.tgz
|
||||
/php-justinrainbow-json-schema5-5.2.13-fbbe7e5.tgz
|
||||
/php-justinrainbow-json-schema5-5.3.0-feb2ca6.tgz
|
||||
/php-justinrainbow-json-schema5-5.3.1-b5a44b6.tgz
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# remirepo/fedora spec file for php-justinrainbow-json-schema5
|
||||
#
|
||||
# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet
|
||||
# SPDX-License-Identifier: CECILL-2.1
|
||||
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||
# Copyright (c) 2016-2024 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
%bcond_without tests
|
||||
%endif
|
||||
|
||||
%global gh_commit b5a44b6391a3bbb75c9f2b73e1ef03d6045e1e20
|
||||
%global gh_commit feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner justinrainbow
|
||||
%global gh_project json-schema
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
%global eolv2 0
|
||||
|
||||
Name: php-%{gh_owner}-%{gh_project}%{major}
|
||||
Version: 5.3.1
|
||||
Release: 1%{?dist}
|
||||
Version: 5.3.0
|
||||
Release: 4%{?dist}
|
||||
Summary: A library to validate a json schema
|
||||
License: MIT
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
|
@ -54,8 +54,12 @@ BuildArch: noarch
|
|||
# For tests
|
||||
BuildRequires: php(language) >= 7.1
|
||||
BuildRequires: php-curl
|
||||
BuildRequires: php-date
|
||||
BuildRequires: php-filter
|
||||
BuildRequires: php-json
|
||||
BuildRequires: php-mbstring
|
||||
BuildRequires: php-pcre
|
||||
BuildRequires: php-spl
|
||||
# From composer.json, "require-dev": {
|
||||
# "json-schema/json-schema-test-suite": "1.2.0",
|
||||
# "friendsofphp/php-cs-fixer": "^2.1",
|
||||
|
|
@ -72,8 +76,12 @@ BuildRequires: composer
|
|||
Requires: php(language) >= 7.1
|
||||
# From phpcompatinfo report for version 4.0.1
|
||||
Requires: php-curl
|
||||
Requires: php-date
|
||||
Requires: php-filter
|
||||
Requires: php-json
|
||||
Requires: php-mbstring
|
||||
Requires: php-pcre
|
||||
Requires: php-spl
|
||||
# Autoloader
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
%if %{eolv1}
|
||||
|
|
@ -155,7 +163,7 @@ php bin/validate-json-test \
|
|||
|
||||
: Upstream test suite
|
||||
ret=0
|
||||
for cmd in php php81 php82 php83 php84 php85; do
|
||||
for cmd in php php81 php82 php83; do
|
||||
if which $cmd; then
|
||||
$cmd -d memory_limit=1G %{_bindir}/phpunit -d memory_limit=1G --verbose || ret=1
|
||||
fi
|
||||
|
|
@ -176,10 +184,6 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 12 2025 Remi Collet <remi@remirepo.net> - 5.3.1-1
|
||||
- update to 5.3.1
|
||||
- re-license spec file to CECILL-2.1
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_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.3.1-b5a44b6.tgz) = bf183d685d7410c09da2c24d6aeac86fe6f804bd79f15bc573d9e52f7437817437e975d34ce79e56f824fa6d9deb57cc7df531977e745a66c0a0c54eafeacb8c
|
||||
SHA512 (php-justinrainbow-json-schema5-5.3.0-feb2ca6.tgz) = acfbda0719314e77d3041bf6c1ad54dac901470fc5ce0e68e75ac1d7dd10199acc38af71d8bb76020704bad2e6400d30fa54c6d15af516b71627c185101be865
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue