From edf9d6195f658e37caf17074aeae5d5701b415cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Feb 2020 06:32:25 +0100 Subject: update to 1.0.3 drop patch merged upstream --- libmongocrypt.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'libmongocrypt.spec') diff --git a/libmongocrypt.spec b/libmongocrypt.spec index cf585d7..b11cacb 100644 --- a/libmongocrypt.spec +++ b/libmongocrypt.spec @@ -14,7 +14,7 @@ Name: %{libname} Summary: The companion C library for client side encryption in drivers -Version: 1.0.2 +Version: 1.0.3 Release: 1%{?dist} # see kms-message/THIRD_PARTY_NOTICES @@ -25,9 +25,6 @@ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{version}.tar.gz -# install missing header -Patch0: 0001-install-kms_caller_identity_request.h.patch - BuildRequires: cmake >= 3.5 BuildRequires: gcc BuildRequires: gcc-c++ @@ -77,6 +74,11 @@ doxygen ./doc/Doxygen %check make test +if grep -r static %{buildroot}%{_libdir}/cmake; then + : cmake configuration file contain reference to static library + exit 1 +fi + %files %license LICENSE @@ -97,6 +99,10 @@ make test %changelog +* Thu Feb 13 2020 Remi Collet - 1.0.3-1 +- update to 1.0.3 +- drop patch merged upstream + * Wed Feb 12 2020 Remi Collet - 1.0.2-1 - update to 1.0.2 - drop patches merged upstream -- cgit