summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-05-04 07:19:52 +0200
committerRemi Collet <remi@php.net>2023-05-04 07:19:52 +0200
commitde2e59095ea65ee2a3ec3241b4299e0ddd1b0906 (patch)
treef980a96231f91bb04c4fae280c47cdf9d08affae
parent4791550621a3df711f39405a9ab6fa1953cf50c2 (diff)
update to 1.6.17 (no change)
-rw-r--r--php-tecnickcom-tc-lib-pdf-encrypt.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec
index 5ba31cf..0d09f8f 100644
--- a/php-tecnickcom-tc-lib-pdf-encrypt.spec
+++ b/php-tecnickcom-tc-lib-pdf-encrypt.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-encrypt
#
-# Copyright (c) 2016-2022 Remi Collet
-# License: CC-BY-SA
+# Copyright (c) 2016-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit a97563331a30ac8a8c553b90098112ee492a0039
+%global gh_commit b3fd17f819f7366c124e545b9ad425cd6fc18633
%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.15
+Version: 1.6.17
Release: 1%{?dist}
Summary: PHP library to encrypt data for PDF
@@ -98,10 +98,10 @@ 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 php81 php82; do
+for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82; do
if which $cmdarg; then
set $cmdarg
- $1 ${2:-%{_bindir}/phpunit9} $FILTER --no-coverage --verbose || ret=1
+ $1 ${2:-%{_bindir}/phpunit10} $FILTER --no-coverage || ret=1
fi
done
exit $ret
@@ -122,6 +122,9 @@ exit $ret
%changelog
+* Thu May 4 2023 Remi Collet <remi@remirepo.net> - 1.6.17-1
+- update to 1.6.17 (no change)
+
* Wed May 3 2023 Remi Collet <remi@remirepo.net> - 1.6.15-1
- update to 1.6.15 (no change)