From 44c48b657d10ad6e5615db370f58682b9a6abd8e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Apr 2026 07:42:49 +0200 Subject: update to 2.0.48 (no change) --- php-tecnickcom-tc-lib-unicode-data.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'php-tecnickcom-tc-lib-unicode-data.spec') diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec index 24c4a9e..e10f69f 100644 --- a/php-tecnickcom-tc-lib-unicode-data.spec +++ b/php-tecnickcom-tc-lib-unicode-data.spec @@ -6,18 +6,20 @@ # # Please, preserve the changelog entries # + +%bcond_without tests + %global c_vendor tecnickcom %global gh_owner tecnickcom %global gh_project tc-lib-unicode-data %global php_project %{_datadir}/php/Com/Tecnick/Unicode/Data -%global with_tests 0%{!?_without_tests:1} %global forgeurl https://github.com/%{gh_owner}/%{gh_project} %global tag %{version} Name: php-%{gh_owner}-%{gh_project} Summary: PHP library containing UTF-8 font definitions License: LGPL-3.0-or-later -Version: 2.0.46 +Version: 2.0.48 Release: 1%{?dist} %forgemeta @@ -25,10 +27,10 @@ URL: %{forgeurl} Source0: %{forgesource} BuildArch: noarch -%if %{with_tests} +%if %{with tests} # For tests %global phpunit %{_bindir}/phpunit11 -BuildRequires: phpunit11 >= 11.5.55 +BuildRequires: phpunit11 >= 11.5 BuildRequires: php(language) >= 8.2 %endif BuildRequires: php-fedora-autoloader-devel @@ -72,7 +74,7 @@ cp -pr src %{buildroot}%{php_project} %check -%if %{with_tests} +%if %{with tests} mkdir vendor cat << 'EOF' | tee vendor/autoload.php - 2.0.48-1 +- update to 2.0.48 (no change) + * Tue Apr 14 2026 Remi Collet - 2.0.46-1 - update to 2.0.46 (no change) -- cgit