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) --- composer.json | 4 ++-- php-tecnickcom-tc-lib-pdf-page.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 5c8e9dc..1614b05 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,8 @@ "require-dev": { "pdepend/pdepend": "2.16.2", "phpmd/phpmd": "2.15.0", - "phpunit/phpunit": "11.5.2 || 10.5.40", - "squizlabs/php_codesniffer": "3.11.2" + "phpunit/phpunit": "12.0.1 || 11.5.7 || 10.5.40", + "squizlabs/php_codesniffer": "3.11.3" }, "autoload": { "psr-4": { 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