|
1 |
| ---- mongo-c-driver.spec.orig 2020-08-03 17:12:45.829127475 -0400 |
2 |
| -+++ mongo-c-driver.spec 2020-08-03 17:24:22.415722650 -0400 |
| 1 | +--- mongo-c-driver.spec.orig 2020-11-30 10:07:51.831526659 -0500 |
| 2 | ++++ mongo-c-driver.spec 2020-11-30 10:09:59.029834450 -0500 |
3 | 3 | @@ -10,14 +10,14 @@
|
4 | 4 | %global gh_project mongo-c-driver
|
5 | 5 | %global libname libmongoc
|
6 | 6 | %global libver 1.0
|
7 |
| --%global up_version 1.17.0 |
| 7 | +-%global up_version 1.17.2 |
8 | 8 | +%global up_version 1.18.0
|
9 | 9 | #global up_prever rc0
|
10 | 10 | # disabled as require a MongoDB server
|
|
17 | 17 | Release: 1%{?dist}
|
18 | 18 | # See THIRD_PARTY_NOTICES
|
19 | 19 | License: ASL 2.0 and ISC and MIT and zlib
|
20 |
| -@@ -25,8 +25,6 @@ |
21 |
| - |
22 |
| - Source0: https://github.com/%{gh_owner}/%{gh_project}/releases/download/%{up_version}%{?up_prever:-%{up_prever}}/%{gh_project}-%{up_version}%{?up_prever:-%{up_prever}}.tar.gz |
23 |
| - |
24 |
| --Patch0: %{name}-upstream.patch |
25 |
| -- |
26 |
| - BuildRequires: cmake >= 3.1 |
27 |
| - BuildRequires: gcc |
28 |
| - # pkg-config may pull compat-openssl10 |
29 |
| -@@ -40,7 +38,6 @@ |
| 20 | +@@ -38,7 +38,6 @@ |
30 | 21 | BuildRequires: mongodb-server
|
31 | 22 | BuildRequires: openssl
|
32 | 23 | %endif
|
33 | 24 | -BuildRequires: cmake(mongocrypt)
|
34 | 25 | BuildRequires: perl-interpreter
|
35 | 26 | # From man pages
|
36 | 27 | BuildRequires: python3
|
37 |
| -@@ -70,7 +67,6 @@ |
| 28 | +@@ -68,7 +67,6 @@ |
38 | 29 | Requires: pkgconfig
|
39 | 30 | Requires: cmake-filesystem
|
40 | 31 | Requires: pkgconfig(libzstd)
|
41 | 32 | -Requires: cmake(mongocrypt)
|
42 | 33 |
|
43 | 34 | %description devel
|
44 | 35 | This package contains the header files and development libraries
|
45 |
| -@@ -107,7 +103,6 @@ |
46 |
| - |
47 |
| - %prep |
48 |
| - %setup -q -n %{gh_project}-%{up_version}%{?up_prever:-%{up_prever}} |
49 |
| --%patch0 -p1 |
50 |
| - |
51 |
| - |
52 |
| - %build |
53 |
| -@@ -130,7 +125,6 @@ |
| 36 | +@@ -127,7 +125,6 @@ |
54 | 37 | %endif
|
55 | 38 | -DENABLE_EXAMPLES:BOOL=OFF \
|
56 | 39 | -DENABLE_UNINSTALL:BOOL=OFF \
|
|
0 commit comments