From 9c3b8d7bc7cca62981b1f4e4b6034edd11fea6a2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 07:39:09 +0000 Subject: [PATCH 01/14] - 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 02/14] 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 03/14] 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 04/14] 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 05/14] 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 06/14] 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 07/14] 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 08/14] 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 09/14] 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 10/14] 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 11/14] 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 12/14] 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 13/14] 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 14/14] 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