summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-09 12:18:42 +0200
committerRemi Collet <remi@php.net>2024-09-09 12:18:42 +0200
commitb9fcb2ae4ba3e185b3dd32d7ca7864a82d181a66 (patch)
treed310d6861b3606fc52c843fe22e5192de2a108bb /php-pecl-mongodb.spec
parentaea3b78b9e5d6aacb67ea0c66031f583dbca2a27 (diff)
update to 1.19.4HEADmaster
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec25
1 files changed, 15 insertions, 10 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 79044ee..c54d222 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -29,16 +29,16 @@
%endif
# Bundled versions
-%global bundled_libmongo 1.27.2
-%global bundled_libcrypt 1.10.0
+%global bundled_libmongo 1.27.6
+%global bundled_libcrypt 1.10.1
# Required versions
-%global minimal_libmongo 1.27.2
-%global minimal_libcrypt 1.9.1
+%global minimal_libmongo 1.27.6
+%global minimal_libcrypt 1.10.1
%if %{with syslib}
# Build dependencies
-%global system_libmongo 1.27.1
-%global system_libcrypt 1.10.0
+%global system_libmongo 1.27.5
+%global system_libcrypt 1.10.1
# Runtime dependencies
%global runtime_libmongo %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo})
%global runtime_libcrypt %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{system_libcrypt})
@@ -46,7 +46,7 @@
Summary: MongoDB driver for PHP
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.19.3
+%global upstream_version 1.19.4
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -79,8 +79,10 @@ BuildRequires: pkgconfig(libsasl2)
BuildRequires: pkgconfig(libzstd)
BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(snappy)
-%if 0%{?rhel} == 9 || 0%{?fedora}
+%if 0%{?rhel} == 8
# EL-8 will use bundled as only in subversion module
+Provides: bundled(libutf8proc)= 2.8.0
+%else
BuildRequires: pkgconfig(libutf8proc)
%endif
Provides: bundled(libbson) = %{bundled_libmongo}
@@ -111,7 +113,7 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO
%setup -q -c
# Don't install/register tests
sed -e 's/role="test"/role="src"/' \
- %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \
+ -e '/LICENSE/s/role="doc"/role="src"/' \
-i package.xml
pushd %{sources}
@@ -288,7 +290,7 @@ exit $ret
%files
-%{?_licensedir:%license %{sources}/LICENSE}
+%license %{sources}/LICENSE
%doc %{pecl_docdir}/%{pecl_name}
%{pecl_xmldir}/%{name}.xml
@@ -302,6 +304,9 @@ exit $ret
%changelog
+* Mon Sep 9 2024 Remi Collet <remi@remirepo.net> - 1.19.4-1
+- update to 1.19.4
+
* Tue Jul 2 2024 Remi Collet <remi@remirepo.net> - 1.19.3-1
- update to 1.19.3