| |
@@ -4,11 +4,11 @@
|
| |
%bcond_with tests
|
| |
|
| |
Name: rubygem-%{gem_name}
|
| |
- Version: 2.8.0
|
| |
- Release: 2%{?dist}
|
| |
+ Version: 2.11.1
|
| |
+ Release: 1%{?dist}
|
| |
Summary: Ruby driver for MongoDB
|
| |
License: ASL 2.0
|
| |
- URL: http://www.mongodb.org
|
| |
+ URL: https://docs.mongodb.com/ruby-driver/
|
| |
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
| |
BuildRequires: ruby(release)
|
| |
BuildRequires: rubygems-devel
|
| |
@@ -16,7 +16,7 @@
|
| |
%if %{with tests}
|
| |
# For running the tests
|
| |
BuildRequires: %{_bindir}/mongod
|
| |
- BuildRequires: rubygem(bson) >= 4.4.2
|
| |
+ BuildRequires: rubygem(bson) >= 4.6.0
|
| |
BuildRequires: rubygem(rspec)
|
| |
%endif
|
| |
BuildArch: noarch
|
| |
@@ -111,6 +111,9 @@
|
| |
%{gem_instdir}/spec
|
| |
|
| |
%changelog
|
| |
+ * Tue Nov 19 2019 Jun Aruga <jaruga@redhat.com> - 2.11.1-1
|
| |
+ - Update to mongo 2.11.1.
|
| |
+
|
| |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0-2
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
| |
|
| |
This PR is to update to the latest version 2.11.1.
Following PR can be merged before this PR.
https://src.fedoraproject.org/rpms/rubygem-bson/pull-request/4
Because the mongo 2.11.1 depends on
bson >= 4.6.0, < 5.0.0
.https://rubygems.org/gems/mongo/versions/2.11.1
fedpkg import *.src.rpm
is necessary when merging this PR.The
URL:
modification comes from https://github.com/mongodb/mongo-ruby-driver/blob/v2.11.1/mongo.gemspec#L12 .Could you review it?
Thanks.
I tested following things.
https://koji.fedoraproject.org/koji/taskinfo?taskID=39102781
irb check
I just tested the mongo Ruby binding alone without mongo. So, the connections from the ruby binding are failed as expected, when the mongo does not exist.