diff options
Diffstat (limited to 'php-pecl-mongodb.spec')
-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 |