From 09304168aa9c12202f0ad21527f59a9e240296c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Sep 2020 09:35:58 +0200 Subject: [PATCH 01/13] update to 3.1.1 (no change) (cherry picked from commit 58a174ba83809f1ddee668a70c88a13e74901ae6) --- .gitignore | 1 + php-phpunit-php-invoker3.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0c24168..ecc4460 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /php-phpunit-php-invoker3-3.0.1-62f696a.tgz /php-phpunit-php-invoker3-3.0.2-f6eedfe.tgz /php-phpunit-php-invoker3-3.1.0-7a85b66.tgz +/php-phpunit-php-invoker3-3.1.1-5a10147.tgz diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index 1759629..08fdc17 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 7a85b66acc48cacffdf87dadd3694e7123674298 +%global gh_commit 5a10147d0aaf65b58940a0b72f71c9ac0423cc67 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-invoker @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.1.0 +Version: 3.1.1 Release: 1%{?dist} Summary: Invoke callables with a timeout @@ -42,13 +42,13 @@ BuildRequires: php-fedora-autoloader-devel %if %{with tests} # From composer.json, require-dev # "ext-pcntl": "*" -# "phpunit/phpunit": "^9.0" +# "phpunit/phpunit": "^9.3" BuildRequires: php-pcntl -BuildRequires: phpunit9 +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 version 3.0.0 Requires: php-pcntl @@ -108,6 +108,9 @@ exit $ret %changelog +* Mon Sep 28 2020 Remi Collet - 3.1.1-1 +- update to 3.1.1 (no change) + * Mon Aug 10 2020 Remi Collet - 3.1.0-1 - update to 3.1.0 diff --git a/sources b/sources index 3ecafef..38123dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpunit-php-invoker3-3.1.0-7a85b66.tgz) = 5fb2c57add749dd75e407d0bdb59df25cf8f10620192a1b2a86bf7ad37063433301d876f178fd37c1c3ebfc4724e72ab37644e9ebe9f9dcf82c34ed82d2b96f7 +SHA512 (php-phpunit-php-invoker3-3.1.1-5a10147.tgz) = f46d75a0b39d469516b857a3fcba8833ac6eb5942d7d4c2e4420d32f2768e623326f586558d81a763fe5420cd1ea734adc0dafa8341337585d8c54d27365a876 From 1cec6020858168ee4eed33d0742a8e17d3992ed5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 07:39:44 +0000 Subject: [PATCH 02/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-invoker3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index 08fdc17..6300ae4 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Invoke callables with a timeout License: BSD @@ -108,6 +108,9 @@ exit $ret %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 3.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Sep 28 2020 Remi Collet - 3.1.1-1 - update to 3.1.1 (no change) From 4b4ea493f0b6571934eadf12eced46727da5190e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 03:04:45 +0000 Subject: [PATCH 03/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-invoker3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index 6300ae4..7a1ac0d 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Invoke callables with a timeout License: BSD @@ -108,6 +108,9 @@ exit $ret %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 3.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 3.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From c58ced81af738429f9cb59a39a701bda234e1d6c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 08:24:03 +0000 Subject: [PATCH 04/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-invoker3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index 7a1ac0d..a3964c6 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Invoke callables with a timeout License: BSD @@ -108,6 +108,9 @@ exit $ret %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 3.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 3.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From d0f9c4fd8d7a8fa7ea46df05baf4291ffbbf37ca Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 14:17:53 +0000 Subject: [PATCH 05/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-invoker3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index a3964c6..746a33c 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Invoke callables with a timeout License: BSD @@ -108,6 +108,9 @@ exit $ret %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 3.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jan 21 2022 Fedora Release Engineering - 3.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 4e83f4f77c860023510a9d33a2cbc5c050f5652b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 09:15:16 +0000 Subject: [PATCH 06/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-invoker3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index 746a33c..836a6fb 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Invoke callables with a timeout License: BSD @@ -108,6 +108,9 @@ exit $ret %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 3.1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 3.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From b75b7cbfa72aec560362dff3481ee9d40beb35e8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Apr 2023 11:22:30 +0200 Subject: [PATCH 07/13] use SPDX license ID --- php-phpunit-php-invoker3.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index 836a6fb..5a8ef91 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-phpunit-php-invoker3 # -# Copyright (c) 2011-2020 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2011-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -28,10 +28,10 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.1 -Release: 6%{?dist} -Summary: Invoke callables with a timeout +Release: 7%{?dist} +Summary: Invoke callables with a timeout, version %{major} -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -62,6 +62,8 @@ Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version} %description phpunit/php-invoker provides the means to invoke a callable with a timeout. +This package provides version %{major} of %{pk_vendor}/%{pk_project} library. + Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}/autoload.php @@ -89,7 +91,7 @@ mkdir vendor : Run upstream test suite 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 @@ -108,6 +110,9 @@ exit $ret %changelog +* Fri Apr 21 2023 Remi Collet - 3.1.1-7 +- use SPDX License id + * Fri Jan 20 2023 Fedora Release Engineering - 3.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 41dba2ea17afb732ca2888578a3c4f3ec9a74b5b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 05:02:33 +0000 Subject: [PATCH 08/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpunit-php-invoker3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index 5a8ef91..cb47f98 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Invoke callables with a timeout, version %{major} License: BSD-3-Clause @@ -110,6 +110,9 @@ exit $ret %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 3.1.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Fri Apr 21 2023 Remi Collet - 3.1.1-7 - use SPDX License id From c607f6ff7835030be435fb359339bd443c977734 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 21:18:54 +0000 Subject: [PATCH 09/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-phpunit-php-invoker3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index cb47f98..8bc0314 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Invoke callables with a timeout, version %{major} License: BSD-3-Clause @@ -110,6 +110,9 @@ exit $ret %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 3.1.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 3.1.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From bd07f69770ad31e33e54ecba9a28a1ed07b450cf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 23:06:23 +0000 Subject: [PATCH 10/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-phpunit-php-invoker3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index 8bc0314..8fb2bde 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Invoke callables with a timeout, version %{major} License: BSD-3-Clause @@ -110,6 +110,9 @@ exit $ret %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 3.1.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 3.1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 9acfd8f719bba1c01ae49df0e21303096710946e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:20:33 +0000 Subject: [PATCH 11/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-phpunit-php-invoker3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index 8fb2bde..a8f6e6a 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Invoke callables with a timeout, version %{major} License: BSD-3-Clause @@ -110,6 +110,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 3.1.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 3.1.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 96598baba643f448844843819c5da5ca9c062ae1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:34:52 +0000 Subject: [PATCH 12/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-phpunit-php-invoker3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index a8f6e6a..5ee79f9 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Invoke callables with a timeout, version %{major} License: BSD-3-Clause @@ -110,6 +110,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 3.1.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 3.1.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From f7a111f2f09e8a1768ca57b91bfe99d4f31536b2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:27:45 +0000 Subject: [PATCH 13/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-phpunit-php-invoker3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index 5ee79f9..b945183 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Invoke callables with a timeout, version %{major} License: BSD-3-Clause @@ -110,6 +110,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 3.1.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 3.1.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild