summaryrefslogtreecommitdiffstats
path: root/php-pecl-pkcs11.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-05-17 07:27:15 +0200
committerRemi Collet <remi@php.net>2022-05-17 07:27:15 +0200
commit886534b721ef59f952ed53a107481badbd1ba930 (patch)
treed19d26cbba7d385694ae4a51218eb6c911683c23 /php-pecl-pkcs11.spec
parent186a34f6a0be991ded1a892a51cb64c748d980a3 (diff)
update to 1.1
drop patch merged upstream
Diffstat (limited to 'php-pecl-pkcs11.spec')
-rw-r--r--php-pecl-pkcs11.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-pecl-pkcs11.spec b/php-pecl-pkcs11.spec
index 2b8f171..eef7c8e 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-2021 Remi Collet
+# Copyright (c) 2020-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -28,14 +28,12 @@
Summary: PHP Bindings for PKCS11 modules
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.0
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 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}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-Patch0: %{pecl_name}-php81.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7.4
@@ -86,7 +84,6 @@ sed -e 's/role="test"/role="src"/' \
mv %{pecl_name}-%{version} NTS
cd NTS
-%patch0 -p1
find . -type f -exec chmod -x {} ';'
# Sanity check, really often broken
@@ -222,6 +219,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue May 17 2022 Remi Collet <remi@remirepo.net> - 1.1-1
+- update to 1.1
+- drop patch merged upstream
+
* Fri Sep 10 2021 Remi Collet <remi@remirepo.net> - 1.0-2
- add patch for PHP 8.1 from
https://github.com/gamringer/php-pkcs11/pull/59