diff options
author | Remi Collet <remi@remirepo.net> | 2023-07-13 09:32:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-07-13 09:32:04 +0200 |
commit | 25be2fb07d78ef231b7fb4a6ef2a86d2d31b7d34 (patch) | |
tree | 7013e13c06b04a387a6865f1e40dc2e7d2c43efd | |
parent | 8c82ed9df273d979740f72a9d03a38ec1922e08f (diff) |
EL-8/9 rebuild with libraries in EPEL stable
-rw-r--r-- | php-pecl-mongodb.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 073d9f0..ea44c3c 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -25,7 +25,7 @@ %bcond_with tests # temp for EL until available in EPEL -%if 0%{?fedora} >= 36 || 0%{?rhel} >= 10 +%if 0%{?fedora} >= 36 || 0%{?rhel} >= 8 %bcond_without syslib %else %bcond_with syslib @@ -51,7 +51,7 @@ Name: %{?scl_prefix}php-pecl-%{pecl_name} #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} Version: %{upstream_version}%{?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;')}} %if %{with syslib} License: Apache-2.0 %else @@ -331,6 +331,9 @@ exit $ret %changelog +* Thu Jul 13 2023 Remi Collet <remi@remirepo.net> - 1.16.1-2 +- EL-8/9 rebuild with libraries in EPEL stable + * Fri Jun 23 2023 Remi Collet <remi@remirepo.net> - 1.16.1-1 - update to 1.16.1 (no change) |