diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-08 09:23:47 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-08 09:23:47 +0200 |
commit | 5a2063545c9de72a8fd20efe1da419db89d96cae (patch) | |
tree | 1bd5c09e9f0fd8c9779a477f4dd63b620b7e2a33 | |
parent | 75bbe0276fd9ab913e0a6191bb08853c707cea02 (diff) |
update to 1.4.22
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-unicode.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index e469ff5..fbcd408 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PHP library containing Unicode methods", "type": "library", "homepage": "http://www.tecnick.com", - "license": "LGPL-3.0", + "license": "LGPL-3.0-or-later", "keywords": [ "tc-lib-unicode", "PDF", diff --git a/php-tecnickcom-tc-lib-unicode.spec b/php-tecnickcom-tc-lib-unicode.spec index 34ce4f7..6cafc9a 100644 --- a/php-tecnickcom-tc-lib-unicode.spec +++ b/php-tecnickcom-tc-lib-unicode.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit af59d0eb7f77895a0e0f0d357ebb7078a9ee7889 +%global gh_commit c46ea3fd7ef1e1b597ff53ee9c18a6a12d05d54a %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.4.18 +Version: 1.4.22 Release: 1%{?dist} Summary: PHP library containing Unicode methods @@ -102,7 +102,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82; do +for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit10} --migrate-configuration || : @@ -124,6 +124,9 @@ exit $ret %changelog +* Fri Sep 8 2023 Remi Collet <remi@remirepo.net> - 1.4.22-1 +- update to 1.4.22 + * Wed May 24 2023 Remi Collet <remi@remirepo.net> - 1.4.18-1 - update to 1.4.18 (no change) |