From cfc2e3f235862ebb09202efb46ad253e5ceeacbd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 07:28:57 +0000 Subject: [PATCH 01/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-doctrine-instantiator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index 376f4af..6f32cd3 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -22,7 +22,7 @@ Name: php-doctrine-instantiator Version: 1.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Instantiate objects in PHP without invoking their constructors License: MIT @@ -118,6 +118,9 @@ exit $ret %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 1.4.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From cf83f09549f19dcb2f053960f60cc0d294c5f8f1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Mar 2022 14:02:19 +0100 Subject: [PATCH 02/11] v1.4.1 --- .gitignore | 1 + php-doctrine-instantiator.spec | 22 ++++++++++++---------- sources | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 1141e21..ed1b6b5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ clog /php-doctrine-instantiator-1.3.0-ae466f7.tgz /php-doctrine-instantiator-1.3.1-f350df0.tgz /php-doctrine-instantiator-1.4.0-d56bf61.tgz +/php-doctrine-instantiator-1.4.1-10dcfce.tgz diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index 6f32cd3..1c9e90d 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-doctrine-instantiator # -# Copyright (c) 2014-2020 Remi Collet +# Copyright (c) 2014-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,7 +9,7 @@ # bootstrap needed when rebuilding PHPUnit for new major version %global bootstrap 0 -%global gh_commit d56bf6102915de5702778fe20f2de3b2fe570b5b +%global gh_commit 10dcfce151b967d20fde1b34ae6640712c3891bc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project instantiator @@ -21,8 +21,8 @@ %endif Name: php-doctrine-instantiator -Version: 1.4.0 -Release: 4%{?dist} +Version: 1.4.1 +Release: 1%{?dist} Summary: Instantiate objects in PHP without invoking their constructors License: MIT @@ -38,11 +38,7 @@ BuildRequires: php-phar BuildRequires: php-pdo BuildRequires: php-reflection BuildRequires: php-spl -%if 0%{?fedora} >=31 || 0%{?rhel} >= 9 %global phpunit %{_bindir}/phpunit9 -%else -%global phpunit %{_bindir}/phpunit8 -%endif BuildRequires: %{phpunit} %endif @@ -92,14 +88,17 @@ mkdir vendor tests cat << 'EOF' | tee -a vendor/autoload.php require "%{buildroot}%{_datadir}/php/Doctrine/Instantiator/autoload.php"; +Fedora\Autoloader\Autoload::addPsr0('DoctrineTest\\InstantiatorPerformance\\', dirname(__DIR__).'/tests'); +Fedora\Autoloader\Autoload::addPsr0('DoctrineTest\\InstantiatorTest\\', dirname(__DIR__).'/tests'); +Fedora\Autoloader\Autoload::addPsr0('DoctrineTest\\InstantiatorTestAsset\\', dirname(__DIR__).'/tests'); EOF : Run test suite ret=0 -for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmdarg in "php %{phpunit}" php74 php80 php81; do if which $cmdarg; then set $cmdarg - $1 -d include_path=".:%{buildroot}%{_datadir}/php:%{_datadir}/php" \ + $1 -d auto_prepend_file=vendor/autoload.php \ ${2:-%{_bindir}/phpunit9} \ --verbose || ret=1 fi @@ -118,6 +117,9 @@ exit $ret %changelog +* Thu Mar 3 2022 Remi Collet - 1.4.1-1 +- update to 1.4.1 + * Fri Jan 21 2022 Fedora Release Engineering - 1.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index d4da5f2..44415b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-doctrine-instantiator-1.4.0-d56bf61.tgz) = 76d6a0f4c07ca85271f21b675ba867fd3b17862e7f1ae351bb8f917a8f2ac5c66d5e3b6372535d41884680440fa8a4d0ad9a0d3fc34628a8220d360968da7ed9 +SHA512 (php-doctrine-instantiator-1.4.1-10dcfce.tgz) = a05a1b58cca70030f85a1fdfc7403dea074aff5164545da398754cc66b488764e3ad455288463ec28663e5c92610b878d1d82c0c8e4b93c2119d55e8a7957069 From 23c313602b672ff994e4490e81d51d81298ea73d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 13:22:27 +0000 Subject: [PATCH 03/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-doctrine-instantiator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index 1c9e90d..fabf8b1 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -22,7 +22,7 @@ Name: php-doctrine-instantiator Version: 1.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Instantiate objects in PHP without invoking their constructors License: MIT @@ -117,6 +117,9 @@ exit $ret %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 1.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Mar 3 2022 Remi Collet - 1.4.1-1 - update to 1.4.1 From 3e01ae8bcbf2bc2728450ce3f2d6cbe5c128ed14 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Jan 2023 11:11:50 +0100 Subject: [PATCH 04/11] v1.5.0 --- .gitignore | 1 + php-doctrine-instantiator.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index ed1b6b5..63f8369 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ clog /php-doctrine-instantiator-1.3.1-f350df0.tgz /php-doctrine-instantiator-1.4.0-d56bf61.tgz /php-doctrine-instantiator-1.4.1-10dcfce.tgz +/php-doctrine-instantiator-1.5.0-0a0fa97.tgz diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index fabf8b1..57bed82 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-doctrine-instantiator # -# Copyright (c) 2014-2022 Remi Collet +# Copyright (c) 2014-2023 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,7 +9,7 @@ # bootstrap needed when rebuilding PHPUnit for new major version %global bootstrap 0 -%global gh_commit 10dcfce151b967d20fde1b34ae6640712c3891bc +%global gh_commit 0a0fa9780f5d4e507415a065172d26a98d02047b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project instantiator @@ -21,8 +21,8 @@ %endif Name: php-doctrine-instantiator -Version: 1.4.1 -Release: 2%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Summary: Instantiate objects in PHP without invoking their constructors License: MIT @@ -95,7 +95,7 @@ EOF : Run test suite ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 -d auto_prepend_file=vendor/autoload.php \ @@ -117,6 +117,9 @@ exit $ret %changelog +* Tue Jan 3 2023 Remi Collet - 1.5.0-1 +- update to 1.5.0 + * Fri Jul 22 2022 Fedora Release Engineering - 1.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 44415b5..32404d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-doctrine-instantiator-1.4.1-10dcfce.tgz) = a05a1b58cca70030f85a1fdfc7403dea074aff5164545da398754cc66b488764e3ad455288463ec28663e5c92610b878d1d82c0c8e4b93c2119d55e8a7957069 +SHA512 (php-doctrine-instantiator-1.5.0-0a0fa97.tgz) = 0ec9c5ea6a72fcbbd1752196de849c6530a09d95c7b86bed45b67639db39d1130f03c3bf6cfa373ed063298223c995a16fe219e09d849b5ce55a64ba7817062f From c23e2bca2118431f6219f97c7c5bfdb56be539dd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 08:24:56 +0000 Subject: [PATCH 05/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-doctrine-instantiator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index 57bed82..4292079 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -22,7 +22,7 @@ Name: php-doctrine-instantiator Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Instantiate objects in PHP without invoking their constructors License: MIT @@ -117,6 +117,9 @@ exit $ret %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 1.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Jan 3 2023 Remi Collet - 1.5.0-1 - update to 1.5.0 From d9f14fd2181ecf660658216c2d30b5657f55a5c0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 04:13:37 +0000 Subject: [PATCH 06/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-doctrine-instantiator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index 4292079..b04a780 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -22,7 +22,7 @@ Name: php-doctrine-instantiator Version: 1.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Instantiate objects in PHP without invoking their constructors License: MIT @@ -117,6 +117,9 @@ exit $ret %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 1.5.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Fri Jan 20 2023 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 00bf1c4325006abd89a8d329ae16d17e0d417aa0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 20:48:04 +0000 Subject: [PATCH 07/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-doctrine-instantiator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index b04a780..8c8c152 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -22,7 +22,7 @@ Name: php-doctrine-instantiator Version: 1.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Instantiate objects in PHP without invoking their constructors License: MIT @@ -117,6 +117,9 @@ exit $ret %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 1.5.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 1.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From d956f76a2125516fc5db1c1cae76f7d50a41a73e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 22:34:14 +0000 Subject: [PATCH 08/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-doctrine-instantiator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index 8c8c152..45be532 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -22,7 +22,7 @@ Name: php-doctrine-instantiator Version: 1.5.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Instantiate objects in PHP without invoking their constructors License: MIT @@ -117,6 +117,9 @@ exit $ret %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 1.5.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 1.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 70a23a0020d556b6de1cc93b2ee597805a273c7d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 06:50:16 +0000 Subject: [PATCH 09/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-doctrine-instantiator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index 45be532..4c60790 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -22,7 +22,7 @@ Name: php-doctrine-instantiator Version: 1.5.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Instantiate objects in PHP without invoking their constructors License: MIT @@ -117,6 +117,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 1.5.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 1.5.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7e5d03e7c78c63b8446612f33fe6efa4c9681575 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:00:43 +0000 Subject: [PATCH 10/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-doctrine-instantiator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index 4c60790..6db570a 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -22,7 +22,7 @@ Name: php-doctrine-instantiator Version: 1.5.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Instantiate objects in PHP without invoking their constructors License: MIT @@ -117,6 +117,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 1.5.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 1.5.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 9a841058cf61e1ee5733a8ea744d0b19651d992d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:11:09 +0000 Subject: [PATCH 11/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-doctrine-instantiator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-doctrine-instantiator.spec b/php-doctrine-instantiator.spec index 6db570a..cabacc6 100644 --- a/php-doctrine-instantiator.spec +++ b/php-doctrine-instantiator.spec @@ -22,7 +22,7 @@ Name: php-doctrine-instantiator Version: 1.5.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Instantiate objects in PHP without invoking their constructors License: MIT @@ -117,6 +117,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.5.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 1.5.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild