diff options
| author | Remi Collet <remi@remirepo.net> | 2022-01-19 15:55:41 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-01-19 15:55:41 +0100 | 
| commit | 6a8a32eda3274c7d461548e8b1f64da7a8fa6370 (patch) | |
| tree | 7be2e7c654783c2c1aa0394b8c812aee096b84e0 | |
| parent | 40cc1e543d0c2cec103e898d8fc7cb591258ec4a (diff) | |
update to 2.2.4
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-pam.spec | 13 | 
3 files changed, 10 insertions, 7 deletions
| @@ -2,7 +2,7 @@  pam  PAM support => enabled -Extension version => 2.2.3 +Extension version => 2.2.4  Directive => Local Value => Master Value  pam.servicename => php => php @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #115 pam version 2.2.3 ] { +Extension [ <persistent> extension #115 pam version 2.2.4 ] {    - INI {      Entry [ pam.servicename <ALL> ] diff --git a/php-pecl-pam.spec b/php-pecl-pam.spec index 9ae5ea5..577282c 100644 --- a/php-pecl-pam.spec +++ b/php-pecl-pam.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-pecl-pam  # -# Copyright (c) 2021 Remi Collet +# Copyright (c) 2021-2022 Remi Collet  # License: CC-BY-SA  # https://creativecommons.org/licenses/by-sa/4.0/  # @@ -23,14 +23,14 @@  %bcond_without    tests  %endif -%global upstream_version 2.2.3 +%global upstream_version 2.2.4  #global upstream_prever  beta1  #global upstream_lower   beta1  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Summary:        PAM integration  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  URL:            https://pecl.php.net/package/PAM @@ -155,13 +155,13 @@ done  : Minimal load test for NTS extension  %{__php} --no-php-ini \      --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ -    --modules | grep %{pecl_name} +    --modules | grep '^%{pecl_name}$'  %if %{with_zts}  : Minimal load test for ZTS extension  %{__ztsphp} --no-php-ini \      --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ -    --modules | grep %{pecl_name} +    --modules | grep '^%{pecl_name}$'  %endif @@ -198,6 +198,9 @@ fi  %endif  %changelog +* Wed Jan 19 2022 Remi Collet <remi@remirepo.net> - 2.2.4-1 +- update to 2.2.4 +  * Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 2.2.3-2  - rebuild for 8.1.0RC1 | 
