From fa9bbac3fb39005ba1b2f7aaa8ae46d50ba96ee1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:33:32 +0000 Subject: [PATCH 1/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-sebastian-type5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-type5.spec b/php-sebastian-type5.spec index 0ef19fb..2ac7ef7 100644 --- a/php-sebastian-type5.spec +++ b/php-sebastian-type5.spec @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, v%{major} License: BSD-3-Clause @@ -116,6 +116,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 5.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Jul 3 2024 Remi Collet - 5.0.1-1 - update to 5.0.1 From 1dde639f5b070c7f951e5bcef5c6d6d3b797746c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Sep 2024 15:31:12 +0200 Subject: [PATCH 2/7] v5.1.0 --- .gitignore | 1 + php-sebastian-type5.spec | 17 ++++++++++------- sources | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 96ac65e..6172544 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /php-sebastian-type5-5.0.0-b850278.tgz /php-sebastian-type5-5.0.1-fb6a656.tgz +/php-sebastian-type5-5.1.0-461b9c5.tgz diff --git a/php-sebastian-type5.spec b/php-sebastian-type5.spec index 2ac7ef7..ccd379f 100644 --- a/php-sebastian-type5.spec +++ b/php-sebastian-type5.spec @@ -11,11 +11,11 @@ %bcond_with tests # github -%global gh_commit fb6a6566f9589e86661291d13eba708cce5eb4aa +%global gh_commit 461b9c5da241511a2a0e8f240814fb23ce5c0aac %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type -%global gh_date 2024-07-03 +%global gh_date 2024-09-17 # packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -26,8 +26,8 @@ %global ns_project Type Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.0.1 -Release: 2%{?dist} +Version: 5.1.0 +Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, v%{major} License: BSD-3-Clause @@ -43,8 +43,8 @@ BuildRequires: php-reflection BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %if %{with tests} # from composer.json, "require-dev": { -# "phpunit/phpunit": "^11.0" -BuildRequires: phpunit11 +# "phpunit/phpunit": "^11.3" +BuildRequires: phpunit11 >= 11.3 %endif # from composer.json, "require": { @@ -98,7 +98,7 @@ ret=0 for cmd in php php82 php83 php84; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ - %{_bindir}/phpunit11 || ret=1 + %{_bindir}/phpunit11 --bootstrap vendor/autoload.php --no-coverage || ret=1 fi done exit $ret @@ -116,6 +116,9 @@ exit $ret %changelog +* Wed Sep 18 2024 Remi Collet - 5.1.0-1 +- update to 5.1.0 + * Fri Jul 19 2024 Fedora Release Engineering - 5.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index 1d0c627..7334e2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sebastian-type5-5.0.1-fb6a656.tgz) = c88a181c1a07e641c5b1743b0c5806f810b4890ef4b427a4930951ba88c21685ec3f2040988f9395521a825fe2524756734aa4ae2bc4719826cf8732c2e7e2a7 +SHA512 (php-sebastian-type5-5.1.0-461b9c5.tgz) = 96b6f90eacd88982fcdcf0cb465e1e6025ab013f9abcfb95bd593738c6f75bd4cd4c5c1e53ee7431f8d05fa6d12a57f1d5b651cafc17753cff68bfb36a5fc835 From 5c50f734f9dd4d1c1dc080949447571c8b9a79b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:51:15 +0000 Subject: [PATCH 3/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-sebastian-type5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-type5.spec b/php-sebastian-type5.spec index ccd379f..922151f 100644 --- a/php-sebastian-type5.spec +++ b/php-sebastian-type5.spec @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, v%{major} License: BSD-3-Clause @@ -116,6 +116,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 5.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Sep 18 2024 Remi Collet - 5.1.0-1 - update to 5.1.0 From 037a12d1b3dcd035fb459642bbaf2783017372cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Feb 2025 09:33:46 +0100 Subject: [PATCH 4/7] enable test suite --- php-sebastian-type5.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-sebastian-type5.spec b/php-sebastian-type5.spec index 922151f..1d995da 100644 --- a/php-sebastian-type5.spec +++ b/php-sebastian-type5.spec @@ -1,14 +1,14 @@ # remirepo/fedora spec file for php-sebastian-type5 # -# Copyright (c) 2019-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2019-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # # disabled until phpunit11 available -%bcond_with tests +%bcond_without tests # github %global gh_commit 461b9c5da241511a2a0e8f240814fb23ce5c0aac @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, v%{major} License: BSD-3-Clause @@ -116,6 +116,9 @@ exit $ret %changelog +* Tue Feb 4 2025 Remi Collet - 5.1.0-3 +- enable test suite + * Sat Jan 18 2025 Fedora Release Engineering - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From e07a2e14ccb6883d2095961823e60b63088d3ef2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Mar 2025 15:45:18 +0100 Subject: [PATCH 5/7] v5.1.2 --- .gitignore | 1 + php-sebastian-type5.spec | 13 +++++++------ sources | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6172544..4123176 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /php-sebastian-type5-5.0.0-b850278.tgz /php-sebastian-type5-5.0.1-fb6a656.tgz /php-sebastian-type5-5.1.0-461b9c5.tgz +/php-sebastian-type5-5.1.2-a8a7e30.tgz diff --git a/php-sebastian-type5.spec b/php-sebastian-type5.spec index 1d995da..4838cdb 100644 --- a/php-sebastian-type5.spec +++ b/php-sebastian-type5.spec @@ -11,11 +11,11 @@ %bcond_without tests # github -%global gh_commit 461b9c5da241511a2a0e8f240814fb23ce5c0aac +%global gh_commit a8a7e30534b0eb0c77cd9d07e82de1a114389f5e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type -%global gh_date 2024-09-17 +%global gh_date 2025-03-18 # packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -26,8 +26,8 @@ %global ns_project Type Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.1.0 -Release: 3%{?dist} +Version: 5.1.2 +Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, v%{major} License: BSD-3-Clause @@ -38,7 +38,6 @@ Source1: makesrc.sh BuildArch: noarch BuildRequires: php(language) >= 8.2 -BuildRequires: php-reflection # Autoloader BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %if %{with tests} @@ -51,7 +50,6 @@ BuildRequires: phpunit11 >= 11.3 # "php": ">=8.2", Requires: php(language) >= 8.2 # from phpcompatinfo report for version 4.0.0 -Requires: php-reflection # Autoloader Requires: php-composer(fedora/autoloader) @@ -116,6 +114,9 @@ exit $ret %changelog +* Tue Mar 18 2025 Remi Collet - 5.1.2-1 +- update to 5.1.2 + * Tue Feb 4 2025 Remi Collet - 5.1.0-3 - enable test suite diff --git a/sources b/sources index 7334e2d..363c8a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sebastian-type5-5.1.0-461b9c5.tgz) = 96b6f90eacd88982fcdcf0cb465e1e6025ab013f9abcfb95bd593738c6f75bd4cd4c5c1e53ee7431f8d05fa6d12a57f1d5b651cafc17753cff68bfb36a5fc835 +SHA512 (php-sebastian-type5-5.1.2-a8a7e30.tgz) = bc038114277ce4bb98a2d98caadff70283034382c00d2c24cfa72f4ea85f53b557daae0c3126a51116900f8e53fc0572699bff054e0c5b2528910e7856525c06 From 9f454efdc40d9707db0d01aa5be35095b1c72ab7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:37:28 +0000 Subject: [PATCH 6/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-sebastian-type5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-type5.spec b/php-sebastian-type5.spec index 4838cdb..8d012a9 100644 --- a/php-sebastian-type5.spec +++ b/php-sebastian-type5.spec @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, v%{major} License: BSD-3-Clause @@ -114,6 +114,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 5.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Mar 18 2025 Remi Collet - 5.1.2-1 - update to 5.1.2 From 1407ed7bfaa1405e9dc87217458573e42f513797 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2025 10:46:16 +0200 Subject: [PATCH 7/7] v5.1.3 --- .gitignore | 1 + php-sebastian-type5.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4123176..d94e1f7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /php-sebastian-type5-5.0.1-fb6a656.tgz /php-sebastian-type5-5.1.0-461b9c5.tgz /php-sebastian-type5-5.1.2-a8a7e30.tgz +/php-sebastian-type5-5.1.3-f77d2d4.tgz diff --git a/php-sebastian-type5.spec b/php-sebastian-type5.spec index 8d012a9..00a4026 100644 --- a/php-sebastian-type5.spec +++ b/php-sebastian-type5.spec @@ -11,11 +11,11 @@ %bcond_without tests # github -%global gh_commit a8a7e30534b0eb0c77cd9d07e82de1a114389f5e +%global gh_commit f77d2d4e78738c98d9a68d2596fe5e8fa380f449 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type -%global gh_date 2025-03-18 +%global gh_date 2025-08-09 # packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -26,8 +26,8 @@ %global ns_project Type Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.1.2 -Release: 2%{?dist} +Version: 5.1.3 +Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, v%{major} License: BSD-3-Clause @@ -93,7 +93,7 @@ EOF : Run upstream test suite ret=0 -for cmd in php php82 php83 php84; do +for cmd in php php82 php83 php84 php85; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit11 --bootstrap vendor/autoload.php --no-coverage || ret=1 @@ -114,6 +114,9 @@ exit $ret %changelog +* Sun Aug 10 2025 Remi Collet - 5.1.3-1 +- update to 5.1.3 (no change) + * Fri Jul 25 2025 Fedora Release Engineering - 5.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index 363c8a7..4bbdfac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sebastian-type5-5.1.2-a8a7e30.tgz) = bc038114277ce4bb98a2d98caadff70283034382c00d2c24cfa72f4ea85f53b557daae0c3126a51116900f8e53fc0572699bff054e0c5b2528910e7856525c06 +SHA512 (php-sebastian-type5-5.1.3-f77d2d4.tgz) = b255ec908b26d8af9533d7a42ddec3d8273e69e1f9d8feefc21e32a34ae9b8a2c708c566bc86e78d6cb0f06a76b7f48edcee209fbcee92ed8b49f017ce655004