summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json14
-rw-r--r--php-tecnickcom-tc-lib-pdf-image.spec52
2 files changed, 52 insertions, 14 deletions
diff --git a/composer.json b/composer.json
index 554fb9b..50598d4 100644
--- a/composer.json
+++ b/composer.json
@@ -23,15 +23,21 @@
"php": ">=8.1",
"ext-gd": "*",
"ext-zlib": "*",
- "tecnickcom/tc-lib-file": "^2.1",
- "tecnickcom/tc-lib-color": "^2.2",
+ "tecnickcom/tc-lib-file": "^2.2",
+ "tecnickcom/tc-lib-color": "^2.3",
"tecnickcom/tc-lib-pdf-encrypt": "^2.1"
},
+ "config": {
+ "allow-plugins": {
+ "dealerdirect/phpcodesniffer-composer-installer": true
+ }
+ },
"require-dev": {
"pdepend/pdepend": "2.16.2",
"phpmd/phpmd": "2.15.0",
- "phpunit/phpunit": "12.0.1 || 11.5.7 || 10.5.40",
- "squizlabs/php_codesniffer": "3.11.3"
+ "phpunit/phpunit": "12.4.4 || 11.5.44 || 10.5.58",
+ "squizlabs/php_codesniffer": "4.0.1",
+ "phpcompatibility/php-compatibility": "^10.0.0@dev"
},
"autoload": {
"psr-4": {
diff --git a/php-tecnickcom-tc-lib-pdf-image.spec b/php-tecnickcom-tc-lib-pdf-image.spec
index 5050bac..449a03d 100644
--- a/php-tecnickcom-tc-lib-pdf-image.spec
+++ b/php-tecnickcom-tc-lib-pdf-image.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 5c203b9cab4204c3ad2cb839f07789f45ebe9355
+%global gh_commit 4058a096cc5ada94c54d34919376d5f72ad244ee
%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.7
+Version: 2.1.24
Release: 1%{?dist}
Summary: PHP library containing PDF Image methods
@@ -27,12 +27,12 @@ BuildArch: noarch
%if %{with_tests}
# For tests
%global phpunit %{_bindir}/phpunit10
-BuildRequires: phpunit10 >= 10.5.40
+BuildRequires: phpunit10 >= 10.5.58
BuildRequires: php(language) >= 8.1
BuildRequires: php-gd
BuildRequires: php-zlib
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.0 with php-composer(%{c_vendor}/tc-lib-file) < 3)
-BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.2 with php-composer(%{c_vendor}/tc-lib-color) < 3)
+BuildRequires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.2 with php-composer(%{c_vendor}/tc-lib-file) < 3)
+BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.3 with php-composer(%{c_vendor}/tc-lib-color) < 3)
BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
%endif
BuildRequires: php-fedora-autoloader-devel
@@ -41,14 +41,14 @@ BuildRequires: php-fedora-autoloader-devel
# "php": ">=8.1",
# "ext-gd": "*",
# "ext-zlib": "*",
-# "tecnickcom/tc-lib-file": "^2.0",
-# "tecnickcom/tc-lib-color": "^2.2",
+# "tecnickcom/tc-lib-file": "^2.2",
+# "tecnickcom/tc-lib-color": "^2.3",
# "tecnickcom/tc-lib-pdf-encrypt": "^2.0"
Requires: php(language) >= 8.1
Requires: php-gd
Requires: php-zlib
-Requires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.0 with php-composer(%{c_vendor}/tc-lib-file) < 3)
-Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.2 with php-composer(%{c_vendor}/tc-lib-color) < 3)
+Requires: (php-composer(%{c_vendor}/tc-lib-file) >= 2.2 with php-composer(%{c_vendor}/tc-lib-file) < 3)
+Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.3 with php-composer(%{c_vendor}/tc-lib-color) < 3)
Requires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3)
# From phpcompatinfo report for version 2.0.8
# none
@@ -99,7 +99,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in php php81 php82 php83 php84; do
+for cmdarg in php php81 php82 php83 php84 php85; do
if which $cmdarg; then
set $cmdarg
cp phpunit.xml.dist phpunit.xml
@@ -122,6 +122,38 @@ exit $ret
%changelog
+* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.1.24-1
+- update to 2.1.24 (no change)
+
+* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.1.23-1
+- update to 2.1.23 (no change)
+
+* Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 2.1.21-1
+- update to 2.1.21 (no change)
+- raise dependency on tc-lib-color 2.3
+
+* Fri Dec 5 2025 Remi Collet <remi@remirepo.net> - 2.1.20-1
+- update to 2.1.20
+
+* Thu Dec 4 2025 Remi Collet <remi@remirepo.net> - 2.1.18-1
+- update to 2.1.18 (no change)
+
+* Sat Nov 29 2025 Remi Collet <remi@remirepo.net> - 2.1.17-1
+- update to 2.1.17
+
+* Sat Jun 7 2025 Remi Collet <remi@remirepo.net> - 2.1.14-1
+- update to 2.1.14 (no change)
+
+* Wed May 28 2025 Remi Collet <remi@remirepo.net> - 2.1.12-1
+- update to 2.1.12
+- raise dependency on tc-lib-file 2.2
+
+* Wed May 14 2025 Remi Collet <remi@remirepo.net> - 2.1.10-1
+- update to 2.1.10 (no change)
+
+* Mon Apr 28 2025 Remi Collet <remi@remirepo.net> - 2.1.8-1
+- update to 2.1.8 (no change)
+
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 2.1.7-1
- update to 2.1.7 (no change)