Compare commits
No commits in common. "c8-stream-2.7" and "stream-ruby-2.6-rhel-8.10.0" have entirely different histories.
c8-stream-
...
stream-rub
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/mongo-2.11.3.gem
|
||||
SOURCES/mongo-2.8.0.gem
|
||||
/mongo-2.8.0.gem
|
||||
|
@ -1 +1 @@
|
||||
11cffd230e2c52d9bd8ab006a80ae23ba757890f SOURCES/mongo-2.11.3.gem
|
||||
9d46c6aa2dee2bff8ce88507555a60303fb2c956 mongo-2.8.0.gem
|
||||
|
@ -4,11 +4,11 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 2.11.3
|
||||
Version: 2.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Ruby driver for MongoDB
|
||||
License: ASL 2.0
|
||||
URL: https://docs.mongodb.com/ruby-driver/
|
||||
URL: http://www.mongodb.org
|
||||
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||
BuildRequires: ruby(release)
|
||||
BuildRequires: rubygems-devel
|
||||
@ -16,7 +16,7 @@ BuildRequires: ruby
|
||||
%if %{with tests}
|
||||
# For running the tests
|
||||
BuildRequires: %{_bindir}/mongod
|
||||
BuildRequires: rubygem(bson) >= 4.6.0
|
||||
BuildRequires: rubygem(bson) >= 4.4.2
|
||||
BuildRequires: rubygem(rspec)
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
@ -111,10 +111,6 @@ popd
|
||||
%{gem_instdir}/spec
|
||||
|
||||
%changelog
|
||||
* Fri May 29 2020 Jun Aruga <jaruga@redhat.com> - 2.11.3-1
|
||||
- Update to mongo 2.11.3 by merging Fedora master branch (commit: c3f83c2)
|
||||
Resolves: rhbz#1817135
|
||||
|
||||
* Wed Jun 12 2019 Jun Aruga <jaruga@redhat.com> - 2.8.0-1
|
||||
- Update to mongo 2.8.0 by merging Fedora master branch (commit: 87991f9)
|
||||
Resolves: rhbz#1672575
|
Loading…
Reference in New Issue
Block a user