From 7f11fcde5c4102772fdb76b31ac430ceb9655a96 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:45:40 +0000 Subject: [PATCH 1/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-sebastian-environment7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-environment7.spec b/php-sebastian-environment7.spec index 3415d03..045de94 100644 --- a/php-sebastian-environment7.spec +++ b/php-sebastian-environment7.spec @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 7.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Handle HHVM/PHP environments, version %{major} License: BSD-3-Clause @@ -113,6 +113,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 7.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 3 2024 Remi Collet - 7.2.0-1 - update to 7.2.0 From 533031fee816a73900077474bf454c3c29c85134 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Feb 2025 09:19:04 +0100 Subject: [PATCH 2/4] enable test suite --- php-sebastian-environment7.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-sebastian-environment7.spec b/php-sebastian-environment7.spec index 045de94..900e5d0 100644 --- a/php-sebastian-environment7.spec +++ b/php-sebastian-environment7.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sebastian-environment7 # -# SPDX-FileCopyrightText: Copyright 2014-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2014-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -8,7 +8,7 @@ # # disabled until phpunit11 available -%bcond_with tests +%bcond_without tests # Sources %global gh_commit 855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5 @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 7.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Handle HHVM/PHP environments, version %{major} License: BSD-3-Clause @@ -113,6 +113,9 @@ exit $ret %changelog +* Tue Feb 4 2025 Remi Collet - 7.2.0-3 +- enable test suite + * Sat Jan 18 2025 Fedora Release Engineering - 7.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From f4d462ed21d95b7ffc1f5bcccf971c7bdd1c4c60 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 May 2025 07:48:19 +0200 Subject: [PATCH 3/4] v7.2.1 --- .gitignore | 1 + php-sebastian-environment7.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 02dee73..93644d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /php-sebastian-environment7-7.2.0-855f3ae.tgz +/php-sebastian-environment7-7.2.1-a5c7503.tgz diff --git a/php-sebastian-environment7.spec b/php-sebastian-environment7.spec index 900e5d0..f734b3c 100644 --- a/php-sebastian-environment7.spec +++ b/php-sebastian-environment7.spec @@ -11,11 +11,11 @@ %bcond_without tests # Sources -%global gh_commit 855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5 +%global gh_commit a5c75038693ad2e8d4b6c15ba2403532647830c4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project environment -%global gh_date 2024-07-03 +%global gh_date 2025-05-21 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -26,8 +26,8 @@ %global ns_project Environment Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 7.2.0 -Release: 3%{?dist} +Version: 7.2.1 +Release: 1%{?dist} Summary: Handle HHVM/PHP environments, version %{major} License: BSD-3-Clause @@ -45,8 +45,8 @@ BuildRequires: php-posix BuildRequires: php-fedora-autoloader-devel %if %{with tests} # from composer.json, "require-dev": { -# "phpunit/phpunit": "^11.0" -BuildRequires: phpunit11 +# "phpunit/phpunit": "^11.3" +BuildRequires: phpunit11 >= 11.3 %endif # from composer.json, "require": { @@ -113,6 +113,9 @@ exit $ret %changelog +* Thu May 22 2025 Remi Collet - 7.2.1-1 +- update to 7.2.1 + * Tue Feb 4 2025 Remi Collet - 7.2.0-3 - enable test suite diff --git a/sources b/sources index ed86d1b..db25280 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-sebastian-environment7-7.2.0-855f3ae.tgz) = 056e349df9f26f06e154a58c2156ec590f06987f52d206d76ad6078f3e2517c274e42fbc62b2a50893dd289e5a5a7342ce62cfa0121a302b47795458e3032441 +SHA512 (php-sebastian-environment7-7.2.1-a5c7503.tgz) = ffb397d4d490112b6b877ea89f4f559e4546243bc2efe9f769bd20de65f3890fd99936214414495426a6011e5ec28d019db92ca821990057c283b48c72aab01c From 0a7d9721fdaf1eb2b811eeb31d72c24186037d29 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:33:58 +0000 Subject: [PATCH 4/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-sebastian-environment7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-sebastian-environment7.spec b/php-sebastian-environment7.spec index f734b3c..8199928 100644 --- a/php-sebastian-environment7.spec +++ b/php-sebastian-environment7.spec @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 7.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Handle HHVM/PHP environments, version %{major} License: BSD-3-Clause @@ -113,6 +113,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 7.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu May 22 2025 Remi Collet - 7.2.1-1 - update to 7.2.1