diff options
-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 |