summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-07 11:55:23 +0100
committerRemi Collet <remi@php.net>2025-02-07 11:55:23 +0100
commit7036a7c11330c5c898e819f7f867fba6e7bde619 (patch)
tree8b2d5bb65964c789283f8be06343cd141f1090cc
parent40e4ea321966b9a85452cb3073e512b6eb4477e9 (diff)
update to 2.0.19 (no change)HEADmaster
-rw-r--r--composer.json4
-rw-r--r--php-tecnickcom-tc-lib-pdf-filter.spec7
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 8aa99da..26f85d8 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": "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-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec
index a005954..8c8a984 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 2581ee58dcde4256ff9ff1bd27c5e20e393c9747
+%global gh_commit ddb98fd5915e0934a8845bfe621d39b9167c3f8d
%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.18
+Version: 2.0.19
Release: 1%{?dist}
Summary: PHP library to decode PDF compression and encryption filters
@@ -108,6 +108,9 @@ exit $ret
%changelog
+* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 2.0.19-1
+- update to 2.0.19 (no change)
+
* Thu Dec 26 2024 Remi Collet <remi@remirepo.net> - 2.0.18-1
- update to 2.0.18
- raise dependency on PHP 8.1