Skip to content

Commit d0a72a2

Browse files
authored
sync RPM spec with downstream (#2154)
1 parent a371d86 commit d0a72a2

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
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.30.5
13+
%global up_version 1.30.6
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}
@@ -261,6 +261,9 @@ exit $ret
261261

262262

263263
%changelog
264+
* Wed Oct 8 2025 Remi Collet <[email protected]> - 1.30.6-1
265+
- update to 1.30.6
266+
264267
* Thu Jul 24 2025 Fedora Release Engineering <[email protected]> - 1.30.5-2
265268
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
266269

.evergreen/etc/spec.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
%global gh_project mongo-c-driver
55
%global libname libmongoc
66
%global libver 1.0
7-
-%global up_version 1.30.5
8-
+%global up_version 1.30.6
7+
-%global up_version 1.30.6
8+
+%global up_version 1.30.7
99
#global up_prever rc0
1010
# disabled as require a MongoDB server
1111
%bcond_with tests
@@ -15,6 +15,6 @@
1515
Summary: Client library written in C for MongoDB
1616
-Version: %{up_version}%{?up_prever:~%{up_prever}}
1717
+Version: %{up_version}%{?up_prever}
18-
Release: 2%{?dist}
18+
Release: 1%{?dist}
1919
# See THIRD_PARTY_NOTICES
2020
License: Apache-2.0 AND ISC AND MIT AND Zlib

0 commit comments

Comments
 (0)