File tree 2 files changed +30
-4
lines changed
2 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 27
27
Name: mongo-c-driver
28
28
Summary: Client library written in C for MongoDB
29
29
Version: %{up_version }%{?up_prever:~%{up_prever }}
30
- Release: 1 %{?dist }
30
+ Release: 2 %{?dist }
31
31
# See THIRD_PARTY_NOTICES
32
32
License: Apache-2.0 AND ISC AND MIT AND Zlib
33
33
URL: https://github.com/%{gh_owner }/%{gh_project }
34
34
35
35
Source0: https://github.com/%{gh_owner }/%{gh_project }/archive/refs/tags/%{up_version }%{?up_prever:-%{up_prever }}.tar.gz
36
36
37
+ Patch0: upstream.patch
38
+
37
39
BuildRequires: cmake >= 3.15
38
40
BuildRequires: gcc
39
41
BuildRequires: gcc-c++
@@ -128,6 +130,8 @@ Documentation: http://mongoc.org/libbson/%{version}/
128
130
%prep
129
131
%setup -q -n %{gh_project }-%{up_version }%{? up_prever:-%{up_prever }}
130
132
133
+ %patch -P0 -p1 -b .up
134
+
131
135
132
136
%build
133
137
%cmake \
@@ -259,6 +263,10 @@ exit $ret
259
263
260
264
261
265
%changelog
266
+ *
Tue Feb 18 2025 Remi Collet <[email protected] > -
1.30.0-2
267
+ - add upstream patch for GCC 15
268
+ https://jira.mongodb.org/browse/CDRIVER-5889
269
+
262
270
*
Thu Feb 6 2025 Remi Collet <[email protected] > -
1.30.0-1
263
271
- update to 1.30.0
264
272
Original file line number Diff line number Diff line change 1
- --- mongo-c-driver.spec.orig 2025-02-06 12:55:03.175912820 -0500
2
- +++ mongo-c-driver.spec 2025-02-06 12:55:26.893793221 -0500
1
+ --- mongo-c-driver.spec.orig 2025-02-18 18:13:33.110137518 -0500
2
+ +++ mongo-c-driver.spec 2025-02-18 18:14:32.574762199 -0500
3
3
@@ -10,7 +10,7 @@
4
4
%global gh_project mongo-c-driver
5
5
%global libname libmongoc
15
15
Summary: Client library written in C for MongoDB
16
16
- Version: %{up_version}%{?up_prever:~%{up_prever}}
17
17
+ Version: %{up_version}%{?up_prever}
18
- Release: 1 %{?dist}
18
+ Release: 2 %{?dist}
19
19
# See THIRD_PARTY_NOTICES
20
20
License: Apache-2.0 AND ISC AND MIT AND Zlib
21
+ @@ -34,8 +34,6 @@
22
+
23
+ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/refs/tags/%{up_version}%{?up_prever:-%{up_prever}}.tar.gz
24
+
25
+ - Patch0: upstream.patch
26
+ -
27
+ BuildRequires: cmake >= 3.15
28
+ BuildRequires: gcc
29
+ BuildRequires: gcc-c++
30
+ @@ -130,8 +128,6 @@
31
+ %prep
32
+ %setup -q -n %{gh_project}-%{up_version}%{?up_prever:-%{up_prever}}
33
+
34
+ - %patch -P0 -p1 -b .up
35
+ -
36
+
37
+ %build
38
+ %cmake \
You can’t perform that action at this time.
0 commit comments