From 4dfd689362f01c9cae73afb270ea2b8fb4c0c664 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Jun 2020 16:27:45 +0200 Subject: update to 2.10.7 --- libcouchbase.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'libcouchbase.spec') diff --git a/libcouchbase.spec b/libcouchbase.spec index 5932d32..e157b44 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -8,10 +8,10 @@ # %if 0%{?fedora} >= 25 || 0%{?rhel} >= 8 -%global with_tests 0%{!?_without_tests:1} +%bcond_without tests %else # check-select-sock-tests hangs (btw, libevent backend is mandatory) -%global with_tests 0%{?_with_tests:1} +%bcond_with tests %endif %global with_dtrace 1 @@ -23,7 +23,7 @@ %endif Name: libcouchbase -Version: 2.10.6 +Version: 2.10.7 Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries @@ -157,7 +157,7 @@ make install DESTDIR=%{buildroot} %check -%if %{with_tests} +%if %{with tests} # ARGS needed to pass arguments to ctest export CTEST_OUTPUT_ON_FAILURE=1 make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} @@ -204,6 +204,9 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %changelog +* Wed Jun 17 2020 Remi Collet - 2.10.7-1 +- update to 2.10.7 + * Thu Feb 27 2020 Sergey Avseyev - 2.10.6-1 - Update to 2.10.6 -- cgit