summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-08 09:16:11 +0200
committerRemi Collet <remi@php.net>2023-09-08 09:16:11 +0200
commit834e3632371a4cbc48846ade84ec8f66340976fb (patch)
tree4ffb53d7e0137c8eb497056961d9ec945c366b21
parentf0ec4b0a8870d081060315310f52f53b19d8e027 (diff)
update to 1.4.26 (no change)
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-pdf-filter.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 00b0217..ef3b87b 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"description": "PHP library to decode PDF compression and encryption filters",
"type": "library",
"homepage": "http://www.tecnick.com",
- "license": "LGPL-3.0",
+ "license": "LGPL-3.0-or-later",
"keywords": [
"tc-lib-pdf-filter",
"PDF",
diff --git a/php-tecnickcom-tc-lib-pdf-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec
index 6882584..f02c436 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 d41679c25d717198ba7e15bd785e0d67e105b9fa
+%global gh_commit a296b0425705c20126de2e0e3a61e03cd3c9e2b8
%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: 1.4.22
+Version: 1.4.26
Release: 1%{?dist}
Summary: PHP library to decode PDF compression and encryption filters
@@ -83,7 +83,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82; do
+for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82 php83; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit10} --migrate-configuration || :
@@ -108,6 +108,9 @@ exit $ret
%changelog
+* Fri Sep 8 2023 Remi Collet <remi@remirepo.net> - 1.4.26-1
+- update to 1.4.26 (no change)
+
* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 1.4.22-1
- update to 1.4.22 (no change)