From 886534b721ef59f952ed53a107481badbd1ba930 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 May 2022 07:27:15 +0200 Subject: update to 1.1 drop patch merged upstream --- php-pecl-pkcs11.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'php-pecl-pkcs11.spec') 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 - 1.1-1 +- update to 1.1 +- drop patch merged upstream + * Fri Sep 10 2021 Remi Collet - 1.0-2 - add patch for PHP 8.1 from https://github.com/gamringer/php-pkcs11/pull/59 -- cgit