From c1a388751d147d6dc0dfdc417bb679c00f275e81 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 22:11:28 +0000 Subject: [PATCH 01/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_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 d518c0f..b6bcb9b 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 1.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Collection of value objects that represent the PHP code units License: BSD @@ -120,6 +120,9 @@ exit $ret %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jun 29 2020 Remi Collet - 1.0.5-1 - update to 1.0.5 From 1dc2aea5336962ab8156b90ce421ad43915ad17c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Sep 2020 10:01:33 +0200 Subject: [PATCH 02/16] update to 1.0.6 (no change) --- .gitignore | 1 + php-sebastian-code-unit.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index f76d67d..62655ee 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /php-sebastian-code-unit-1.0.2-ac95808.tar.gz /php-sebastian-code-unit-1.0.3-d650ef9.tgz /php-sebastian-code-unit-1.0.5-c1e2df3.tgz +/php-sebastian-code-unit-1.0.6-d3a241b.tgz diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index b6bcb9b..286c127 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # Sources -%global gh_commit c1e2df332c905079980b119c4db103117e5e5c90 +%global gh_commit d3a241b6028ff9d8e97d2b6ebd4090d01f92fad8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project code-unit @@ -27,8 +27,8 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.5 -Release: 2%{?dist} +Version: 1.0.6 +Release: 1%{?dist} Summary: Collection of value objects that represent the PHP code units License: BSD @@ -44,12 +44,12 @@ BuildRequires: php-spl BuildRequires: php-fedora-autoloader-devel %if %{with tests} # from composer.json, "require-dev": { -# "phpunit/phpunit": "^9.0" -BuildRequires: phpunit9 +# "phpunit/phpunit": "^9.3" +BuildRequires: phpunit9 >= 9.3 %endif # from composer.json, "require": { -# "php": "^7.3 || ^8.0" +# "php": ">=7.3" Requires: php(language) >= 7.3 # From phpcompatinfo report for 1.0.0 Requires: php-reflection @@ -120,6 +120,9 @@ exit $ret %changelog +* Mon Sep 28 2020 Remi Collet - 1.0.6-1 +- update to 1.0.6 (no change) + * Tue Jul 28 2020 Fedora Release Engineering - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index c8abab7..a0a257e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sebastian-code-unit-1.0.5-c1e2df3.tgz) = 7074ac4c6ce316d1ab5b2292a017d1cbae9f4fe68e32077ecc9422ed8a8fef2cf45fcfb332e3d1a013e8c806b12a356195099a4dd8176319d155bdba6c14914e +SHA512 (php-sebastian-code-unit-1.0.6-d3a241b.tgz) = a9cce554762fc1f866049c8151c77bb890c6d85006eb96a161968da41b8457217267b021b7e6ef4448f5c54c45a58a45538db49aa4e8928359f03437d2c0e873 From 1803c65a3217d7799f628ea83ce716e33f659bbf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Oct 2020 09:08:48 +0200 Subject: [PATCH 03/16] v1.0.7 --- .gitignore | 1 + php-sebastian-code-unit.spec | 16 ++++++++-------- sources | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 62655ee..ad29b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /php-sebastian-code-unit-1.0.3-d650ef9.tgz /php-sebastian-code-unit-1.0.5-c1e2df3.tgz /php-sebastian-code-unit-1.0.6-d3a241b.tgz +/php-sebastian-code-unit-1.0.7-59236be.tgz diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index 286c127..33c46a8 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -6,9 +6,11 @@ # # Please, preserve the changelog entries # -%global bootstrap 0 + +%bcond_without tests + # Sources -%global gh_commit d3a241b6028ff9d8e97d2b6ebd4090d01f92fad8 +%global gh_commit 59236be62b1bb9919e6d7f60b0b832dc05cef9ab %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project code-unit @@ -20,14 +22,9 @@ %global php_home %{_datadir}/php %global ns_vendor SebastianBergmann %global ns_project CodeUnit -%if %{bootstrap} -%bcond_with tests -%else -%bcond_without tests -%endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.6 +Version: 1.0.7 Release: 1%{?dist} Summary: Collection of value objects that represent the PHP code units @@ -120,6 +117,9 @@ exit $ret %changelog +* Sat Oct 3 2020 Remi Collet - 1.0.7-1 +- update to 1.0.7 + * Mon Sep 28 2020 Remi Collet - 1.0.6-1 - update to 1.0.6 (no change) diff --git a/sources b/sources index a0a257e..e7a2a8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sebastian-code-unit-1.0.6-d3a241b.tgz) = a9cce554762fc1f866049c8151c77bb890c6d85006eb96a161968da41b8457217267b021b7e6ef4448f5c54c45a58a45538db49aa4e8928359f03437d2c0e873 +SHA512 (php-sebastian-code-unit-1.0.7-59236be.tgz) = f44f2f863b6f99198b1103ab9de49ca6ed681a62ba1d7f075283529559466cb920d890f42d2f4df9e4b59c8aae3ec2713136a1c81c7273c8b58cbe4fb70ac789 From 0743a5b090d5f859104198bd2023a24f48cafa26 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Oct 2020 15:57:34 +0100 Subject: [PATCH 04/16] v1.0.8 --- .gitignore | 1 + php-sebastian-code-unit.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad29b3c..894035f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /php-sebastian-code-unit-1.0.5-c1e2df3.tgz /php-sebastian-code-unit-1.0.6-d3a241b.tgz /php-sebastian-code-unit-1.0.7-59236be.tgz +/php-sebastian-code-unit-1.0.8-1fc9f64.tgz diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index 33c46a8..19b079d 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -10,7 +10,7 @@ %bcond_without tests # Sources -%global gh_commit 59236be62b1bb9919e6d7f60b0b832dc05cef9ab +%global gh_commit 1fc9f64c0927627ef78ba436c9b17d967e68e120 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project code-unit @@ -24,7 +24,7 @@ %global ns_project CodeUnit Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist} Summary: Collection of value objects that represent the PHP code units @@ -117,6 +117,9 @@ exit $ret %changelog +* Mon Oct 26 2020 Remi Collet - 1.0.8-1 +- update to 1.0.8 + * Sat Oct 3 2020 Remi Collet - 1.0.7-1 - update to 1.0.7 diff --git a/sources b/sources index e7a2a8b..bc717df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sebastian-code-unit-1.0.7-59236be.tgz) = f44f2f863b6f99198b1103ab9de49ca6ed681a62ba1d7f075283529559466cb920d890f42d2f4df9e4b59c8aae3ec2713136a1c81c7273c8b58cbe4fb70ac789 +SHA512 (php-sebastian-code-unit-1.0.8-1fc9f64.tgz) = d0bcd4c5c7da7a246a2651b488b320154a78c73de93bce4a53281d8146a7bb60bb6fa82a12961df5f00eebfa859a1c88872143a7a81e0239d8d41007284b38d3 From 0398342a37775e736a9cf23534dd259183eb7949 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 07:47:42 +0000 Subject: [PATCH 05/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_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 19b079d..89f63c7 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: 1%{?dist} +Release: 2%{?dist} Summary: Collection of value objects that represent the PHP code units License: BSD @@ -117,6 +117,9 @@ exit $ret %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Oct 26 2020 Remi Collet - 1.0.8-1 - update to 1.0.8 From 1a2d697d5a34cec945466289919a70ebb16a175f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 03:13:47 +0000 Subject: [PATCH 06/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_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 89f63c7..92526d5 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: 2%{?dist} +Release: 3%{?dist} Summary: Collection of value objects that represent the PHP code units License: BSD @@ -117,6 +117,9 @@ exit $ret %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From d3f35ba5f0291585b6989728fd4d05acefbc5bba Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 08:33:12 +0000 Subject: [PATCH 07/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_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 92526d5..51fd2c7 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: 3%{?dist} +Release: 4%{?dist} Summary: Collection of value objects that represent the PHP code units License: BSD @@ -117,6 +117,9 @@ exit $ret %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 1.0.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.0.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From c69119e66ed4f00febd1abc6b27f1e3dd67b4969 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 14:26:48 +0000 Subject: [PATCH 08/16] 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 09/16] 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 10/16] 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 11/16] 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 12/16] 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 13/16] 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 14/16] 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 15/16] 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 16/16] 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