From 0da9010c81892bc8692e481ded3b76f9b6d29a40 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 07:49:02 +0000 Subject: [PATCH 01/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index aa4758f..fa9fe51 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -29,7 +29,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: %{major}.%{minor} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library to validate a json schema Group: Development/Libraries @@ -181,6 +181,9 @@ exit $ret %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 5.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Wed May 17 2017 Remi Collet - 5.2.1-1 - Update to 5.2.1 From aaaae074d6e1bd83ae0b5beb0f7ba47588341dd4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Oct 2017 14:46:15 +0200 Subject: [PATCH 02/32] v5.2.2 --- .gitignore | 1 + php-justinrainbow-json-schema5.spec | 12 +++++++----- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 3a3d11b..220ede3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ clog /php-justinrainbow-json-schema5-5.1.0-48817e5.tgz /php-justinrainbow-json-schema5-5.2.0-e3c9bcc.tgz /php-justinrainbow-json-schema5-5.2.1-429be23.tgz +/php-justinrainbow-json-schema5-5.2.2-b80053b.tgz diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index fa9fe51..01ce5ab 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 429be236f296ca249d61c65649cdf2652f4a5e80 +%global gh_commit b80053b620826810b38211b3c5f935ba9cddf6b3 %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.1 +%global minor 2.2 # Some sample files, only used for tests @@ -29,7 +29,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: %{major}.%{minor} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A library to validate a json schema Group: Development/Libraries @@ -57,9 +57,8 @@ BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { # "json-schema/JSON-Schema-Test-Suite": "1.2.0", -# "phpunit/phpunit": "^4.8.22", # "friendsofphp/php-cs-fixer": "^2.1", -# "phpdocumentor/phpdocumentor": "^2.7" +# "phpunit/phpunit": "^4.8.22" BuildRequires: php-composer(phpunit/phpunit) >= 4.8.22 # Autoloader BuildRequires: php-composer(fedora/autoloader) @@ -181,6 +180,9 @@ exit $ret %changelog +* Tue Oct 3 2017 Remi Collet - 5.2.2-1 +- Update to 5.2.2 + * Thu Jul 27 2017 Fedora Release Engineering - 5.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild diff --git a/sources b/sources index 45c837a..282ce73 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02 -SHA512 (php-justinrainbow-json-schema5-5.2.1-429be23.tgz) = c8b22be2ba601d4e9e2ec94470841f5cadc5a0a73bceb8bfeb5d7a16ed5fe8da0e3769e5843a16a38512bfbcfc99aece55003945e48f1bcfebd63e5b6e35f733 +SHA512 (php-justinrainbow-json-schema5-5.2.2-b80053b.tgz) = 2dfa72e0c6195e53ca6a473e6d3867ac33b229df0897f14c63e4094b48445c6fc82eb4c271d2b195bab0ac22a1e04e7a811a2199fb9a6e654926f741403c7b13 From 3c368e183f89d6c61478445202bc49bc9bfe11e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Oct 2017 08:50:52 +0200 Subject: [PATCH 03/32] v5.2.4 --- .gitignore | 1 + php-justinrainbow-json-schema5.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 220ede3..7b8607b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ clog /php-justinrainbow-json-schema5-5.2.0-e3c9bcc.tgz /php-justinrainbow-json-schema5-5.2.1-429be23.tgz /php-justinrainbow-json-schema5-5.2.2-b80053b.tgz +/php-justinrainbow-json-schema5-5.2.4-7ccb0e6.tgz diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 01ce5ab..9360ccf 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 b80053b620826810b38211b3c5f935ba9cddf6b3 +%global gh_commit 7ccb0e67ea8ace0f84c40900ca3c8a234467628c %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.2 +%global minor 2.4 # Some sample files, only used for tests @@ -180,6 +180,9 @@ exit $ret %changelog +* Thu Oct 5 2017 Remi Collet - 5.2.4-1 +- Update to 5.2.4 + * Tue Oct 3 2017 Remi Collet - 5.2.2-1 - Update to 5.2.2 diff --git a/sources b/sources index 282ce73..031320f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02 -SHA512 (php-justinrainbow-json-schema5-5.2.2-b80053b.tgz) = 2dfa72e0c6195e53ca6a473e6d3867ac33b229df0897f14c63e4094b48445c6fc82eb4c271d2b195bab0ac22a1e04e7a811a2199fb9a6e654926f741403c7b13 +SHA512 (php-justinrainbow-json-schema5-5.2.4-7ccb0e6.tgz) = 3d1a5969b4371a7ed49174bb6f740c60bff47c9436cc6a5023dc52b08aa25f150a1d58e58713d912c640e50b8189366295468289734bd78d8497a39c8347e885 From 304f352727bffc16f6a73d4c3ca406ffc08c1e74 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Oct 2017 13:11:13 +0200 Subject: [PATCH 04/32] v5.2.5 --- .gitignore | 1 + php-justinrainbow-json-schema5.spec | 7 +++++-- sources | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7b8607b..6b5f013 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ clog /php-justinrainbow-json-schema5-5.2.1-429be23.tgz /php-justinrainbow-json-schema5-5.2.2-b80053b.tgz /php-justinrainbow-json-schema5-5.2.4-7ccb0e6.tgz +/php-justinrainbow-json-schema5-5.2.5-0d4fda8.tgz diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 9360ccf..1dc1c06 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 7ccb0e67ea8ace0f84c40900ca3c8a234467628c +%global gh_commit 0d4fda8efdf216ade084a7f0aad5637572ce9835 %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.4 +%global minor 2.5 # Some sample files, only used for tests @@ -180,6 +180,9 @@ exit $ret %changelog +* Wed Oct 11 2017 Remi Collet - 5.2.5-1 +- Update to 5.2.5 + * Thu Oct 5 2017 Remi Collet - 5.2.4-1 - Update to 5.2.4 diff --git a/sources b/sources index 031320f..d929528 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02 -SHA512 (php-justinrainbow-json-schema5-5.2.4-7ccb0e6.tgz) = 3d1a5969b4371a7ed49174bb6f740c60bff47c9436cc6a5023dc52b08aa25f150a1d58e58713d912c640e50b8189366295468289734bd78d8497a39c8347e885 +SHA512 (php-justinrainbow-json-schema5-5.2.5-0d4fda8.tgz) = 6d3d963e2098d55b2e4bd88ed558edce25c77a7bce0af1aae4c2151243f4256d4ae45705a9b6fde602042865c8c057c333f9ee5c063f77fa2e358c5047739303 From 5eaf378d85e4270834cff5c5ab0440f53d03018e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Oct 2017 13:14:25 +0200 Subject: [PATCH 05/32] missing sources --- sources | 1 + 1 file changed, 1 insertion(+) diff --git a/sources b/sources index d929528..86bf42a 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ +SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02 SHA512 (php-justinrainbow-json-schema5-5.2.5-0d4fda8.tgz) = 6d3d963e2098d55b2e4bd88ed558edce25c77a7bce0af1aae4c2151243f4256d4ae45705a9b6fde602042865c8c057c333f9ee5c063f77fa2e358c5047739303 From cd3542419888046ea443dbf9254d4ed238af3f37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Oct 2017 06:39:22 +0200 Subject: [PATCH 06/32] v5.2.6 --- .gitignore | 1 + php-justinrainbow-json-schema5.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6b5f013..d7fe4b0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ clog /php-justinrainbow-json-schema5-5.2.2-b80053b.tgz /php-justinrainbow-json-schema5-5.2.4-7ccb0e6.tgz /php-justinrainbow-json-schema5-5.2.5-0d4fda8.tgz +/php-justinrainbow-json-schema5-5.2.6-d283e11.tgz diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 1dc1c06..2a6bfa2 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 0d4fda8efdf216ade084a7f0aad5637572ce9835 +%global gh_commit d283e11b6e14c6f4664cf080415c4341293e5bbd %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.5 +%global minor 2.6 # Some sample files, only used for tests @@ -180,6 +180,9 @@ exit $ret %changelog +* Sun Oct 22 2017 Remi Collet - 5.2.6-1 +- Update to 5.2.6 + * Wed Oct 11 2017 Remi Collet - 5.2.5-1 - Update to 5.2.5 diff --git a/sources b/sources index 86bf42a..b085969 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02 -SHA512 (php-justinrainbow-json-schema5-5.2.5-0d4fda8.tgz) = 6d3d963e2098d55b2e4bd88ed558edce25c77a7bce0af1aae4c2151243f4256d4ae45705a9b6fde602042865c8c057c333f9ee5c063f77fa2e358c5047739303 +SHA512 (php-justinrainbow-json-schema5-5.2.6-d283e11.tgz) = aec7344c3fb346e55be5aa48c4e22cc53e9b405395c8cca07ce1632cecd39b7fa8ca53583c005d0054e845ef9effa6846682fd60dce5f89b73aaa3202925b322 From f8ce45c89595f4e1f99e320ec5446a19b3d885d7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 03:46:18 +0000 Subject: [PATCH 07/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 2a6bfa2..5bb1d54 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -29,7 +29,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: %{major}.%{minor} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library to validate a json schema Group: Development/Libraries @@ -180,6 +180,9 @@ exit $ret %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 5.2.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Sun Oct 22 2017 Remi Collet - 5.2.6-1 - Update to 5.2.6 From adba0cf9aa26ffc9ea21f6e6c0708cf7a81231fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Feb 2018 08:05:45 +0100 Subject: [PATCH 08/32] v5.2.7 --- .gitignore | 1 + php-justinrainbow-json-schema5.spec | 20 +++++++++++--------- sources | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index d7fe4b0..30b4298 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ clog /php-justinrainbow-json-schema5-5.2.4-7ccb0e6.tgz /php-justinrainbow-json-schema5-5.2.5-0d4fda8.tgz /php-justinrainbow-json-schema5-5.2.6-d283e11.tgz +/php-justinrainbow-json-schema5-5.2.7-8560d43.tgz diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 5bb1d54..ffc9ecc 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -1,19 +1,19 @@ # remirepo/fedora spec file for php-justinrainbow-json-schema5 # -# Copyright (c) 2016-2017 Remi Collet +# Copyright (c) 2016-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit d283e11b6e14c6f4664cf080415c4341293e5bbd +%global gh_commit 8560d4314577199ba51bf2032f02cd1315587c23 %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.6 +%global minor 2.7 # Some sample files, only used for tests @@ -29,12 +29,11 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: %{major}.%{minor} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A library to validate a json schema - -Group: Development/Libraries License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} + # git snapshot to get upstream test suite Source0: %{name}-%{version}-%{gh_short}.tgz Source1: https://github.com/%{ts_owner}/%{ts_project}/archive/%{ts_commit}/%{ts_project}-%{ts_version}-%{ts_short}.tar.gz @@ -58,8 +57,8 @@ BuildRequires: php-spl # From composer.json, "require-dev": { # "json-schema/JSON-Schema-Test-Suite": "1.2.0", # "friendsofphp/php-cs-fixer": "^2.1", -# "phpunit/phpunit": "^4.8.22" -BuildRequires: php-composer(phpunit/phpunit) >= 4.8.22 +# "phpunit/phpunit": "^4.8.35" +BuildRequires: php-composer(phpunit/phpunit) >= 4.8.35 # Autoloader BuildRequires: php-composer(fedora/autoloader) # For composer schema @@ -158,7 +157,7 @@ php bin/validate-json-test \ : Upstream test suite ret=0 -for cmd in php php56 php70 php71 php72; do +for cmd in php php70 php71 php72; do if which $cmd; then $cmd -d memory_limit=1G %{_bindir}/phpunit -d memory_limit=1G --verbose || ret=1 fi @@ -180,6 +179,9 @@ exit $ret %changelog +* Thu Feb 15 2018 Remi Collet - 5.2.7-1 +- Update to 5.2.7 + * Fri Feb 09 2018 Fedora Release Engineering - 5.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild diff --git a/sources b/sources index b085969..fdea8af 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02 -SHA512 (php-justinrainbow-json-schema5-5.2.6-d283e11.tgz) = aec7344c3fb346e55be5aa48c4e22cc53e9b405395c8cca07ce1632cecd39b7fa8ca53583c005d0054e845ef9effa6846682fd60dce5f89b73aaa3202925b322 +SHA512 (php-justinrainbow-json-schema5-5.2.7-8560d43.tgz) = e43d8cfc09aabaec3532e8ca788c6362072d27d626f9150a6d7f68750d58a748b4dff45edd5f89c1f9e6a5edb0d6365af76f253d07c8c3ea13e4e9323505b179 From ecba657a921b33a4955311073bff81e589c6b675 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 21:36:43 +0000 Subject: [PATCH 09/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index ffc9ecc..40e2c18 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -29,7 +29,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: %{major}.%{minor} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -179,6 +179,9 @@ exit $ret %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 5.2.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Feb 15 2018 Remi Collet - 5.2.7-1 - Update to 5.2.7 From 3ccc54afd7441baf1878e93803928a9d6d0c9717 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jan 2019 08:37:09 +0100 Subject: [PATCH 10/32] v5.2.8 (cherry picked from commit c6b358f378323c84addefe6ec104c38bca0ab432) --- .gitignore | 1 + php-justinrainbow-json-schema5-rpm.patch | 24 ++++++++++++------------ php-justinrainbow-json-schema5.spec | 13 ++++++++----- sources | 2 +- 4 files changed, 22 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 30b4298..bd0f855 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ clog /php-justinrainbow-json-schema5-5.2.5-0d4fda8.tgz /php-justinrainbow-json-schema5-5.2.6-d283e11.tgz /php-justinrainbow-json-schema5-5.2.7-8560d43.tgz +/php-justinrainbow-json-schema5-5.2.8-dcb6e10.tgz diff --git a/php-justinrainbow-json-schema5-rpm.patch b/php-justinrainbow-json-schema5-rpm.patch index e354326..8485708 100644 --- a/php-justinrainbow-json-schema5-rpm.patch +++ b/php-justinrainbow-json-schema5-rpm.patch @@ -1,6 +1,6 @@ diff -up ./bin/validate-json.rpm ./bin/validate-json ---- ./bin/validate-json.rpm 2017-03-23 08:58:50.000000000 +0100 -+++ ./bin/validate-json 2017-03-23 09:23:35.797857285 +0100 +--- ./bin/validate-json.rpm 2019-01-15 07:24:47.000000000 +0100 ++++ ./bin/validate-json 2019-01-15 07:25:27.730125985 +0100 @@ -6,32 +6,7 @@ * @author Christian Weiske */ @@ -36,9 +36,9 @@ diff -up ./bin/validate-json.rpm ./bin/validate-json $arOptions = array(); $arArgs = array(); diff -up ./src/JsonSchema/Uri/UriRetriever.php.rpm ./src/JsonSchema/Uri/UriRetriever.php ---- ./src/JsonSchema/Uri/UriRetriever.php.rpm 2017-03-23 08:58:50.000000000 +0100 -+++ ./src/JsonSchema/Uri/UriRetriever.php 2017-03-23 09:23:35.797857285 +0100 -@@ -323,7 +323,8 @@ class UriRetriever implements BaseUriRet +--- ./src/JsonSchema/Uri/UriRetriever.php.rpm 2019-01-15 07:24:47.000000000 +0100 ++++ ./src/JsonSchema/Uri/UriRetriever.php 2019-01-15 07:25:27.731125991 +0100 +@@ -342,7 +342,8 @@ class UriRetriever implements BaseUriRet } // translate references to local files within the json-schema package @@ -49,9 +49,9 @@ diff -up ./src/JsonSchema/Uri/UriRetriever.php.rpm ./src/JsonSchema/Uri/UriRetri return $uri; } diff -up ./tests/Uri/UriRetrieverTest.php.rpm ./tests/Uri/UriRetrieverTest.php ---- ./tests/Uri/UriRetrieverTest.php.rpm 2017-03-23 08:58:50.000000000 +0100 -+++ ./tests/Uri/UriRetrieverTest.php 2017-03-23 09:28:28.992372836 +0100 -@@ -295,7 +295,8 @@ EOF; +--- ./tests/Uri/UriRetrieverTest.php.rpm 2019-01-15 07:24:47.000000000 +0100 ++++ ./tests/Uri/UriRetrieverTest.php 2019-01-15 07:26:27.403439007 +0100 +@@ -296,7 +296,8 @@ EOF; public function testPackageURITranslation() { $retriever = new UriRetriever(); @@ -61,7 +61,7 @@ diff -up ./tests/Uri/UriRetrieverTest.php.rpm ./tests/Uri/UriRetrieverTest.php $uri = $retriever->translate('package://foo/bar.json'); $this->assertEquals("${root}foo/bar.json", $uri); -@@ -304,7 +305,8 @@ EOF; +@@ -305,7 +306,8 @@ EOF; public function testDefaultDistTranslations() { $retriever = new UriRetriever(); @@ -71,7 +71,7 @@ diff -up ./tests/Uri/UriRetrieverTest.php.rpm ./tests/Uri/UriRetrieverTest.php $this->assertEquals( $root . 'json-schema-draft-03.json', -@@ -322,11 +324,12 @@ EOF; +@@ -323,11 +325,12 @@ EOF; $retriever = new UriRetriever(); // load schema from package @@ -85,8 +85,8 @@ diff -up ./tests/Uri/UriRetrieverTest.php.rpm ./tests/Uri/UriRetrieverTest.php + $this->assertEquals('c2ef5714b639cea176fdeeafe418aa09', md5(json_encode($schema))); } - public function testJsonSchemaOrgMediaTypeHack() -@@ -365,7 +367,7 @@ EOF; + public function testInvalidContentTypeEndpointsDefault() +@@ -389,7 +392,7 @@ EOF; 'JsonSchema\Exception\JsonDecodingException', 'JSON syntax is malformed' ); diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 40e2c18..09e7762 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -1,19 +1,19 @@ # remirepo/fedora spec file for php-justinrainbow-json-schema5 # -# Copyright (c) 2016-2018 Remi Collet +# Copyright (c) 2016-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 8560d4314577199ba51bf2032f02cd1315587c23 +%global gh_commit dcb6e1006bb5fd1e392b4daa68932880f37550d4 %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.7 +%global minor 2.8 # Some sample files, only used for tests @@ -29,7 +29,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: %{major}.%{minor} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -157,7 +157,7 @@ php bin/validate-json-test \ : Upstream test suite ret=0 -for cmd in php php70 php71 php72; do +for cmd in php php70 php71 php72 php73; do if which $cmd; then $cmd -d memory_limit=1G %{_bindir}/phpunit -d memory_limit=1G --verbose || ret=1 fi @@ -179,6 +179,9 @@ exit $ret %changelog +* Tue Jan 15 2019 Remi Collet - 5.2.8-1 +- update to 5.2.8 + * Fri Jul 13 2018 Fedora Release Engineering - 5.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index fdea8af..0fea745 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02 -SHA512 (php-justinrainbow-json-schema5-5.2.7-8560d43.tgz) = e43d8cfc09aabaec3532e8ca788c6362072d27d626f9150a6d7f68750d58a748b4dff45edd5f89c1f9e6a5edb0d6365af76f253d07c8c3ea13e4e9323505b179 +SHA512 (php-justinrainbow-json-schema5-5.2.8-dcb6e10.tgz) = c875486dfe9c1e244e84a1edeb86280e0a1e626fa77eee26cca2524928b0d1e8883dba5dcee69b1a4013d6b07eefb91c8314631f46e76ddd6297c4d7eaa941d8 From 1b28c40741238f65c1cc7b528dd3056d3744fba3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 2 Feb 2019 02:56:38 +0000 Subject: [PATCH 11/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 09e7762..3bedbbc 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -29,7 +29,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: %{major}.%{minor} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -179,6 +179,9 @@ exit $ret %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 5.2.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Jan 15 2019 Remi Collet - 5.2.8-1 - update to 5.2.8 From 48e3f794d8ceb8463d1ab4fc9b5a865287606aab Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jul 2019 09:23:35 +0000 Subject: [PATCH 12/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 3bedbbc..952c144 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -29,7 +29,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: %{major}.%{minor} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -179,6 +179,9 @@ exit $ret %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 5.2.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sat Feb 02 2019 Fedora Release Engineering - 5.2.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 4741f4bd778e11354f319002e80d7c824d74ec1f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Sep 2019 09:13:07 +0200 Subject: [PATCH 13/32] v5.2.9 --- .gitignore | 1 + php-justinrainbow-json-schema5-rpm.patch | 16 ++++++++-------- php-justinrainbow-json-schema5.spec | 12 +++++++----- sources | 2 +- 4 files changed, 17 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index bd0f855..db86992 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ clog /php-justinrainbow-json-schema5-5.2.6-d283e11.tgz /php-justinrainbow-json-schema5-5.2.7-8560d43.tgz /php-justinrainbow-json-schema5-5.2.8-dcb6e10.tgz +/php-justinrainbow-json-schema5-5.2.9-44c6787.tgz diff --git a/php-justinrainbow-json-schema5-rpm.patch b/php-justinrainbow-json-schema5-rpm.patch index 8485708..eb8e536 100644 --- a/php-justinrainbow-json-schema5-rpm.patch +++ b/php-justinrainbow-json-schema5-rpm.patch @@ -1,6 +1,6 @@ diff -up ./bin/validate-json.rpm ./bin/validate-json ---- ./bin/validate-json.rpm 2019-01-15 07:24:47.000000000 +0100 -+++ ./bin/validate-json 2019-01-15 07:25:27.730125985 +0100 +--- ./bin/validate-json.rpm 2019-09-26 09:03:49.371018279 +0200 ++++ ./bin/validate-json 2019-09-26 09:06:21.033483985 +0200 @@ -6,32 +6,7 @@ * @author Christian Weiske */ @@ -12,7 +12,7 @@ diff -up ./bin/validate-json.rpm ./bin/validate-json - * - * @return void - */ --function __autoload($className) +-spl_autoload_register(function ($className) -{ - $className = ltrim($className, '\\'); - $fileName = ''; @@ -25,7 +25,7 @@ diff -up ./bin/validate-json.rpm ./bin/validate-json - if (stream_resolve_include_path($fileName)) { - require_once $fileName; - } --} +-}); - -// support running this tool from git checkout -if (is_dir(__DIR__ . '/../src/JsonSchema')) { @@ -36,8 +36,8 @@ diff -up ./bin/validate-json.rpm ./bin/validate-json $arOptions = array(); $arArgs = array(); diff -up ./src/JsonSchema/Uri/UriRetriever.php.rpm ./src/JsonSchema/Uri/UriRetriever.php ---- ./src/JsonSchema/Uri/UriRetriever.php.rpm 2019-01-15 07:24:47.000000000 +0100 -+++ ./src/JsonSchema/Uri/UriRetriever.php 2019-01-15 07:25:27.731125991 +0100 +--- ./src/JsonSchema/Uri/UriRetriever.php.rpm 2019-09-26 09:03:13.000000000 +0200 ++++ ./src/JsonSchema/Uri/UriRetriever.php 2019-09-26 09:03:49.371018279 +0200 @@ -342,7 +342,8 @@ class UriRetriever implements BaseUriRet } @@ -49,8 +49,8 @@ diff -up ./src/JsonSchema/Uri/UriRetriever.php.rpm ./src/JsonSchema/Uri/UriRetri return $uri; } diff -up ./tests/Uri/UriRetrieverTest.php.rpm ./tests/Uri/UriRetrieverTest.php ---- ./tests/Uri/UriRetrieverTest.php.rpm 2019-01-15 07:24:47.000000000 +0100 -+++ ./tests/Uri/UriRetrieverTest.php 2019-01-15 07:26:27.403439007 +0100 +--- ./tests/Uri/UriRetrieverTest.php.rpm 2019-09-26 09:03:13.000000000 +0200 ++++ ./tests/Uri/UriRetrieverTest.php 2019-09-26 09:03:49.372018275 +0200 @@ -296,7 +296,8 @@ EOF; public function testPackageURITranslation() { diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 952c144..ee1e26c 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 @@ -29,7 +29,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: %{major}.%{minor} -Release: 3%{?dist} +Release: 1%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -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,7 +169,6 @@ exit $ret %files -%{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json %doc *.md @@ -179,6 +178,9 @@ exit $ret %changelog +* Thu Sep 26 2019 Remi Collet - 5.2.9-1 +- update to 5.2.9 + * Fri Jul 26 2019 Fedora Release Engineering - 5.2.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 0fea745..665fa92 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02 -SHA512 (php-justinrainbow-json-schema5-5.2.8-dcb6e10.tgz) = c875486dfe9c1e244e84a1edeb86280e0a1e626fa77eee26cca2524928b0d1e8883dba5dcee69b1a4013d6b07eefb91c8314631f46e76ddd6297c4d7eaa941d8 +SHA512 (php-justinrainbow-json-schema5-5.2.9-44c6787.tgz) = 652a90380517ab1ee1b79b3930947e8a6b3485cf87838574e4d0fda71a4a1485a0bfbe24f815a833aa227665baa37334094ab408f6b89c5f015c6c6f9853d018 From 469253998d04e7e87037735073aadb2eb1af6fea Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 07:36:49 +0000 Subject: [PATCH 14/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index ee1e26c..088bdaf 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -29,7 +29,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: %{major}.%{minor} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -178,6 +178,9 @@ exit $ret %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 5.2.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Sep 26 2019 Remi Collet - 5.2.9-1 - update to 5.2.9 From 1a53a7a83017c9c3c50baa500d09ba68e32630ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 May 2020 09:21:07 +0200 Subject: [PATCH 15/32] v5.2.10 --- .gitignore | 1 + php-justinrainbow-json-schema5-makesrc.sh | 4 +--- php-justinrainbow-json-schema5.spec | 14 ++++++++------ sources | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index db86992..75159f9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ clog /php-justinrainbow-json-schema5-5.2.7-8560d43.tgz /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 diff --git a/php-justinrainbow-json-schema5-makesrc.sh b/php-justinrainbow-json-schema5-makesrc.sh index e9f0fbc..dfd5c2a 100755 --- a/php-justinrainbow-json-schema5-makesrc.sh +++ b/php-justinrainbow-json-schema5-makesrc.sh @@ -3,9 +3,7 @@ NAME=$(basename $PWD) OWNER=$(sed -n '/^%global gh_owner/{s/.* //;p}' $NAME.spec) PROJECT=$(sed -n '/^%global gh_project/{s/.* //;p}' $NAME.spec) -MAJOR=$(sed -n '/^%global major/{s/.* //;p}' $NAME.spec) -MINOR=$(sed -n '/^%global minor/{s/.* //;p}' $NAME.spec) -VERSION=$MAJOR.$MINOR +VERSION=$(sed -n '/^Version:/{s/.* //;p}' $NAME.spec) COMMIT=$(sed -n '/^%global gh_commit/{s/.* //;p}' $NAME.spec) SHORT=${COMMIT:0:7} diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 088bdaf..37f3631 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -6,14 +6,13 @@ # # Please, preserve the changelog entries # -%global gh_commit 44c6787311242a979fa15c704327c20e7221a0e4 +%global gh_commit 2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b %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.9 # Some sample files, only used for tests @@ -28,8 +27,8 @@ %global eolv2 0 Name: php-%{gh_owner}-%{gh_project}%{major} -Version: %{major}.%{minor} -Release: 2%{?dist} +Version: 5.2.10 +Release: 1%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -55,7 +54,7 @@ BuildRequires: php-mbstring BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { -# "json-schema/JSON-Schema-Test-Suite": "1.2.0", +# "json-schema/json-schema-test-suite": "1.2.0", # "friendsofphp/php-cs-fixer": "^2.1", # "phpunit/phpunit": "^4.8.35" BuildRequires: php-composer(phpunit/phpunit) >= 4.8.35 @@ -157,7 +156,7 @@ php bin/validate-json-test \ : Upstream test suite ret=0 -for cmd in php php71 php72 php73 php74; do +for cmd in php php72 php73 php74 php80; do if which $cmd; then $cmd -d memory_limit=1G %{_bindir}/phpunit -d memory_limit=1G --verbose || ret=1 fi @@ -178,6 +177,9 @@ exit $ret %changelog +* Thu May 28 2020 Remi Collet - 5.2.10-1 +- update to 5.2.10 + * Thu Jan 30 2020 Fedora Release Engineering - 5.2.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 665fa92..aeff673 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02 -SHA512 (php-justinrainbow-json-schema5-5.2.9-44c6787.tgz) = 652a90380517ab1ee1b79b3930947e8a6b3485cf87838574e4d0fda71a4a1485a0bfbe24f815a833aa227665baa37334094ab408f6b89c5f015c6c6f9853d018 +SHA512 (php-justinrainbow-json-schema5-5.2.10-2ba9c8c.tgz) = 1c1e274c2cd1110fe2f18b765293fe540024d15cf130873250049b8538a55a9d31b9eedea70b1697d4e461df248781beed6f4cd0d46e0ec039fa30e104d0849c From cae7e046d3bee58893770d02e56dee0c9e346758 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 21:17:25 +0000 Subject: [PATCH 16/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 37f3631..b65807b 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -28,7 +28,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 5.2.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -177,6 +177,9 @@ exit $ret %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 5.2.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu May 28 2020 Remi Collet - 5.2.10-1 - update to 5.2.10 From 7cf4297585c7450e82ea81d8109098cce40764b1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 06:57:53 +0000 Subject: [PATCH 17/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index b65807b..772e68d 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -28,7 +28,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 5.2.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -177,6 +177,9 @@ exit $ret %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 5.2.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 5.2.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 92a7ab875f4686d91237de01302949b7ae53fa5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Jul 2021 14:06:45 +0200 Subject: [PATCH 18/32] v5.2.11 --- .gitignore | 1 + php-justinrainbow-json-schema5.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 75159f9..6c1176c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 772e68d..4127c6f 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -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: 3%{?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 - 5.2.11-1 +- update to 5.2.11 + * Wed Jan 27 2021 Fedora Release Engineering - 5.2.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index aeff673..065d482 100644 --- a/sources +++ b/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 From 9c3b8d7bc7cca62981b1f4e4b6034edd11fea6a2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 07:39:09 +0000 Subject: [PATCH 19/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 4127c6f..50727a7 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -28,7 +28,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 5.2.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -177,6 +177,9 @@ exit $ret %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 5.2.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Remi Collet - 5.2.11-1 - update to 5.2.11 From e71e2ae4d4084c19a101fdd5aa2405c755c50a26 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Apr 2022 11:44:18 +0200 Subject: [PATCH 20/32] v5.2.12 --- .gitignore | 1 + php-justinrainbow-json-schema5.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 6c1176c..ab4fa6f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 50727a7..61dbe80 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -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,8 +27,8 @@ %global eolv2 0 Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 5.2.11 -Release: 2%{?dist} +Version: 5.2.12 +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 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 - 5.2.12-1 +- update to 5.2.12 + * Fri Jan 21 2022 Fedora Release Engineering - 5.2.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 065d482..aa1328a 100644 --- a/sources +++ b/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 From 643163ddf6a2c733f8ffdf3206f05b5104f1fbb7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 13:32:54 +0000 Subject: [PATCH 21/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 61dbe80..bd3ecd0 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -28,7 +28,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 5.2.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -177,6 +177,9 @@ exit $ret %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 5.2.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Apr 13 2022 Remi Collet - 5.2.12-1 - update to 5.2.12 From 00801c6ed06f0881d915f6d4657abdfd191cb6a0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 08:33:34 +0000 Subject: [PATCH 22/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index bd3ecd0..6bf7c48 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -28,7 +28,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 5.2.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -177,6 +177,9 @@ exit $ret %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 5.2.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 5.2.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From f758f27d25b1f21aa0fe2ebc223bed6a49c23e34 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 04:23:49 +0000 Subject: [PATCH 23/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 6bf7c48..d9d62f9 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -28,7 +28,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 5.2.12 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -177,6 +177,9 @@ exit $ret %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 5.2.12-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Fri Jan 20 2023 Fedora Release Engineering - 5.2.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 4750ffe172e8de88fedf0d046f65662287ce1eea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Sep 2023 16:06:09 +0200 Subject: [PATCH 24/32] update to 5.2.13 disable test suite --- .gitignore | 1 + php-justinrainbow-json-schema5.spec | 27 +++++++++++++++++---------- sources | 2 +- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index ab4fa6f..dbe3c32 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ clog /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 +/php-justinrainbow-json-schema5-5.2.13-fbbe7e5.tgz diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index d9d62f9..dfcae5e 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -1,17 +1,20 @@ # remirepo/fedora spec file for php-justinrainbow-json-schema5 # -# Copyright (c) 2016-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2016-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit ad87d5a5ca981228e0e205c2bc7dfb8e24559b60 + +# disable test suite until recent phpunit is supported +%bcond_with tests + +%global gh_commit fbbe7e5d79f618997bc3332a6f49246036c45793 %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 @@ -27,8 +30,8 @@ %global eolv2 0 Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 5.2.12 -Release: 4%{?dist} +Version: 5.2.13 +Release: 1%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -43,7 +46,7 @@ Source3: %{name}-makesrc.sh Patch0: %{name}-rpm.patch BuildArch: noarch -%if %{with_tests} +%if %{with tests} # For tests BuildRequires: php(language) >= 5.3.3 BuildRequires: php-curl @@ -101,7 +104,7 @@ Autoloader: %{php_home}/JsonSchema%{major}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} -a 1 -%patch0 -p1 -b .rpm +%patch -P0 -p1 -b .rpm find src -name \*.rpm -delete -print cp %{SOURCE2} src/JsonSchema/autoload.php @@ -137,7 +140,7 @@ install -Dpm 0755 bin/validate-json %{buildroot}%{_bindir}/validate-json%{major} %check -%if %{with_tests} +%if %{with tests} : Test suite autoloader cat << 'EOF' | tee vendor/autoload.php - 5.2.13-1 +- update to 5.2.13 +- disable test suite + * Fri Jul 21 2023 Fedora Release Engineering - 5.2.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index aa1328a..c1e7636 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02 -SHA512 (php-justinrainbow-json-schema5-5.2.12-ad87d5a.tgz) = aa8c61308796e686ae2c2a4b51e39d304ac1011c8060fc64eb4bec8f7772216d991efcd0fb0d8387358e8988765d5faa534e278d0757cc001c7e0c622b127995 +SHA512 (php-justinrainbow-json-schema5-5.2.13-fbbe7e5.tgz) = 7eea47c5de0b4b0206d0fdfce51da6beb0bcb2d767e127d029261b7866eed6c132a198183e84664b5547e623c5dce73685616441c5f1aec56b80519a268ad2bc From 01117a874d5c70fc22cb8609b6a509abebbce138 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Sep 2023 16:10:23 +0200 Subject: [PATCH 25/32] conditional for tests --- php-justinrainbow-json-schema5.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index dfcae5e..26629c2 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -7,8 +7,12 @@ # Please, preserve the changelog entries # +%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10 # disable test suite until recent phpunit is supported %bcond_with tests +%else +%bcond_without tests +%endif %global gh_commit fbbe7e5d79f618997bc3332a6f49246036c45793 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) From 2b3362c5dba9327f7e651aaa01d21cb0746bd0fb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 20:54:43 +0000 Subject: [PATCH 26/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 26629c2..24111af 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -35,7 +35,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 5.2.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -184,6 +184,9 @@ exit $ret %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 5.2.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Sep 28 2023 Remi Collet - 5.2.13-1 - update to 5.2.13 - disable test suite From 7f0efd2959cfef393b29296b2b07b48d8dab1db3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 22:41:15 +0000 Subject: [PATCH 27/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 24111af..34da401 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -35,7 +35,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 5.2.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -184,6 +184,9 @@ exit $ret %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 5.2.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 5.2.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c2cd99e52024cd95bee4de88eeae52d4fcc3ebb5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jul 2024 09:06:22 +0200 Subject: [PATCH 28/32] update to 5.3.0 raise dependency on PHP 7.1 --- .gitignore | 1 + php-justinrainbow-json-schema5.spec | 20 ++++++++++++-------- sources | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index dbe3c32..b30afa5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ clog /php-justinrainbow-json-schema5-5.2.11-2ab6744.tgz /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 diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 34da401..ac0c211 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-justinrainbow-json-schema5 # -# Copyright (c) 2016-2023 Remi Collet +# Copyright (c) 2016-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -14,7 +14,7 @@ %bcond_without tests %endif -%global gh_commit fbbe7e5d79f618997bc3332a6f49246036c45793 +%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.2.13 -Release: 3%{?dist} +Version: 5.3.0 +Release: 1%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -52,7 +52,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch %if %{with tests} # For tests -BuildRequires: php(language) >= 5.3.3 +BuildRequires: php(language) >= 7.1 BuildRequires: php-curl BuildRequires: php-date BuildRequires: php-filter @@ -72,8 +72,8 @@ BuildRequires: composer %endif # From composer.json, "require": { -# "php": ">=5.3.3" -Requires: php(language) >= 5.3.3 +# "php": ">=7.1" +Requires: php(language) >= 7.1 # From phpcompatinfo report for version 4.0.1 Requires: php-curl Requires: php-date @@ -163,7 +163,7 @@ php bin/validate-json-test \ : Upstream test suite ret=0 -for cmd in php php80 php81 php82 php83; 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 @@ -184,6 +184,10 @@ exit $ret %changelog +* Mon Jul 8 2024 Remi Collet - 5.3.0-1 +- update to 5.3.0 +- raise dependency on PHP 7.1 + * Thu Jan 25 2024 Fedora Release Engineering - 5.2.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index c1e7636..bdac52e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02 -SHA512 (php-justinrainbow-json-schema5-5.2.13-fbbe7e5.tgz) = 7eea47c5de0b4b0206d0fdfce51da6beb0bcb2d767e127d029261b7866eed6c132a198183e84664b5547e623c5dce73685616441c5f1aec56b80519a268ad2bc +SHA512 (php-justinrainbow-json-schema5-5.3.0-feb2ca6.tgz) = acfbda0719314e77d3041bf6c1ad54dac901470fc5ce0e68e75ac1d7dd10199acc38af71d8bb76020704bad2e6400d30fa54c6d15af516b71627c185101be865 From b3fd2ccb25a141294114871b3e7221e78f323cb9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 06:55:50 +0000 Subject: [PATCH 29/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index ac0c211..fd2da95 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -35,7 +35,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 5.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -184,6 +184,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 5.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jul 8 2024 Remi Collet - 5.3.0-1 - update to 5.3.0 - raise dependency on PHP 7.1 From 622bea11d43e4634d0020cef1b986fa5a842fb90 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:06:26 +0000 Subject: [PATCH 30/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index fd2da95..ff209f3 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -35,7 +35,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 5.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -184,6 +184,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 5.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 5.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c4bdd018634a76c0b0575800775f0f7adf34705c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:13:26 +0000 Subject: [PATCH 31/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-justinrainbow-json-schema5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index ff209f3..30aed8a 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -35,7 +35,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 5.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -184,6 +184,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 5.3.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 5.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From c34e3419749e9b7c42d36b4c22644daf40bcc882 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Dec 2025 10:44:03 +0100 Subject: [PATCH 32/32] update to 5.3.1 re-license spec file to CECILL-2.1 --- .gitignore | 1 + php-justinrainbow-json-schema5.spec | 26 +++++++++++--------------- sources | 2 +- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index b30afa5..7828a48 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ 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 diff --git a/php-justinrainbow-json-schema5.spec b/php-justinrainbow-json-schema5.spec index 30aed8a..f31e0e3 100644 --- a/php-justinrainbow-json-schema5.spec +++ b/php-justinrainbow-json-schema5.spec @@ -1,8 +1,8 @@ # remirepo/fedora spec file for php-justinrainbow-json-schema5 # -# Copyright (c) 2016-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -14,7 +14,7 @@ %bcond_without tests %endif -%global gh_commit feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8 +%global gh_commit b5a44b6391a3bbb75c9f2b73e1ef03d6045e1e20 %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.0 -Release: 4%{?dist} +Version: 5.3.1 +Release: 1%{?dist} Summary: A library to validate a json schema License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -54,12 +54,8 @@ 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", @@ -76,12 +72,8 @@ 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} @@ -163,7 +155,7 @@ php bin/validate-json-test \ : Upstream test suite ret=0 -for cmd in php php81 php82 php83; do +for cmd in php php81 php82 php83 php84 php85; do if which $cmd; then $cmd -d memory_limit=1G %{_bindir}/phpunit -d memory_limit=1G --verbose || ret=1 fi @@ -184,6 +176,10 @@ exit $ret %changelog +* Fri Dec 12 2025 Remi Collet - 5.3.1-1 +- update to 5.3.1 +- re-license spec file to CECILL-2.1 + * Fri Jul 25 2025 Fedora Release Engineering - 5.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index bdac52e..77cf9e2 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02 -SHA512 (php-justinrainbow-json-schema5-5.3.0-feb2ca6.tgz) = acfbda0719314e77d3041bf6c1ad54dac901470fc5ce0e68e75ac1d7dd10199acc38af71d8bb76020704bad2e6400d30fa54c6d15af516b71627c185101be865 +SHA512 (php-justinrainbow-json-schema5-5.3.1-b5a44b6.tgz) = bf183d685d7410c09da2c24d6aeac86fe6f804bd79f15bc573d9e52f7437817437e975d34ce79e56f824fa6d9deb57cc7df531977e745a66c0a0c54eafeacb8c