diff options
author | Remi Collet <remi@remirepo.net> | 2025-04-10 11:49:18 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-04-10 11:49:18 +0200 |
commit | 3d1c2136f2e6653330adc26cf022a1870ac9b441 (patch) | |
tree | 4125a70cdbc3a69b207301efc1fcda71ff687c85 | |
parent | 630aebe8ee01dcd9625120a22d532d833b618652 (diff) |
rebuild using bundled librariesv1.20
-rw-r--r-- | php-pecl-mongodb.spec | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index e86a5cb..e1e083b 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -23,12 +23,8 @@ # test suite requires a MongoDB server %bcond_with tests -# temp for EL until available in EPEL -%if 0%{?fedora} >= 37 || 0%{?rhel} >= 8 -%bcond_without syslib -%else +# always use bundled libraries %bcond_with syslib -%endif # Bundled versions %global bundled_libmongo 1.28.1 @@ -54,7 +50,7 @@ Name: %{?scl_prefix}php-pecl-%{pecl_name} %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure 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 @@ -309,6 +305,9 @@ exit $ret %changelog +* Thu Apr 10 2025 Remi Collet <remi@remirepo.net> - 1.20.1-2 +- rebuild using bundled libraries + * Wed Nov 27 2024 Remi Collet <remi@remirepo.net> - 1.20.1-1 - update to 1.20.1 |