Skip to content

Commit fd469de

Browse files
authored
sync RPM spec file from downstream (#1690)
1 parent 6360890 commit fd469de

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.27.4
13+
%global up_version 1.27.5
1414
#global up_prever rc0
1515
# disabled as require a MongoDB server
1616
%bcond_with tests
@@ -27,7 +27,7 @@
2727
Name: mongo-c-driver
2828
Summary: Client library written in C for MongoDB
2929
Version: %{up_version}%{?up_prever:~%{up_prever}}
30-
Release: 2%{?dist}
30+
Release: 1%{?dist}
3131
# See THIRD_PARTY_NOTICES
3232
License: Apache-2.0 AND ISC AND MIT AND Zlib
3333
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -259,6 +259,9 @@ exit $ret
259259

260260

261261
%changelog
262+
* Wed Aug 7 2024 Remi Collet <[email protected]> - 1.27.5-1
263+
- update to 1.27.5
264+
262265
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 1.27.4-2
263266
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
264267

.evergreen/etc/spec.patch

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@
44
%global gh_project mongo-c-driver
55
%global libname libmongoc
66
%global libver 1.0
7-
-%global up_version 1.27.4
7+
-%global up_version 1.27.5
88
+%global up_version 1.28.0
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
1111
%bcond_with tests
12-
@@ -20,8 +20,8 @@
12+
@@ -20,7 +20,7 @@
1313

1414
Name: mongo-c-driver
1515
Summary: Client library written in C for MongoDB
1616
-Version: %{up_version}%{?up_prever:~%{up_prever}}
17-
-Release: 2%{?dist}
1817
+Version: %{up_version}%{?up_prever}
19-
+Release: 1%{?dist}
18+
Release: 1%{?dist}
2019
# See THIRD_PARTY_NOTICES
2120
License: Apache-2.0 AND ISC AND MIT AND Zlib
22-
URL: https://github.com/%{gh_owner}/%{gh_project}

0 commit comments

Comments
 (0)