From b79834c09798757f7af66ff81ffa8ba8fa2eadda Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 May 2022 07:18:36 +0200 Subject: update to 1.1.1 --- REFLECTION | 2 +- php-pecl-pkcs11.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index 0c0e3ad..1f44d37 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #91 pkcs11 version 1.1 ] { +Extension [ 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 - 1.1.1-1 +- update to 1.1.1 + * Tue May 17 2022 Remi Collet - 1.1-1 - update to 1.1 - drop patch merged upstream -- cgit