summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-08 09:13:11 +0200
committerRemi Collet <remi@php.net>2023-09-08 09:13:11 +0200
commita6dfd6e1a6cb5bcf68a616566db0fb18be1bec2c (patch)
tree70f668c7636ef902bd8d12bbe1174a17782f4bde
parentf06e5d0736d510a9b8a66ce51aa1416f0a8c852f (diff)
update to 1.6.24 (no change)
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-pdf-encrypt.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index a0f7378..8975e4c 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"description": "PHP library to encrypt data for PDF",
"type": "library",
"homepage": "http://www.tecnick.com",
- "license": "LGPL-3.0",
+ "license": "LGPL-3.0-or-later",
"keywords": [
"tc-lib-pdf-encrypt",
"PDF",
diff --git a/php-tecnickcom-tc-lib-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec
index d4f27f9..4ea23c6 100644
--- a/php-tecnickcom-tc-lib-pdf-encrypt.spec
+++ b/php-tecnickcom-tc-lib-pdf-encrypt.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 29adc87d3cf66162da03fa03e3a3638dd72c8d9d
+%global gh_commit 32649b3d270749a5770a7ebe9225e532b7a57f93
%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.6.20
+Version: 1.6.24
Release: 1%{?dist}
Summary: PHP library to encrypt data for PDF
@@ -98,7 +98,7 @@ VER=$(php -r 'echo (OPENSSL_VERSION_NUMBER>>28);')
if [ $VER -ge 3 ]; then
FILTER="--filter '^((?!(testEncryptPubThree|testEncryptPubNoP|testEncryptModZeroPub|testGetPdfEncryptionObjThreePub|testGetPdfEncryptionObjOnePub|testGetEncryptionData|testGetObjectKey|testEncryptStringEnabled|testEscapeDataStringEnabled|testGetPdfEncryptionObjOne|testGetPdfEncryptionObjZero)).)*$'"
fi
-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 || :
@@ -123,6 +123,9 @@ exit $ret
%changelog
+* Fri Sep 8 2023 Remi Collet <remi@remirepo.net> - 1.6.24-1
+- update to 1.6.24 (no change)
+
* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 1.6.20-1
- update to 1.6.20 (no change)