diff options
-rw-r--r-- | php-pecl-pam.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-pam.spec b/php-pecl-pam.spec index 43d7c51..9ae5ea5 100644 --- a/php-pecl-pam.spec +++ b/php-pecl-pam.spec @@ -30,7 +30,7 @@ Name: %{?scl_prefix}php-pecl-%{pecl_name} Summary: PAM integration Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -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 URL: https://pecl.php.net/package/PAM @@ -198,6 +198,9 @@ fi %endif %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 2.2.3-2 +- rebuild for 8.1.0RC1 + * Tue Jun 8 2021 Remi Collet <remi@remirepo.net> - 2.2.3-1 - update to 2.2.3 (no change) - raise dependency on PHP 7.3 |