From 7cb2e4fcca478fea4cd5bca8abd29a271c5b1d4f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2025 12:01:09 +0100 Subject: update to 4.2.6 (no change) --- php-tecnickcom-tc-lib-pdf-page.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-page.spec') diff --git a/php-tecnickcom-tc-lib-pdf-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index c8b4154..7eeb7e2 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-page # -# 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 66f4b8c6e4642584ceaba14ea040d5fda3ffac16 +%global gh_commit 5b0b4efe1e03e0cb6d4638f4d69cf83bf2152097 %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: 4.2.5 +Version: 4.2.6 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -117,6 +117,9 @@ exit $ret %changelog +* Fri Feb 7 2025 Remi Collet - 4.2.6-1 +- update to 4.2.6 (no change) + * Fri Dec 27 2024 Remi Collet - 4.2.5-1 - update to 4.2.5 - raise dependency on PHP 8.1 -- cgit