summaryrefslogtreecommitdiffstats
path: root/libmongocrypt.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-13 06:32:25 +0100
committerRemi Collet <remi@remirepo.net>2020-02-13 06:32:25 +0100
commitedf9d6195f658e37caf17074aeae5d5701b415cb (patch)
tree1395edfa079f0b03fa4d4ee2604a20de90819837 /libmongocrypt.spec
parent89ceb6d0b10fb9fae59a7dffe34d7d606c0feb0a (diff)
update to 1.0.3
drop patch merged upstream
Diffstat (limited to 'libmongocrypt.spec')
-rw-r--r--libmongocrypt.spec14
1 files changed, 10 insertions, 4 deletions
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 <remi@remirepo.net> - 1.0.3-1
+- update to 1.0.3
+- drop patch merged upstream
+
* Wed Feb 12 2020 Remi Collet <remi@remirepo.net> - 1.0.2-1
- update to 1.0.2
- drop patches merged upstream