From c6b3066007cc8447d3a09c904297b5c8e265876c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Nov 2019 12:13:29 +0100 Subject: v2.10.5 (from Fedora) --- libcouchbase.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'libcouchbase.spec') diff --git a/libcouchbase.spec b/libcouchbase.spec index e89dde3..30acbea 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -23,7 +23,7 @@ %endif Name: libcouchbase -Version: 2.10.4 +Version: 2.10.5 Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries @@ -34,10 +34,6 @@ Source0: http://packages.couchbase.com/clients/c/%{name}-%{version}.tar.gz Patch0: %{name}-0001-enforce-system-crypto-policies.patch Patch1: %{name}-0002-do-not-install-plugins-into-libdir.patch Patch2: %{name}-0003-fix-pkgconfig-paths.patch -# http://review.couchbase.org/110930 -Patch3: %{name}-0004-fix-test-so-resolution.patch -# http://review.couchbase.org/110929 -Patch4: %{name}-0005-fixes-ssl-sockets-with-openssl-1.1.1c.patch BuildRequires: gcc @@ -134,8 +130,6 @@ a Couchbase Server. %patch0 -p1 -b .crypto %patch1 -p1 -b .plug %patch2 -p1 -b .pkgc -%patch3 -p1 -b .testso -%patch4 -p1 -b .openssl %build @@ -210,6 +204,9 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %changelog +* Fri Nov 01 2019 Sergey Avseyev - 2.10.5-1 +- Update to 2.10.5 + * Thu Jun 20 2019 Sergey Avseyev - 2.10.4-1 - Update to 2.10.4 -- cgit