]> git.pld-linux.org Git - packages/mongo-c-driver.git/commitdiff
- updated to 1.23.2 auto/th/mongo-c-driver-1.23.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Feb 2023 20:20:54 +0000 (21:20 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Feb 2023 20:21:00 +0000 (21:21 +0100)
mongo-c-driver.spec

index f27e29b3e927b0ad47be7c3e58391b316bb3d87c..638939abd40ba4e845739bc6d87fd3e028717107 100644 (file)
@@ -1,3 +1,4 @@
+# TODO: mongocrypt support
 #
 # Conditional build:
 %bcond_with    tests   # build with tests
 Summary:       Client library written in C for MongoDB
 Summary(pl.UTF-8):     Biblioteka kliencka do MongoDB napisana w C
 Name:          mongo-c-driver
-Version:       1.20.0
-Release:       4
+Version:       1.23.2
+Release:       1
 License:       Apache v2.0
 Group:         Libraries
 #Source0Download: https://github.com/mongodb/mongo-c-driver/releases/
 Source0:       https://github.com/mongodb/mongo-c-driver/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 9cd2badc1cea0a7943325ef18caef5c5
+# Source0-md5: a06b6520531993746c0dfba8763749c1
 URL:           https://github.com/mongodb/mongo-c-driver
 BuildRequires: cmake >= 3.1
 %{?with_sasl:BuildRequires:    cyrus-sasl-devel}
@@ -29,8 +30,8 @@ BuildRequires:        pkgconfig
 BuildRequires: python
 BuildRequires: snappy-devel
 %{?with_doc:BuildRequires:     sphinx-pdg}
-BuildRequires: zlib-devel >= 1.2.11
-BuildRequires: zstd-devel
+BuildRequires: zlib-devel >= 1.2.12
+BuildRequires: zstd-devel >= 0.8.0
 %if %{with tests}
 BuildRequires: mongodb-server
 BuildRequires: openssl
@@ -52,7 +53,8 @@ Summary:      Shared library for mongo-c-driver
 Summary(pl.UTF-8):     Biblioteka współdzielona mongo-c-driver
 Group:         Libraries
 Requires:      libbson = %{version}-%{release}
-Requires:      zlib >= 1.2.11
+Requires:      zlib >= 1.2.12
+Requires:      zstd >= 0.8.0
 
 %description libs
 This package contains the shared library for mongo-c-driver.
This page took 0.331905 seconds and 4 git commands to generate.