diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-07 11:56:57 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-07 11:56:57 +0100 |
commit | b0e45fccbdda5e6d3ab084d1ee3648e58c4fd804 (patch) | |
tree | 18b0d4d32a7027c9375e481f9f085c6c6f88ab05 /php-tecnickcom-tc-lib-unicode-data.spec | |
parent | 1a02854555f6918235ed1225e037052acd933515 (diff) |
Diffstat (limited to 'php-tecnickcom-tc-lib-unicode-data.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-unicode-data.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec index 142cbe6..a37a7bd 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 # -# SPDX-FileCopyrightText: Copyright 2015-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # -%global gh_commit 3de9acbf5f868e21c1c9a7d78f83a563a79038b1 +%global gh_commit e07852d634f30e3c06280633339f7c6c636348e8 %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.18 +Version: 2.0.19 Release: 1%{?dist} Summary: PHP library containing UTF-8 font definitions @@ -105,6 +105,9 @@ exit $ret %changelog +* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 2.0.19-1 +- update to 2.0.19 (no change) + * Thu Dec 26 2024 Remi Collet <remi@remirepo.net> - 2.0.18-1 - update to 2.0.18 - raise dependency on PHP 8.1 |