summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-10 08:27:09 +0200
committerRemi Collet <remi@php.net>2022-09-10 08:27:09 +0200
commit7be19c69b8c6481111fcb98ac234f48ea58d2fec (patch)
treed58418e5e3d1b812d84d7d6331726bf2ed01c54f /php-pecl-mongodb.spec
parentce079e51a855d2eebd532a2510af019c52a1c059 (diff)
update to 1.14.1
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index c7af6d3..39f7ea7 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -34,24 +34,24 @@
%if %{with syslib}
# Build dependency
-%global libmongo 1.22
-%global libcrypt 1.5
+%global libmongo 1.22.1
+%global libcrypt 1.5.2
# Runtime dependency
%global libmongover %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{libmongo})
%global libcryptver %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{libcrypt})
%else
# Bundled versions
-%global libmongo 1.22.0
-%global libcrypt 1.5.0
+%global libmongo 1.22.1
+%global libcrypt 1.5.2
%endif
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.14.0
+%global upstream_version 1.14.1
#global upstream_prever beta1
#global upstream_lower ~beta1
Version: %{upstream_version}%{?upstream_lower}
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -329,6 +329,9 @@ exit $ret
%changelog
+* Sat Sep 10 2022 Remi Collet <remi@remirepo.net> - 1.14.1-1
+- update to 1.14.1
+
* Wed Jul 27 2022 Remi Collet <remi@remirepo.net> - 1.14.0-2
- build with system libraries