From 8dbe1f1d2c175185455fb6dd868610b7c1f0697f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Sep 2023 09:17:56 +0200 Subject: update to 1.7.22 (no change) --- php-tecnickcom-tc-lib-unicode-data.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 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 1ebef4b..bb1481c 100644 --- a/php-tecnickcom-tc-lib-unicode-data.spec +++ b/php-tecnickcom-tc-lib-unicode-data.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit a04e6d55f2cef422334118c22cff59bb920e5abc +%global gh_commit 1420814716e0797e66caad4e71b9410d5d995f2a %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: 1.7.18 +Version: 1.7.22 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 %{phpunit}" "php80 %{phpunit}" php81 php81; do +for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit10} --migrate-configuration || : @@ -105,6 +105,9 @@ exit $ret %changelog +* Fri Sep 8 2023 Remi Collet - 1.7.22-1 +- update to 1.7.22 (no change) + * Wed May 24 2023 Remi Collet - 1.7.18-1 - update to 1.7.18 (no change) -- cgit