summaryrefslogtreecommitdiffstats
path: root/libcouchbase.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libcouchbase.spec')
-rw-r--r--libcouchbase.spec11
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 2.10.7-1
+- update to 2.10.7
+
* Thu Feb 27 2020 Sergey Avseyev <sergey.avseyev@gmail.com> - 2.10.6-1
- Update to 2.10.6