Skip to content

sync RPM spec file from downstream #1792

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
Nov 19, 2024
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
9 changes: 7 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.28.1
%global up_version 1.29.0
#global up_prever rc0
# disabled as require a MongoDB server
%bcond_with tests
Expand Down Expand Up @@ -53,7 +53,7 @@ BuildRequires: openssl
%endif
%if %{with libmongocrypt}
# grep VERSION_LESS src/*/CMakeLists.txt
BuildRequires: cmake(mongocrypt) >= 1.11.0
BuildRequires: cmake(mongocrypt) >= 1.12.0
%endif
BuildRequires: perl-interpreter
# From man pages
Expand Down Expand Up @@ -255,9 +255,14 @@ exit $ret
%{_libdir}/cmake/bson-%{libver}
%{_libdir}/pkgconfig/libbson-*.pc
%{_mandir}/man3/bson*
%{_mandir}/man3/libbson*


%changelog
* Thu Nov 7 2024 Remi Collet <[email protected]> - 1.29.0-1
- update to 1.29.0
- raise dependency to libmongocrypt 1.12.0

* Thu Oct 10 2024 Remi Collet <[email protected]> - 1.28.1-1
- update to 1.28.1

Expand Down
10 changes: 5 additions & 5 deletions .evergreen/etc/spec.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
--- mongo-c-driver.spec
+++ mongo-c-driver.spec
--- 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
@@ -10,7 +10,7 @@
%global gh_project mongo-c-driver
%global libname libmongoc
%global libver 1.0
-%global up_version 1.28.1
+%global up_version 1.29.0
-%global up_version 1.29.0
+%global up_version 1.30.0
#global up_prever rc0
# disabled as require a MongoDB server
%bcond_with tests
@@ -20,7 +20,7 @@
@@ -26,7 +26,7 @@

Name: mongo-c-driver
Summary: Client library written in C for MongoDB
Expand Down