summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-30 08:58:24 +0200
committerRemi Collet <remi@php.net>2023-08-30 08:58:24 +0200
commit060830c20fdd34ace8995fc275cfa45490949779 (patch)
tree7ecbb3e21055130b972c1f9e523e3dc98859dbc1
parentcf2ce9d3ae3d64268adfe34683b4cb322a4a481c (diff)
rebuild for PHP 8.3.0RC1HEADmaster
-rw-r--r--php-pecl-pkcs11.spec8
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