diff options
author | Remi Collet <remi@remirepo.net> | 2022-05-26 07:18:36 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-05-26 07:18:36 +0200 |
commit | b79834c09798757f7af66ff81ffa8ba8fa2eadda (patch) | |
tree | b350db4620235c03e8873ab24ee032f8609b79fc | |
parent | 886534b721ef59f952ed53a107481badbd1ba930 (diff) |
update to 1.1.1
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-pkcs11.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #91 pkcs11 version 1.1 ] { +Extension [ <persistent> extension #91 pkcs11 version 1.1.1 ] { - Constants [835] { Constant [ int Pkcs11\CKM_RSA_PKCS_KEY_PAIR_GEN ] { 0 } diff --git a/php-pecl-pkcs11.spec b/php-pecl-pkcs11.spec index eef7c8e..e52100a 100644 --- a/php-pecl-pkcs11.spec +++ b/php-pecl-pkcs11.spec @@ -28,7 +28,7 @@ Summary: PHP Bindings for PKCS11 modules Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1 +Version: 1.1.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -219,6 +219,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu May 26 2022 Remi Collet <remi@remirepo.net> - 1.1.1-1 +- update to 1.1.1 + * Tue May 17 2022 Remi Collet <remi@remirepo.net> - 1.1-1 - update to 1.1 - drop patch merged upstream |