#3 Update to bson 4.5.0.
Merged 4 years ago by jaruga. Opened 4 years ago by jaruga.
rpms/ jaruga/rubygem-bson feature/update-to-4.5.0  into  master

file modified
+1
@@ -11,3 +11,4 @@ 

  /bson-4.2.1.gem

  /bson-4.2.2.gem

  /bson-4.3.0.gem

+ /bson-4.5.0.gem

file modified
+5 -2
@@ -2,8 +2,8 @@ 

  %global gem_name bson

  

  Name: rubygem-%{gem_name}

- Version: 4.3.0

- Release: 6%{?dist}

+ Version: 4.5.0

+ Release: 1%{?dist}

  Summary: Ruby Implementation of the BSON specification

  License: ASL 2.0

  URL: http://bsonspec.org
@@ -83,6 +83,9 @@ 

  %{gem_instdir}/spec

  

  %changelog

+ * Tue May 28 2019 Jun Aruga <jaruga@redhat.com> - 4.5.0-1

+ - Update to bson 4.5.0.

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-6

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (bson-4.3.0.gem) = 6c90b70fc8f0df8eae1a05a1cd7c5a22c2c546bc55448fa1a936bddd24212ac50cf702cb377d227a65b1a7b9a5b8ffe007e3d357eb4c4188e4e873919bb26374

+ SHA512 (bson-4.5.0.gem) = 82ec026cd48c9bf3d6c74ad7a14d5a152e6f13d80c3f29fd4b6a73ad02f8de527adb47d0ff9a22da0cb19297a4937581806f985cc67f3e5d7b6142c3c9249e9e

This PR is just to update to the latest version.

If the review is okay, then I will do "fedpkg import", than merge it.

Looks good to me. I was a little concerned because rubygem-mongo tends to be locked into rubygem-bson's version, but it looks like we're ok as long as it's below version 5.0.0.

Yes. Current rubygem-mongo locks bson as '< 5.0.0, >= 4.3.0'.
https://rubygems.org/gems/mongo/versions/2.6.2

So, when upgrading rubygem-bson to 4.5.0, rubygem-mongo is still okay.

rebased onto b2ff874

4 years ago

Pull-Request has been merged by jaruga

4 years ago