Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .evergreen/etc/mongo-c-driver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%global gh_project mongo-c-driver
%global libname libmongoc
%global libver 1.0
%global up_version 1.30.5
%global up_version 1.30.6
#global up_prever rc0
# disabled as require a MongoDB server
%bcond_with tests
Expand All @@ -27,7 +27,7 @@
Name: mongo-c-driver
Summary: Client library written in C for MongoDB
Version: %{up_version}%{?up_prever:~%{up_prever}}
Release: 2%{?dist}
Release: 1%{?dist}
# See THIRD_PARTY_NOTICES
License: Apache-2.0 AND ISC AND MIT AND Zlib
URL: https://github.com/%{gh_owner}/%{gh_project}
Expand Down Expand Up @@ -261,6 +261,9 @@ exit $ret


%changelog
* Wed Oct 8 2025 Remi Collet <remi@remirepo.net> - 1.30.6-1
- update to 1.30.6

* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.30.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild

Expand Down
6 changes: 3 additions & 3 deletions .evergreen/etc/spec.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
%global gh_project mongo-c-driver
%global libname libmongoc
%global libver 1.0
-%global up_version 1.30.5
+%global up_version 1.30.6
-%global up_version 1.30.6
+%global up_version 1.30.7
#global up_prever rc0
# disabled as require a MongoDB server
%bcond_with tests
Expand All @@ -15,6 +15,6 @@
Summary: Client library written in C for MongoDB
-Version: %{up_version}%{?up_prever:~%{up_prever}}
+Version: %{up_version}%{?up_prever}
Release: 2%{?dist}
Release: 1%{?dist}
# See THIRD_PARTY_NOTICES
License: Apache-2.0 AND ISC AND MIT AND Zlib