diff options
| -rw-r--r-- | php-pecl-pkcs11.spec | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/php-pecl-pkcs11.spec b/php-pecl-pkcs11.spec index 487e157..fd12e9a 100644 --- a/php-pecl-pkcs11.spec +++ b/php-pecl-pkcs11.spec @@ -29,10 +29,10 @@  Summary:        PHP Bindings for PKCS11 modules  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        1.1.2 -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP-3.01  URL:            https://pecl.php.net/package/%{pecl_name} -Source0:        https://pecl.php.net/get/%{pecl_name}-%{version}.tgz +Source0:        https://pecl.php.net/get/%{sources}.tgz  BuildRequires:  make  BuildRequires:  %{?dtsprefix}gcc @@ -45,7 +45,6 @@ BuildRequires:  softhsm  Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:       %{?scl_prefix}php(api) = %{php_core_api}  Requires:       %{?scl_prefix}php-json%{?_isa} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}  Provides:       %{?scl_prefix}php-%{pecl_name}               = %{version}  Provides:       %{?scl_prefix}php-%{pecl_name}%{?_isa}       = %{version} @@ -208,6 +207,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.1.2-2 +- rebuild for PHP 8.3.0RC1 +  * Mon Jun 26 2023 Remi Collet <remi@remirepo.net> - 1.1.2-1  - update to 1.1.2  - drop patch merge upstream  | 
