From e45954c2a15ce2bd086a15da29efef3b98e1e37f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 07:30:10 +0000 Subject: [PATCH 01/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phar-io-version3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index e8cc219..d01abad 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for handling version information and constraints License: BSD @@ -108,6 +108,9 @@ exit $ret %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 3.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Dec 14 2020 Remi Collet - 3.0.4-1 - update to 3.0.4 From 62ec603dc13c761b917fc4e6f65e208175d98b86 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Feb 2021 07:47:26 +0100 Subject: [PATCH 02/15] v3.1.0 --- .gitignore | 1 + php-phar-io-version3.spec | 19 +++++++++---------- sources | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 2ceaf7c..1eb8338 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /php-phar-io-version3-3.0.2-c6bb682.tgz /php-phar-io-version3-3.0.3-726c026.tgz /php-phar-io-version3-3.0.4-e478261.tgz +/php-phar-io-version3-3.1.0-bae7c54.tgz diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index d01abad..384d423 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -1,19 +1,15 @@ # remirepo/fedora spec file for php-phar-io-version3 # -# Copyright (c) 2017-2020 Remi Collet +# Copyright (c) 2017-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%bcond_with bootstrap -%if %{with bootstrap} -%bcond_with tests -%else -%bcond_without tests -%endif -%global gh_commit e4782611070e50613683d2b9a57730e9a3ba5451 +%bcond_without tests + +%global gh_commit bae7c545bef187884426f042434e561ab1ddb182 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -25,8 +21,8 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.4 -Release: 2%{?dist} +Version: 3.1.0 +Release: 1%{?dist} Summary: Library for handling version information and constraints License: BSD @@ -108,6 +104,9 @@ exit $ret %changelog +* Wed Feb 24 2021 Remi Collet - 3.1.0-1 +- update to 3.1.0 + * Wed Jan 27 2021 Fedora Release Engineering - 3.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index a523598..d982e3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phar-io-version3-3.0.4-e478261.tgz) = e93975d44d79a737943c133aaba2443c0f3f40af0883ec98ed6224aeae14bef9065527d763fa400bdd90d003fd27ec363bb71d4ae0b92cc944990459b65e3f6d +SHA512 (php-phar-io-version3-3.1.0-bae7c54.tgz) = aef2ed6ad2fc1a4212e88c73c16e38e1d70e42e32ad6640766038cc3ef5df31259ade67b6c9b59f36422b6fff303feb314387fa60c5bd02372778e322cb1221d From c2076aefb05402573a52a46de61611028d0cadf0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Feb 2021 07:47:26 +0100 Subject: [PATCH 03/15] v3.1.0 (cherry picked from commit 62ec603dc13c761b917fc4e6f65e208175d98b86) --- .gitignore | 1 + php-phar-io-version3.spec | 17 ++++++++--------- sources | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 2ceaf7c..1eb8338 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /php-phar-io-version3-3.0.2-c6bb682.tgz /php-phar-io-version3-3.0.3-726c026.tgz /php-phar-io-version3-3.0.4-e478261.tgz +/php-phar-io-version3-3.1.0-bae7c54.tgz diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index e8cc219..68537bd 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -1,19 +1,15 @@ # remirepo/fedora spec file for php-phar-io-version3 # -# Copyright (c) 2017-2020 Remi Collet +# Copyright (c) 2017-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%bcond_with bootstrap -%if %{with bootstrap} -%bcond_with tests -%else -%bcond_without tests -%endif -%global gh_commit e4782611070e50613683d2b9a57730e9a3ba5451 +%bcond_without tests + +%global gh_commit bae7c545bef187884426f042434e561ab1ddb182 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -25,7 +21,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.4 +Version: 3.1.0 Release: 1%{?dist} Summary: Library for handling version information and constraints @@ -108,6 +104,9 @@ exit $ret %changelog +* Wed Feb 24 2021 Remi Collet - 3.1.0-1 +- update to 3.1.0 + * Mon Dec 14 2020 Remi Collet - 3.0.4-1 - update to 3.0.4 diff --git a/sources b/sources index a523598..d982e3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phar-io-version3-3.0.4-e478261.tgz) = e93975d44d79a737943c133aaba2443c0f3f40af0883ec98ed6224aeae14bef9065527d763fa400bdd90d003fd27ec363bb71d4ae0b92cc944990459b65e3f6d +SHA512 (php-phar-io-version3-3.1.0-bae7c54.tgz) = aef2ed6ad2fc1a4212e88c73c16e38e1d70e42e32ad6640766038cc3ef5df31259ade67b6c9b59f36422b6fff303feb314387fa60c5bd02372778e322cb1221d From e729b4d75c3c9cae953c0677f8c4e70c4db45f99 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 02:53:25 +0000 Subject: [PATCH 04/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phar-io-version3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 384d423..342b704 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for handling version information and constraints License: BSD @@ -104,6 +104,9 @@ exit $ret %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 3.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Feb 24 2021 Remi Collet - 3.1.0-1 - update to 3.1.0 From 40cf6f82e24887dc71e339adbe671fe61a017f36 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 08:13:37 +0000 Subject: [PATCH 05/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phar-io-version3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 342b704..4d9bf69 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for handling version information and constraints License: BSD @@ -104,6 +104,9 @@ exit $ret %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 3.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 3.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From cf72bd2e53b58d3756e4b35f1a19a17a0feba7f0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Feb 2022 07:58:56 +0100 Subject: [PATCH 06/15] v3.1.1 --- .gitignore | 1 + php-phar-io-version3.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1eb8338..59cd303 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /php-phar-io-version3-3.0.3-726c026.tgz /php-phar-io-version3-3.0.4-e478261.tgz /php-phar-io-version3-3.1.0-bae7c54.tgz +/php-phar-io-version3-3.1.1-15a9084.tgz diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 4d9bf69..5920334 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phar-io-version3 # -# Copyright (c) 2017-2021 Remi Collet +# Copyright (c) 2017-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit bae7c545bef187884426f042434e561ab1ddb182 +%global gh_commit 15a90844ad40f127afd244c0cad228de2a80052a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -21,8 +21,8 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.1.0 -Release: 3%{?dist} +Version: 3.1.1 +Release: 1%{?dist} Summary: Library for handling version information and constraints License: BSD @@ -81,7 +81,7 @@ cp -pr src %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major} : Run upstream test suite ret=0 BS=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php -for cmd in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmd in "php %{phpunit}" php74 php80 php81; do if which $cmd; then set $cmd $1 -d auto_prepend_file=$BS \ @@ -104,6 +104,9 @@ exit $ret %changelog +* Tue Feb 8 2022 Remi Collet - 3.1.1-1 +- update to 3.1.1 + * Fri Jan 21 2022 Fedora Release Engineering - 3.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index d982e3c..2b14012 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phar-io-version3-3.1.0-bae7c54.tgz) = aef2ed6ad2fc1a4212e88c73c16e38e1d70e42e32ad6640766038cc3ef5df31259ade67b6c9b59f36422b6fff303feb314387fa60c5bd02372778e322cb1221d +SHA512 (php-phar-io-version3-3.1.1-15a9084.tgz) = e955924a4ce8e556d9049ec9a6829362998769e0985e7ff4215b6852c5bf342dc00c00b92632e3bb6f7a889d919ee72789f4d4e97424384dbab0bbae9634c580 From e557c18cf60defbd9e81f672d4b65a9d8b6e145b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Feb 2022 08:44:28 +0100 Subject: [PATCH 07/15] v3.2.1 --- .gitignore | 1 + php-phar-io-version3.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 59cd303..754fc88 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /php-phar-io-version3-3.0.4-e478261.tgz /php-phar-io-version3-3.1.0-bae7c54.tgz /php-phar-io-version3-3.1.1-15a9084.tgz +/php-phar-io-version3-3.2.1-4f7fd78.tgz diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 5920334..1c099de 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 15a90844ad40f127afd244c0cad228de2a80052a +%global gh_commit 4f7fd7836c6f332bb2933569e566a0d6c4cbed74 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -21,7 +21,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.1.1 +Version: 3.2.1 Release: 1%{?dist} Summary: Library for handling version information and constraints @@ -104,6 +104,9 @@ exit $ret %changelog +* Mon Feb 21 2022 Remi Collet - 3.2.1-1 +- update to 3.2.1 + * Tue Feb 8 2022 Remi Collet - 3.1.1-1 - update to 3.1.1 diff --git a/sources b/sources index 2b14012..269789a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-phar-io-version3-3.1.1-15a9084.tgz) = e955924a4ce8e556d9049ec9a6829362998769e0985e7ff4215b6852c5bf342dc00c00b92632e3bb6f7a889d919ee72789f4d4e97424384dbab0bbae9634c580 +SHA512 (php-phar-io-version3-3.2.1-4f7fd78.tgz) = 6b87689095ccf5305440c5416f14df81b816a8ee1e3d8aa0277b2f92de87d82a8e70388f98353463e58165df981f157156c950d7984f792f7c41197d0af89e47 From f91594afa02bab613fd716450e6c6eb31c07fb2e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 14:07:21 +0000 Subject: [PATCH 08/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phar-io-version3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 1c099de..681f600 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for handling version information and constraints License: BSD @@ -104,6 +104,9 @@ exit $ret %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 3.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Feb 21 2022 Remi Collet - 3.2.1-1 - update to 3.2.1 From 942ed9f440c1bf99200279ae317521fe86d58846 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Apr 2023 15:07:29 +0200 Subject: [PATCH 09/15] use SPDX license id --- php-phar-io-version3.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 681f600..45e295c 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-phar-io-version3 # -# Copyright (c) 2017-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2017-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -22,10 +22,10 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for handling version information and constraints -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -36,11 +36,7 @@ BuildRequires: php-pcre BuildRequires: php-spl BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %if %{with tests} -%if 0%{?fedora} >= 32 %global phpunit %{_bindir}/phpunit9 -%else -%global phpunit %{_bindir}/phpunit8 -%endif BuildRequires: %{phpunit} %endif @@ -81,7 +77,7 @@ cp -pr src %{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major} : Run upstream test suite ret=0 BS=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php -for cmd in "php %{phpunit}" php74 php80 php81; do +for cmd in "php %{phpunit}" php80 php81 php82; do if which $cmd; then set $cmd $1 -d auto_prepend_file=$BS \ @@ -104,6 +100,9 @@ exit $ret %changelog +* Thu Apr 20 2023 Remi Collet - 3.2.1-3 +- use SPDX license id + * Fri Jul 22 2022 Fedora Release Engineering - 3.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 7cee4efb0027eedda5879f9e1d93e18b776baebc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 04:49:17 +0000 Subject: [PATCH 10/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- php-phar-io-version3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 45e295c..81daee2 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for handling version information and constraints License: BSD-3-Clause @@ -100,6 +100,9 @@ exit $ret %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 3.2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Apr 20 2023 Remi Collet - 3.2.1-3 - use SPDX license id From c2d734ed66d7504ecc3098d3e77025f500220086 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 21:14:30 +0000 Subject: [PATCH 11/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-phar-io-version3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 81daee2..bbb67f2 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library for handling version information and constraints License: BSD-3-Clause @@ -100,6 +100,9 @@ exit $ret %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 3.2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jul 21 2023 Fedora Release Engineering - 3.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From ab4f171bc7af304f9e8ab59267d787ed67288013 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 23:01:33 +0000 Subject: [PATCH 12/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- php-phar-io-version3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index bbb67f2..89a50d6 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library for handling version information and constraints License: BSD-3-Clause @@ -100,6 +100,9 @@ exit $ret %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 3.2.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 3.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 819cd6eaf2107623e886e533c1a8ce24b50a7583 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 07:16:05 +0000 Subject: [PATCH 13/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- php-phar-io-version3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 89a50d6..9ce608e 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.2.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Library for handling version information and constraints License: BSD-3-Clause @@ -100,6 +100,9 @@ exit $ret %changelog +* Fri Jul 19 2024 Fedora Release Engineering - 3.2.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 3.2.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 61af6e0110c6f7170e73753d1be423b5507672a9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:29:37 +0000 Subject: [PATCH 14/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-phar-io-version3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 9ce608e..1524691 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.2.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Library for handling version information and constraints License: BSD-3-Clause @@ -100,6 +100,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 3.2.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 19 2024 Fedora Release Engineering - 3.2.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 3bce59d9befd82a442770f13d64c053ed78177bc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:25:09 +0000 Subject: [PATCH 15/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-phar-io-version3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 1524691..1c772a3 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.2.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Library for handling version information and constraints License: BSD-3-Clause @@ -100,6 +100,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 3.2.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 18 2025 Fedora Release Engineering - 3.2.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild