Skip to content

sync RPM spec file from downstream #1829

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
Jan 22, 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
5 changes: 4 additions & 1 deletion .evergreen/etc/mongo-c-driver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Name: mongo-c-driver
Summary: Client library written in C for MongoDB
Version: %{up_version}%{?up_prever:~%{up_prever}}
Release: 1%{?dist}
Release: 2%{?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
* Fri Jan 17 2025 Fedora Release Engineering <[email protected]> - 1.29.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild

* Tue Jan 7 2025 Remi Collet <[email protected]> - 1.29.2-1
- update to 1.29.2

Expand Down
10 changes: 6 additions & 4 deletions .evergreen/etc/spec.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- mongo-c-driver.spec.orig 2024-11-13 05:08:33.181631772 -0500
+++ mongo-c-driver.spec 2024-11-16 09:53:48.062772774 -0500
--- 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
@@ -10,7 +10,7 @@
%global gh_project mongo-c-driver
%global libname libmongoc
Expand All @@ -9,12 +9,14 @@
#global up_prever rc0
# disabled as require a MongoDB server
%bcond_with tests
@@ -26,7 +26,7 @@
@@ -26,8 +26,8 @@

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}