From 5afcff9f82ddf5e2489993568f9f03cad3244f70 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 08:20:51 +0000 Subject: [PATCH 01/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 8fc80b1..6c2cdec 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 2%{?github_release}%{?dist} +Release: 3%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -118,6 +118,9 @@ exit $RETURN_CODE %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 2.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Fri Sep 13 2019 Remi Collet - 2.0.0-2 - fix autoloader path in description From 54b45e3e0d9260cfe41a1a9786ad470a0da8026c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Apr 2020 14:05:13 +0200 Subject: [PATCH 02/18] v2.1.0 --- .gitignore | 1 + php-phpdocumentor-reflection-common2.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e978cae..e588772 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /php-phpdocumentor-reflection-common2-2.0.0-63a995caa1ca9e5590304cd845c15ad6d482a62a.tar.gz +/php-phpdocumentor-reflection-common2-2.1.0-6568f4687e5b41b054365f9ae03fcb1ed5f2069b.tar.gz diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 6c2cdec..a004942 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -10,8 +10,8 @@ %global github_owner phpDocumentor %global github_name ReflectionCommon -%global github_version 2.0.0 -%global github_commit 63a995caa1ca9e5590304cd845c15ad6d482a62a +%global github_version 2.1.0 +%global github_commit 6568f4687e5b41b054365f9ae03fcb1ed5f2069b %global composer_vendor phpdocumentor %global composer_project reflection-common @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 3%{?github_release}%{?dist} +Release: 1%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -86,10 +86,12 @@ cp -rp src %{buildroot}%{phpdir}/phpDocumentor/Reflection%{major} %check %if %{with_tests} BOOTSTRAP=%{buildroot}%{phpdir}/phpDocumentor/Reflection%{major}/autoload-common.php +mkdir vendor +touch vendor/autoload.php : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php php71 php72 php73 php74; do +for PHP_EXEC in php php71 php72 php73 php74 php80; do if which $PHP_EXEC; then $PHP_EXEC -d auto_prepend_file=$BOOTSTRAP \ %{_bindir}/phpunit6 --verbose || RETURN_CODE=1 @@ -118,6 +120,9 @@ exit $RETURN_CODE %changelog +* Mon Apr 27 2020 Remi Collet - 2.1.0-1 +- update to 2.1.0 + * Thu Jan 30 2020 Fedora Release Engineering - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 8a22dee..68e3deb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpdocumentor-reflection-common2-2.0.0-63a995caa1ca9e5590304cd845c15ad6d482a62a.tar.gz) = d8ffb31f3fa6c4f066dda79a94b9aa938d04199d7cb80af18a570aae49c653b5b39da73f19bc22f518eec1253ea5dc4490f541aa57a08e543523dadf33f35ce9 +SHA512 (php-phpdocumentor-reflection-common2-2.1.0-6568f4687e5b41b054365f9ae03fcb1ed5f2069b.tar.gz) = d223f819fcaf6eeac4abd65b44ef64fdb69305855e126e7084b2fdbcf8b8dc3af047c464a88ad2d138bdfe7e33c3073d9bee851ba7092dd09ac5ea03779bf899 From ecb15067311217b084c481dffd46e00935f19038 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jun 2020 10:05:45 +0200 Subject: [PATCH 03/18] update to 2.2.0 raise dependency on PHP 7.2 --- .gitignore | 1 + php-phpdocumentor-reflection-common2.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e588772..a599b99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /php-phpdocumentor-reflection-common2-2.0.0-63a995caa1ca9e5590304cd845c15ad6d482a62a.tar.gz /php-phpdocumentor-reflection-common2-2.1.0-6568f4687e5b41b054365f9ae03fcb1ed5f2069b.tar.gz +/php-phpdocumentor-reflection-common2-2.2.0-1d01c49d4ed62f25aa84a747ad35d5a16924662b.tar.gz diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index a004942..719ca57 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -10,16 +10,16 @@ %global github_owner phpDocumentor %global github_name ReflectionCommon -%global github_version 2.1.0 -%global github_commit 6568f4687e5b41b054365f9ae03fcb1ed5f2069b +%global github_version 2.2.0 +%global github_commit 1d01c49d4ed62f25aa84a747ad35d5a16924662b %global composer_vendor phpdocumentor %global composer_project reflection-common %global major 2 -# "php": ">=7.1" -%global php_min_ver 7.1 +# "php": "^7.2 || ^8.0" +%global php_min_ver 7.2 # Build using "--without tests" to disable tests %global with_tests 0%{!?_without_tests:1} @@ -91,7 +91,7 @@ touch vendor/autoload.php : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php php71 php72 php73 php74 php80; do +for PHP_EXEC in php php72 php73 php74 php80; do if which $PHP_EXEC; then $PHP_EXEC -d auto_prepend_file=$BOOTSTRAP \ %{_bindir}/phpunit6 --verbose || RETURN_CODE=1 @@ -120,6 +120,10 @@ exit $RETURN_CODE %changelog +* Mon Jun 29 2020 Remi Collet - 2.2.0-1 +- update to 2.2.0 +- raise dependency on PHP 7.2 + * Mon Apr 27 2020 Remi Collet - 2.1.0-1 - update to 2.1.0 diff --git a/sources b/sources index 68e3deb..707316b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpdocumentor-reflection-common2-2.1.0-6568f4687e5b41b054365f9ae03fcb1ed5f2069b.tar.gz) = d223f819fcaf6eeac4abd65b44ef64fdb69305855e126e7084b2fdbcf8b8dc3af047c464a88ad2d138bdfe7e33c3073d9bee851ba7092dd09ac5ea03779bf899 +SHA512 (php-phpdocumentor-reflection-common2-2.2.0-1d01c49d4ed62f25aa84a747ad35d5a16924662b.tar.gz) = 4d2a97664a619b572777e8e829559356ec63bf5c10006e5e94b9909e34d1892510b7c776ebe4b90cddef068114d93da095a1395b71f81392ef84e6ae74548c73 From 5f0017df326c8bc39428794f15d9abe53ba6a1eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Apr 2020 14:05:13 +0200 Subject: [PATCH 04/18] update to 2.2.0 raise dependency on PHP 7.2 (cherry picked from commit 54b45e3e0d9260cfe41a1a9786ad470a0da8026c) (cherry picked from commit ecb15067311217b084c481dffd46e00935f19038) --- .gitignore | 2 ++ php-phpdocumentor-reflection-common2.spec | 18 ++++++++++++------ sources | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e978cae..a599b99 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /php-phpdocumentor-reflection-common2-2.0.0-63a995caa1ca9e5590304cd845c15ad6d482a62a.tar.gz +/php-phpdocumentor-reflection-common2-2.1.0-6568f4687e5b41b054365f9ae03fcb1ed5f2069b.tar.gz +/php-phpdocumentor-reflection-common2-2.2.0-1d01c49d4ed62f25aa84a747ad35d5a16924662b.tar.gz diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 8fc80b1..e0e6fbf 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -10,16 +10,16 @@ %global github_owner phpDocumentor %global github_name ReflectionCommon -%global github_version 2.0.0 -%global github_commit 63a995caa1ca9e5590304cd845c15ad6d482a62a +%global github_version 2.2.0 +%global github_commit 1d01c49d4ed62f25aa84a747ad35d5a16924662b %global composer_vendor phpdocumentor %global composer_project reflection-common %global major 2 -# "php": ">=7.1" -%global php_min_ver 7.1 +# "php": "^7.2 || ^8.0" +%global php_min_ver 7.2 # Build using "--without tests" to disable tests %global with_tests 0%{!?_without_tests:1} @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 2%{?github_release}%{?dist} +Release: 1%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -86,10 +86,12 @@ cp -rp src %{buildroot}%{phpdir}/phpDocumentor/Reflection%{major} %check %if %{with_tests} BOOTSTRAP=%{buildroot}%{phpdir}/phpDocumentor/Reflection%{major}/autoload-common.php +mkdir vendor +touch vendor/autoload.php : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php php71 php72 php73 php74; do +for PHP_EXEC in php php72 php73 php74 php80; do if which $PHP_EXEC; then $PHP_EXEC -d auto_prepend_file=$BOOTSTRAP \ %{_bindir}/phpunit6 --verbose || RETURN_CODE=1 @@ -118,6 +120,10 @@ exit $RETURN_CODE %changelog +* Mon Jun 29 2020 Remi Collet - 2.2.0-1 +- update to 2.2.0 +- raise dependency on PHP 7.2 + * Fri Sep 13 2019 Remi Collet - 2.0.0-2 - fix autoloader path in description diff --git a/sources b/sources index 8a22dee..707316b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phpdocumentor-reflection-common2-2.0.0-63a995caa1ca9e5590304cd845c15ad6d482a62a.tar.gz) = d8ffb31f3fa6c4f066dda79a94b9aa938d04199d7cb80af18a570aae49c653b5b39da73f19bc22f518eec1253ea5dc4490f541aa57a08e543523dadf33f35ce9 +SHA512 (php-phpdocumentor-reflection-common2-2.2.0-1d01c49d4ed62f25aa84a747ad35d5a16924662b.tar.gz) = 4d2a97664a619b572777e8e829559356ec63bf5c10006e5e94b9909e34d1892510b7c776ebe4b90cddef068114d93da095a1395b71f81392ef84e6ae74548c73 From 68851d4c960d6582381920eb5de1ea59adbb1c95 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 21:53:29 +0000 Subject: [PATCH 05/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 719ca57..ee60ce3 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 1%{?github_release}%{?dist} +Release: 2%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 2.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jun 29 2020 Remi Collet - 2.2.0-1 - update to 2.2.0 - raise dependency on PHP 7.2 From 0aca1c9e990a049f42fd83819943cc23ab78bc17 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 07:31:08 +0000 Subject: [PATCH 06/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index ee60ce3..8af1fbf 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 2%{?github_release}%{?dist} +Release: 3%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 2f825b3d03a9c63d8ca966c5605d8866ba158cb7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Mar 2021 13:55:04 +0100 Subject: [PATCH 07/18] use to phpunit7 --- php-phpdocumentor-reflection-common2.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 8af1fbf..b011d81 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phpdocumentor-reflection-common2 # -# Copyright (c) 2017-2019 Remi Collet, Shawn Iwinski +# Copyright (c) 2017-2021 Remi Collet, Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 3%{?github_release}%{?dist} +Release: 4%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -44,7 +44,7 @@ BuildArch: noarch %if %{with_tests} ## composer.json BuildRequires: php(language) >= %{php_min_ver} -BuildRequires: phpunit6 +BuildRequires: phpunit7 ## phpcompatinfo (computed from version 2.0.0) BuildRequires: php-pcre BuildRequires: php-spl @@ -91,10 +91,10 @@ touch vendor/autoload.php : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php php72 php73 php74 php80; do +for PHP_EXEC in php php73 php74 php80; do if which $PHP_EXEC; then $PHP_EXEC -d auto_prepend_file=$BOOTSTRAP \ - %{_bindir}/phpunit6 --verbose || RETURN_CODE=1 + %{_bindir}/phpunit7 --no-coverage --verbose || RETURN_CODE=1 fi done exit $RETURN_CODE @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Tue Mar 23 2021 Remi Collet - 2.2.0-4 +- switch to phpunit7 + * Wed Jan 27 2021 Fedora Release Engineering - 2.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 64327085a713edbb6a8a82603deaadbec4fa7b32 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 02:54:31 +0000 Subject: [PATCH 08/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index b011d81..0925c80 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 4%{?github_release}%{?dist} +Release: 5%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 2.2.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Mar 23 2021 Remi Collet - 2.2.0-4 - switch to phpunit7 From db38a2abfb6d00c8a923b6494e5244c01b190a01 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 08:14:39 +0000 Subject: [PATCH 09/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 0925c80..79e1632 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 5%{?github_release}%{?dist} +Release: 6%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 2.2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 2.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From c7397de66149b446804261d171e25bb8d82fc24c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 14:08:25 +0000 Subject: [PATCH 10/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 79e1632..0b00802 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 6%{?github_release}%{?dist} +Release: 7%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 2.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jan 21 2022 Fedora Release Engineering - 2.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 16efea1a9b314211814ccdb029184adecc116bca Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 09:05:51 +0000 Subject: [PATCH 11/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 0b00802..3e0f754 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 7%{?github_release}%{?dist} +Release: 8%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 2.2.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jul 22 2022 Fedora Release Engineering - 2.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 29139ae59e5b81e4238c8895ecd7ddc30a9600d4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 04:50:08 +0000 Subject: [PATCH 12/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 3e0f754..c66a5c0 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 8%{?github_release}%{?dist} +Release: 9%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 2.2.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Fri Jan 20 2023 Fedora Release Engineering - 2.2.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 101f8f2a355f3622c1a470b464ba3f33d24025c7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 21:15:06 +0000 Subject: [PATCH 13/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index c66a5c0..37c8bb8 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 9%{?github_release}%{?dist} +Release: 10%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 2.2.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 2.2.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From c9dff33dfc6475a0895a0ca96f2998bdacbd5ba8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 23:02:16 +0000 Subject: [PATCH 14/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 37c8bb8..e1d7482 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 10%{?github_release}%{?dist} +Release: 11%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 2.2.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 2.2.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 33d60527bfcb8fe9bb30966e4458201ed134bb51 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:16:33 +0000 Subject: [PATCH 15/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index e1d7482..abf4257 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 11%{?github_release}%{?dist} +Release: 12%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 2.2.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 2.2.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From dc896f5dda5a7a4dd37d193171551bae73704be2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:30:11 +0000 Subject: [PATCH 16/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index abf4257..22453f9 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 12%{?github_release}%{?dist} +Release: 13%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -120,6 +120,9 @@ exit $RETURN_CODE %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 2.2.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 2.2.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 9c915f295180bebb415c70d2bfbd3039f9c5f78f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Jun 2025 10:10:13 +0200 Subject: [PATCH 17/18] switch to phpunit9 --- php-phpdocumentor-reflection-common2.spec | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 22453f9..3f774ac 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phpdocumentor-reflection-common2 # -# Copyright (c) 2017-2021 Remi Collet, Shawn Iwinski +# Copyright (c) 2017-2025 Remi Collet, Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 13%{?github_release}%{?dist} +Release: 14%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -44,19 +44,15 @@ BuildArch: noarch %if %{with_tests} ## composer.json BuildRequires: php(language) >= %{php_min_ver} -BuildRequires: phpunit7 -## phpcompatinfo (computed from version 2.0.0) -BuildRequires: php-pcre -BuildRequires: php-spl +BuildRequires: phpunit9 +%endif ## Autoloader BuildRequires: php-fedora-autoloader-devel -%endif # composer.json Requires: php(language) >= %{php_min_ver} # phpcompatinfo (computed from version 2.0.0) -Requires: php-pcre -Requires: php-spl +# only pcre and spl # Autoloader Requires: php-composer(fedora/autoloader) @@ -91,10 +87,10 @@ touch vendor/autoload.php : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php php73 php74 php80; do +for PHP_EXEC in php php81 php82 php83 php84; do if which $PHP_EXEC; then $PHP_EXEC -d auto_prepend_file=$BOOTSTRAP \ - %{_bindir}/phpunit7 --no-coverage --verbose || RETURN_CODE=1 + %{_bindir}/phpunit9 --no-coverage || RETURN_CODE=1 fi done exit $RETURN_CODE @@ -120,6 +116,9 @@ exit $RETURN_CODE %changelog +* Thu Jun 26 2025 Remi Collet - 2.2.0-14 +- switch to phpunit9 + * Sat Jan 18 2025 Fedora Release Engineering - 2.2.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 0877389b416b7132fa7a965b681c201c4546c244 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:25:21 +0000 Subject: [PATCH 18/18] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-phpdocumentor-reflection-common2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 3f774ac..e60b0b0 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 14%{?github_release}%{?dist} +Release: 15%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -116,6 +116,9 @@ exit $RETURN_CODE %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.2.0-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jun 26 2025 Remi Collet - 2.2.0-14 - switch to phpunit9