diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-14 13:48:47 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-14 13:48:47 +0200 |
commit | a256ac780f4883adcc5c3d803fc4feab69afa205 (patch) | |
tree | c7fc846f46888377de049aeab9c2ecb150554862 | |
parent | b137e834390057d3994f36f65fb0918127ba7280 (diff) |
update to 1.6.10 (no change)
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-encrypt.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec index de72e28..4169036 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 8d55aad6ddaaed7148dba8ff1595b7d287c06b5b +%global gh_commit 6c9f137c112607d8358f35939e8c495e9d56380a %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.7 +Version: 1.6.10 Release: 1%{?dist} Summary: PHP library to encrypt data for PDF @@ -103,7 +103,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}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} $FILTER --no-coverage --verbose || ret=1 @@ -127,6 +127,9 @@ exit $ret %changelog +* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.6.10-1 +- update to 1.6.10 (no change) + * Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 1.6.7-1 - update to 1.6.7 (no change) |