diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-10 15:41:34 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-10 15:41:34 +0200 |
commit | 5e56b707e148abfc69a8f5f0c622ee28b18d6a09 (patch) | |
tree | 57a5de6d150ed646a75962ee50899136070c6ee9 | |
parent | bb37c512ddb8aa8dfa419eaa1e2be0802a92e7a0 (diff) |
update to 1.7.26
-rw-r--r-- | php-tecnickcom-tc-lib-unicode-data.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec index 14fe970..c68dd8b 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 dad2f40c2eebe36112880b65afa6d4ec3e37e1f4 +%global gh_commit 6fb5664473eb9ceb522680edd3cc99747b4100a1 %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.23 +Version: 1.7.26 Release: 1%{?dist} Summary: PHP library containing UTF-8 font definitions @@ -105,6 +105,9 @@ exit $ret %changelog +* Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 1.7.26-1 +- update to 1.7.26 + * Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 1.7.23-1 - update to 1.7.23 |