From 16796cfc8223ccfca9c3c65c3c75621e497b9945 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Jun 2019 10:20:59 +0200 Subject: v2.10.4 from Fedora --- libcouchbase.spec | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'libcouchbase.spec') diff --git a/libcouchbase.spec b/libcouchbase.spec index 3250198..e89dde3 100644 --- a/libcouchbase.spec +++ b/libcouchbase.spec @@ -1,6 +1,6 @@ # remirepo spec file for libcouchbase # -# Copyright (c) 2013-2018 Remi Collet +# Copyright (c) 2013-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -23,17 +23,22 @@ %endif Name: libcouchbase -Version: 2.10.3 -Release: 2%{?dist} +Version: 2.10.4 +Release: 1%{?dist} Summary: Couchbase client library Group: System Environment/Libraries License: ASL 2.0 URL: http://www.couchbase.com/communities/c/getting-started Source0: http://packages.couchbase.com/clients/c/%{name}-%{version}.tar.gz -Patch0: 0001-enforce-system-crypto-policies.patch -Patch1: 0002-do-not-install-plugins-into-libdir.patch -Patch2: 0003-fix-pkgconfig-paths.patch +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 BuildRequires: gcc-c++ @@ -129,6 +134,8 @@ a Couchbase Server. %patch0 -p1 -b .crypto %patch1 -p1 -b .plug %patch2 -p1 -b .pkgc +%patch3 -p1 -b .testso +%patch4 -p1 -b .openssl %build @@ -203,6 +210,9 @@ make %{_smp_mflags} alltests test ARGS=%{_smp_mflags} %changelog +* Thu Jun 20 2019 Sergey Avseyev - 2.10.4-1 +- Update to 2.10.4 + * Mon Jan 21 2019 Sergey Avseyev - 2.10.3-2 - Add explicit curdir on CMake invocation -- cgit