summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-28 12:52:56 +0100
committerRemi Collet <remi@php.net>2025-11-28 12:52:56 +0100
commit37523dcd70dcf6f1fc0f2f5a4749a9eb2609b2e3 (patch)
tree8f94fb56c1bd71e86322bb6696253b6d17f9cab9
parent6bfefcfd285a456e9f465663bd9056159513839f (diff)
update to 2.0.26
-rw-r--r--composer.json4
-rw-r--r--php-tecnickcom-tc-lib-pdf-filter.spec11
2 files changed, 9 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 887b451..aa237d9 100644
--- a/composer.json
+++ b/composer.json
@@ -26,8 +26,8 @@
"require-dev": {
"pdepend/pdepend": "2.16.2",
"phpmd/phpmd": "2.15.0",
- "phpunit/phpunit": "12.2.0 || 11.5.7 || 10.5.40",
- "squizlabs/php_codesniffer": "3.13.0"
+ "phpunit/phpunit": "12.4.4 || 11.5.44 || 10.5.58",
+ "squizlabs/php_codesniffer": "4.0.1"
},
"autoload": {
"psr-4": {
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec
index 96741ac..2e13ec4 100644
--- a/php-tecnickcom-tc-lib-pdf-filter.spec
+++ b/php-tecnickcom-tc-lib-pdf-filter.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 99244c341270bf830a6d8569a5b3db355ea35b1b
+%global gh_commit 221c66eb20f8650037259e1d8cd0b87b4f749d3b
%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.0.24
+Version: 2.0.26
Release: 1%{?dist}
Summary: PHP library to decode PDF compression and encryption filters
@@ -27,7 +27,7 @@ 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
Requires: php-pcre
Requires: php-zlib
@@ -83,7 +83,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
@@ -108,6 +108,9 @@ exit $ret
%changelog
+* Fri Nov 28 2025 Remi Collet <remi@remirepo.net> - 2.0.26-1
+- update to 2.0.26
+
* Sun Jun 8 2025 Remi Collet <remi@remirepo.net> - 2.0.24-1
- update to 2.0.24 (no change)