diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-14 11:29:05 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-14 11:29:05 +0200 |
| commit | d8ecdfe9e4b87f3669a061858053e01aa5689e8c (patch) | |
| tree | 339cdf705d11423298470b5af5c2cceb57d5c14a /php-tecnickcom-tc-lib-unicode-data.spec | |
| parent | c1564c8d21349d4fea86a758bc77543edb9ec188 (diff) | |
update to 2.0.46 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-unicode-data.spec')
| -rw-r--r-- | php-tecnickcom-tc-lib-unicode-data.spec | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec index e9e55ad..24c4a9e 100644 --- a/php-tecnickcom-tc-lib-unicode-data.spec +++ b/php-tecnickcom-tc-lib-unicode-data.spec @@ -6,22 +6,23 @@ # # Please, preserve the changelog entries # -%global gh_commit dd0f96c68d9bef77a994498f47248735ddc37498 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom %global gh_project tc-lib-unicode-data %global php_project %{_datadir}/php/Com/Tecnick/Unicode/Data %global with_tests 0%{!?_without_tests:1} +%global forgeurl https://github.com/%{gh_owner}/%{gh_project} +%global tag %{version} Name: php-%{gh_owner}-%{gh_project} -Version: 2.0.44 -Release: 1%{?dist} Summary: PHP library containing UTF-8 font definitions - License: LGPL-3.0-or-later -URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{?gh_short}.tar.gz +Version: 2.0.46 +Release: 1%{?dist} + +%forgemeta +URL: %{forgeurl} +Source0: %{forgesource} BuildArch: noarch %if %{with_tests} @@ -54,7 +55,7 @@ The initial source code has been extracted from TCPDF (http://www.tcpdf.org). %prep -%setup -q -n %{gh_project}-%{gh_commit} +%forgesetup # See https://github.com/tecnickcom/tc-lib-unicode-data/issues/3 : Sanity check @@ -105,6 +106,9 @@ exit $ret %changelog +* Tue Apr 14 2026 Remi Collet <remi@remirepo.net> - 2.0.46-1 +- update to 2.0.46 (no change) + * Tue Mar 31 2026 Remi Collet <remi@remirepo.net> - 2.0.44-1 - update to 2.0.44 (no change) |
