summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-08 09:17:56 +0200
committerRemi Collet <remi@php.net>2023-09-08 09:17:56 +0200
commit8dbe1f1d2c175185455fb6dd868610b7c1f0697f (patch)
tree17d5db5bfd2d0aa16720bf4562319fa1d436f4e6
parent406fc7f9bb15db46466ec99fd8adedf43372ba30 (diff)
update to 1.7.22 (no change)
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-unicode-data.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 3259de7..1d5052a 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"description": "PHP library containing Unicode definitions",
"type": "library",
"homepage": "http://www.tecnick.com",
- "license": "LGPL-3.0",
+ "license": "LGPL-3.0-or-later",
"keywords": [
"tc-lib-unicode-data",
"PDF",
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 <remi@remirepo.net> - 1.7.22-1
+- update to 1.7.22 (no change)
+
* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 1.7.18-1
- update to 1.7.18 (no change)