Skip to content

Commit b03ed8d

Browse files
committed
sync RPM spec file from downstream
1 parent 41113df commit b03ed8d

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

.evergreen/etc/mongo-c-driver.spec

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# remirepo/fedora spec file for mongo-c-driver
22
#
3-
# Copyright (c) 2015-2023 Remi Collet
3+
# Copyright (c) 2015-2024 Remi Collet
44
# License: CC-BY-SA-4.0
55
# http://creativecommons.org/licenses/by-sa/4.0/
66
#
@@ -10,7 +10,7 @@
1010
%global gh_project mongo-c-driver
1111
%global libname libmongoc
1212
%global libver 1.0
13-
%global up_version 1.25.1
13+
%global up_version 1.25.4
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -49,8 +49,7 @@ BuildRequires: cmake(mongocrypt) >= 1.5.2
4949
BuildRequires: perl-interpreter
5050
# From man pages
5151
BuildRequires: python3
52-
BuildRequires: python3-sphinx
53-
BuildRequires: python3-sphinx-design
52+
BuildRequires: python3-sphinx >= 5.0
5453

5554
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
5655
# Sub package removed
@@ -243,6 +242,15 @@ exit $ret
243242

244243

245244
%changelog
245+
* Wed Jan 3 2024 Remi Collet <[email protected]> - 1.25.4-1
246+
- update to 1.25.4
247+
248+
* Wed Dec 13 2023 Remi Collet <[email protected]> - 1.25.3-1
249+
- update to 1.25.3
250+
251+
* Wed Dec 6 2023 Remi Collet <[email protected]> - 1.25.2-1
252+
- update to 1.25.2
253+
246254
* Wed Nov 8 2023 Remi Collet <[email protected]> - 1.25.1-1
247255
- update to 1.25.1
248256

.evergreen/etc/spec.patch

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global gh_project mongo-c-driver
55
%global libname libmongoc
66
%global libver 1.0
7-
-%global up_version 1.25.1
7+
-%global up_version 1.25.4
88
+%global up_version 1.26.0
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
@@ -18,13 +18,3 @@
1818
Release: 1%{?dist}
1919
# See THIRD_PARTY_NOTICES
2020
License: Apache-2.0 AND ISC AND MIT AND Zlib
21-
@@ -50,7 +50,8 @@ BuildRequires: perl-interpreter
22-
# From man pages
23-
BuildRequires: python3
24-
BuildRequires: python3-sphinx
25-
-BuildRequires: python3-sphinx-design
26-
+# python3-sphinx-design is intentionally removed to test that the build succeeds without python3-sphinx-design.
27-
+# At present, python3-sphinx-design is not available in EPEL. Refer: CDRIVER-4767
28-
29-
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
30-
# Sub package removed

0 commit comments

Comments
 (0)