summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-06-08 07:18:45 +0200
committerRemi Collet <remi@php.net>2025-06-08 07:18:45 +0200
commit6bfefcfd285a456e9f465663bd9056159513839f (patch)
tree93da7dac51baa7c87bf1d147fc2c22b4379bed91
parent4192f49df3f736b0606733a893dff1f7e76defb4 (diff)
update to 2.0.24 (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 1a57a72..887b451 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.1.3 || 11.5.7 || 10.5.40",
- "squizlabs/php_codesniffer": "3.12.2"
+ "phpunit/phpunit": "12.2.0 || 11.5.7 || 10.5.40",
+ "squizlabs/php_codesniffer": "3.13.0"
},
"autoload": {
"psr-4": {
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec
index 6167337..96741ac 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 b09b07f8a1933faf5f704361d6d8a8aad9e03bb7
+%global gh_commit 99244c341270bf830a6d8569a5b3db355ea35b1b
%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.23
+Version: 2.0.24
Release: 1%{?dist}
Summary: PHP library to decode PDF compression and encryption filters
@@ -108,6 +108,9 @@ exit $ret
%changelog
+* Sun Jun 8 2025 Remi Collet <remi@remirepo.net> - 2.0.24-1
+- update to 2.0.24 (no change)
+
* Sat May 31 2025 Remi Collet <remi@remirepo.net> - 2.0.23-1
- update to 2.0.23 (no change)