summaryrefslogtreecommitdiffstats
path: root/php-pecl-pkcs11.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-pkcs11.spec')
-rw-r--r--php-pecl-pkcs11.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/php-pecl-pkcs11.spec b/php-pecl-pkcs11.spec
index b946270..24c476c 100644
--- a/php-pecl-pkcs11.spec
+++ b/php-pecl-pkcs11.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-pkcs11
#
-# Copyright (c) 2020 Remi Collet
+# Copyright (c) 2020-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -28,7 +28,7 @@
Summary: PHP Bindings for PKCS11 modules
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 0.1
+Version: 0.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}
@@ -36,7 +36,7 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
-BuildRequires: %{?scl_prefix}php-devel >= 7.0
+BuildRequires: %{?scl_prefix}php-devel >= 7.4
BuildRequires: %{?scl_prefix}php-pear
%if %{with tests}
BuildRequires: softhsm
@@ -57,12 +57,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele
%endif
%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
-%if "%{php_version}" > "7.3"
-Obsoletes: php73-pecl-%{pecl_name} <= %{version}
-%endif
-%if "%{php_version}" > "7.4"
Obsoletes: php74-pecl-%{pecl_name} <= %{version}
-%endif
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
@@ -221,6 +216,11 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Sun Jan 10 2021 Remi Collet <remi@remirepo.net> - 0.1.1-1
+- update to 0.1.1
+- open https://github.com/gamringer/php-pkcs11/issues/37 segfaults
+- join https://github.com/gamringer/php-pkcs11/issues/36 type hinting
+
* Wed Dec 30 2020 Remi Collet <remi@remirepo.net> - 0.1-1
- initial package, version 0.1 (php 7, beta)
- open https://github.com/gamringer/php-pkcs11/issues/20 build with php < 7.4