From 954c37375a31f298980b073c42487a008e81debf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Nov 2023 13:34:10 +0100 Subject: update to 2.1.1 --- php-tecnickcom-tc-lib-pdf-encrypt.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/php-tecnickcom-tc-lib-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec index b9f97ac..11c340d 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 1ef44606066ad9793c2663b86c066608b61cf44e +%global gh_commit 00d09984e1f45ede2f5960831759ccfd59fc7391 %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.8 +Version: 2.1.1 Release: 1%{?dist} Summary: PHP library to encrypt data for PDF @@ -94,11 +94,6 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -# https://github.com/tecnickcom/tc-lib-pdf-encrypt/issues/12 -# allow legacy cypher methods (RC4...) for test -sed -e 's/^##//' /etc/pki/tls/openssl.cnf >openssl.cnf -export OPENSSL_CONF=$PWD/openssl.cnf - for cmdarg in php php81 php82 php83; do if which $cmdarg; then set $cmdarg @@ -126,6 +121,9 @@ exit $ret %changelog +* Wed Nov 29 2023 Remi Collet - 2.1.1-1 +- update to 2.1.1 + * Tue Nov 28 2023 Remi Collet - 2.0.8-1 - update to 2.0.8 (no change) -- cgit