summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-29 13:34:10 +0100
committerRemi Collet <remi@php.net>2023-11-29 13:34:10 +0100
commit954c37375a31f298980b073c42487a008e81debf (patch)
tree358d69160fd5f19f7ce3c9d5bff306365522e981
parent175bff054a1b5183761be499b666442601a4dfe7 (diff)
update to 2.1.1
-rw-r--r--php-tecnickcom-tc-lib-pdf-encrypt.spec12
1 files 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 <remi@remirepo.net> - 2.1.1-1
+- update to 2.1.1
+
* Tue Nov 28 2023 Remi Collet <remi@remirepo.net> - 2.0.8-1
- update to 2.0.8 (no change)