From c69119e66ed4f00febd1abc6b27f1e3dd67b4969 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 14:26:48 +0000 Subject: [PATCH 1/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-sebastian-code-unit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index 51fd2c7..931ce23 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 1.0.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Collection of value objects that represent the PHP code units License: BSD @@ -117,6 +117,9 @@ exit $ret %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 1.0.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jan 21 2022 Fedora Release Engineering - 1.0.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 019a1da21196bf3eaee1fca5fdee7f21cca30348 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 09:21:32 +0000 Subject: [PATCH 2/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-sebastian-code-unit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index 931ce23..78aaf3e 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 1.0.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Collection of value objects that represent the PHP code units License: BSD @@ -117,6 +117,9 @@ exit $ret %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 1.0.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 1.0.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 3cd4ba44d793525b3ce5079dabfb5c83c9bf75c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Apr 2023 11:42:32 +0200 Subject: [PATCH 3/9] use SPDX license ID --- php-sebastian-code-unit.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index 78aaf3e..fcfe1a4 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-sebastian-code-unit # -# Copyright (c) 2020 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2020-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -25,10 +25,10 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 1.0.8 -Release: 6%{?dist} -Summary: Collection of value objects that represent the PHP code units +Release: 7%{?dist} +Summary: Collection of value objects that represent the PHP code units, version 1 -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -60,6 +60,8 @@ Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version} %description Collection of value objects that represent the PHP code units. +This package provides version 1 of %{pk_vendor}/%{pk_project} library. + Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php @@ -99,7 +101,7 @@ EOF : Run tests ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php80 php81 php82; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit9 --verbose || ret=1 @@ -117,6 +119,9 @@ exit $ret %changelog +* Fri Apr 21 2023 Remi Collet - 1.0.8-7 +- use SPDX License id + * Fri Jan 20 2023 Fedora Release Engineering - 1.0.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 8a9e6240132cb74d2393547e45947c82766af5bf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 05:10:00 +0000 Subject: [PATCH 4/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-sebastian-code-unit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index fcfe1a4..8a04125 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 1.0.8 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Collection of value objects that represent the PHP code units, version 1 License: BSD-3-Clause @@ -119,6 +119,9 @@ exit $ret %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 1.0.8-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Fri Apr 21 2023 Remi Collet - 1.0.8-7 - use SPDX License id From c78baed0af68d43890dfb13f73c1eb85e3163b0d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 21:24:42 +0000 Subject: [PATCH 5/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-sebastian-code-unit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index 8a04125..64101d4 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 1.0.8 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Collection of value objects that represent the PHP code units, version 1 License: BSD-3-Clause @@ -119,6 +119,9 @@ exit $ret %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 1.0.8-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 1.0.8-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 11f996e4176802b133260ec656dbc84b3cf4490d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 23:12:29 +0000 Subject: [PATCH 6/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-sebastian-code-unit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index 64101d4..568515f 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 1.0.8 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Collection of value objects that represent the PHP code units, version 1 License: BSD-3-Clause @@ -119,6 +119,9 @@ exit $ret %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 1.0.8-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 1.0.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From dd3fcf4ad83208234c8f2921b2948f3995827ae7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:26:28 +0000 Subject: [PATCH 7/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-sebastian-code-unit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index 568515f..47706b7 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 1.0.8 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Collection of value objects that represent the PHP code units, version 1 License: BSD-3-Clause @@ -119,6 +119,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 1.0.8-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 1.0.8-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From ac2b17597ab4aae49ea73d20b2d7802df612a5eb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:41:52 +0000 Subject: [PATCH 8/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-sebastian-code-unit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index 47706b7..c732d72 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 1.0.8 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Collection of value objects that represent the PHP code units, version 1 License: BSD-3-Clause @@ -119,6 +119,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 1.0.8-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 1.0.8-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From afbeebb8a5f8a25c8e068cd8a4b9c7050c7aa599 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:31:31 +0000 Subject: [PATCH 9/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-sebastian-code-unit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index c732d72..37b0fff 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 1.0.8 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Collection of value objects that represent the PHP code units, version 1 License: BSD-3-Clause @@ -119,6 +119,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.8-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 1.0.8-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild