[packages/libcouchbase] - updated to 3.3.15
qboosh
qboosh at pld-linux.org
Fri Apr 4 17:53:29 CEST 2025
commit 98654f59cedda748f2707ae1156d4898d5ba9370
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 4 17:25:52 2025 +0200
- updated to 3.3.15
libcouchbase.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libcouchbase.spec b/libcouchbase.spec
index 8700d70..c5efe1b 100644
--- a/libcouchbase.spec
+++ b/libcouchbase.spec
@@ -6,13 +6,13 @@
Summary: Couchbase C Client library
Summary(pl.UTF-8): Biblioteka kliencka C dla Couchbase
Name: libcouchbase
-Version: 3.3.12
+Version: 3.3.15
Release: 1
License: Apache v2.0
Group: Libraries
#Source0Download: https://github.com/couchbase/libcouchbase/releases
Source0: https://github.com/couchbase/libcouchbase/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 9868dbfe53a6548f97c11924278038d6
+# Source0-md5: 229d56a88785e2ca82905eb07865aa02
URL: https://github.com/couchbase/libcouchbase
%{?with_hdrhistogram:BuildRequires: HdrHistogram_c-devel}
BuildRequires: cmake >= 3.5.1
@@ -24,6 +24,10 @@ BuildRequires: openssl-devel
BuildRequires: systemtap-sdt-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# dtrace script expects CPP to be cpp, not "gcc -E", so force it regardless of rpm version
+# (autotools-based rpm<4.19 used to have "gcc -E", cmake builds for 4.19+ switched to cpp)
+%define __cpp cpp
+
%description
This is the C client library for Couchbase
(<http://www.couchbase.com/>). It communicates with the cluster and
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libcouchbase.git/commitdiff/98654f59cedda748f2707ae1156d4898d5ba9370
More information about the pld-cvs-commit
mailing list