Skip to content

sync RPM spec file from downstream (r1.30) #1855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2025
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.29.2
%global up_version 1.30.0
#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 @@ -259,6 +259,9 @@ exit $ret


%changelog
* Thu Feb 6 2025 Remi Collet <[email protected]> - 1.30.0-1
- update to 1.30.0

* Fri Jan 17 2025 Fedora Release Engineering <[email protected]> - 1.29.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild

Expand Down
14 changes: 6 additions & 8 deletions .evergreen/etc/spec.patch
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
--- mongo-c-driver.spec.orig 2025-01-21 14:17:19.855896844 -0500
+++ mongo-c-driver.spec 2025-01-21 14:25:13.380750157 -0500
--- mongo-c-driver.spec.orig 2025-02-06 12:55:03.175912820 -0500
+++ mongo-c-driver.spec 2025-02-06 12:55:26.893793221 -0500
@@ -10,7 +10,7 @@
%global gh_project mongo-c-driver
%global libname libmongoc
%global libver 1.0
-%global up_version 1.29.2
+%global up_version 1.30.0
-%global up_version 1.30.0
+%global up_version 1.30.1
#global up_prever rc0
# disabled as require a MongoDB server
%bcond_with tests
@@ -26,8 +26,8 @@
@@ -26,7 +26,7 @@

Name: mongo-c-driver
Summary: Client library written in C for MongoDB
-Version: %{up_version}%{?up_prever:~%{up_prever}}
-Release: 2%{?dist}
+Version: %{up_version}%{?up_prever}
+Release: 1%{?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}