From b4362f348bc8d543dc722f9a905be6db5e27d550 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 3 May 2026 07:56:52 +0200 Subject: update to 2.0.53 (no change) --- composer.json | 6 ++++++ php-tecnickcom-tc-lib-unicode-data.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8c58066..d3cd47e 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,12 @@ "role": "lead" } ], + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/tecnickcom" + } + ], "require": { "php": ">=8.1" }, diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec index 495e23e..ed98551 100644 --- a/php-tecnickcom-tc-lib-unicode-data.spec +++ b/php-tecnickcom-tc-lib-unicode-data.spec @@ -19,7 +19,7 @@ Name: php-%{gh_owner}-%{gh_project} Summary: PHP library containing UTF-8 font definitions License: LGPL-3.0-or-later -Version: 2.0.51 +Version: 2.0.53 Release: 1%{?dist} %forgemeta @@ -108,6 +108,9 @@ exit $ret %changelog +* Sun May 3 2026 Remi Collet - 2.0.53-1 +- update to 2.0.53 (no change) + * Wed Apr 29 2026 Remi Collet - 2.0.51-1 - update to 2.0.51 (no change) -- cgit