summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-07 12:05:14 +0100
committerRemi Collet <remi@php.net>2025-02-07 12:05:14 +0100
commitaa0b8b938d79d9ca090bd4644ca59871afb4f76b (patch)
treef4cb24924844878d4ead198457793e82e51056a9
parentd22ece710da1fe940242ff930ed6df3e61b6a6aa (diff)
update to 2.1.7 (no change)HEADmaster
-rw-r--r--composer.json4
-rw-r--r--php-tecnickcom-tc-lib-pdf-image.spec9
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 1138b76..554fb9b 100644
--- a/composer.json
+++ b/composer.json
@@ -30,8 +30,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-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 <remi@remirepo.net> - 2.1.7-1
+- update to 2.1.7 (no change)
+
* Fri Dec 27 2024 Remi Collet <remi@remirepo.net> - 2.1.6-1
- update to 2.1.6
- raise dependency on PHP 8.1