From 6813b9e85ee8c7eb9fa58543967ca8f1d1e9c563 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Feb 2025 11:43:20 +0100 Subject: [PATCH 1/2] enable tests --- php-phpunit-php-text-template5.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/php-phpunit-php-text-template5.spec b/php-phpunit-php-text-template5.spec index d36491b..8cc2108 100644 --- a/php-phpunit-php-text-template5.spec +++ b/php-phpunit-php-text-template5.spec @@ -7,8 +7,7 @@ # Please, preserve the changelog entries # -# disabled until phpunit12 available -%bcond_with tests +%bcond_without tests %global gh_commit e1367a453f0eda562eedb4f659e13aa900d66c53 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -26,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 5.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD-3-Clause @@ -101,6 +100,9 @@ exit $ret %changelog +* Mon Feb 10 2025 Remi Collet - 5.0.0-2 +- enable test suite + * Fri Feb 7 2025 Remi Collet - 5.0.0-1 - update to 5.0.0 - raise dependency on PHP 8.3 From 2af1d00a7f0f453b1efed38f3116cdda3965e9c6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:28:25 +0000 Subject: [PATCH 2/2] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-phpunit-php-text-template5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-phpunit-php-text-template5.spec b/php-phpunit-php-text-template5.spec index 8cc2108..14c565f 100644 --- a/php-phpunit-php-text-template5.spec +++ b/php-phpunit-php-text-template5.spec @@ -25,7 +25,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: 5.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD-3-Clause @@ -100,6 +100,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 5.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Feb 10 2025 Remi Collet - 5.0.0-2 - enable test suite