From 9ed22a832134e042ab70194a41e6987465c320da Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Aug 2024 10:48:03 +0200 Subject: update to 2.0.13 (no change) --- php-tecnickcom-tc-lib-unicode-data.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec index d422f69..d416c51 100644 --- a/php-tecnickcom-tc-lib-unicode-data.spec +++ b/php-tecnickcom-tc-lib-unicode-data.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-unicode-data # -# Copyright (c) 2015-2023 Remi Collet +# Copyright (c) 2015-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 3f362142d4f15949d0a1946d63576bab588b484b +%global gh_commit e82487c457e7ff9cb7ed29a53130099bc293c412 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.0.11 +Version: 2.0.13 Release: 1%{?dist} Summary: PHP library containing UTF-8 font definitions @@ -80,7 +80,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in php php81 php82 php83; do +for cmdarg in php php81 php82 php83 php84; do if which $cmdarg; then set $cmdarg cp phpunit.xml.dist phpunit.xml @@ -95,8 +95,6 @@ exit $ret %files -# remirepo:1 -%{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json %doc *.md @@ -107,6 +105,9 @@ exit $ret %changelog +* Mon Aug 19 2024 Remi Collet - 2.0.13-1 +- update to 2.0.13 (no change) + * Fri Apr 12 2024 Remi Collet - 2.0.11-1 - update to 2.0.11 -- cgit