From ca47ba765b9060fda0b3ad4ef3ab22561b9d072a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 3 May 2026 07:53:06 +0200 Subject: update to 2.5.2 --- composer.json | 6 ++++++ php-tecnickcom-tc-lib-file.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 99a45af..05d5855 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,12 @@ "role": "lead" } ], + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/tecnickcom" + } + ], "require": { "php": ">=8.1", "ext-curl": "*", diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec index 3d5f868..119050a 100644 --- a/php-tecnickcom-tc-lib-file.spec +++ b/php-tecnickcom-tc-lib-file.spec @@ -19,7 +19,7 @@ Name: php-%{gh_owner}-%{gh_project} Summary: PHP library to read byte-level data from files License: LGPL-3.0-or-later -Version: 2.3.9 +Version: 2.5.2 Release: 1%{?dist} %forgemeta @@ -112,6 +112,9 @@ exit $ret %changelog +* Sun May 3 2026 Remi Collet - 2.5.2-1 +- update to 2.5.2 + * Wed Apr 29 2026 Remi Collet - 2.3.9-1 - update to 2.3.9 (no change) -- cgit