From aa0b8b938d79d9ca090bd4644ca59871afb4f76b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2025 12:05:14 +0100 Subject: update to 2.1.7 (no change) --- php-tecnickcom-tc-lib-pdf-image.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-tecnickcom-tc-lib-pdf-image.spec') diff --git a/php-tecnickcom-tc-lib-pdf-image.spec b/php-tecnickcom-tc-lib-pdf-image.spec index 5792d85..5050bac 100644 --- a/php-tecnickcom-tc-lib-pdf-image.spec +++ b/php-tecnickcom-tc-lib-pdf-image.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-image # -# SPDX-FileCopyrightText: Copyright 2023-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2023-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 2dcce19050cacafbdc4c7e398212fc6e6c7b0c35 +%global gh_commit 5c203b9cab4204c3ad2cb839f07789f45ebe9355 %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.1.6 +Version: 2.1.7 Release: 1%{?dist} Summary: PHP library containing PDF Image methods @@ -122,6 +122,9 @@ exit $ret %changelog +* Fri Feb 7 2025 Remi Collet - 2.1.7-1 +- update to 2.1.7 (no change) + * Fri Dec 27 2024 Remi Collet - 2.1.6-1 - update to 2.1.6 - raise dependency on PHP 8.1 -- cgit