|
|
@ -2,8 +2,8 @@
|
|
|
|
%global gem_name bson
|
|
|
|
%global gem_name bson
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 4.3.0
|
|
|
|
Version: 4.5.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Ruby Implementation of the BSON specification
|
|
|
|
Summary: Ruby Implementation of the BSON specification
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: http://bsonspec.org
|
|
|
|
URL: http://bsonspec.org
|
|
|
@ -12,6 +12,7 @@ Requires: rubygem(bigdecimal)
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: rubygems-devel >= 1.3.6
|
|
|
|
BuildRequires: rubygems-devel >= 1.3.6
|
|
|
|
BuildRequires: ruby-devel >= 1.9.3
|
|
|
|
BuildRequires: ruby-devel >= 1.9.3
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: rubygem(bigdecimal)
|
|
|
|
BuildRequires: rubygem(bigdecimal)
|
|
|
|
BuildRequires: rubygem(rspec)
|
|
|
|
BuildRequires: rubygem(rspec)
|
|
|
|
# This package contains the binary extension originaly provided by bson_ext
|
|
|
|
# This package contains the binary extension originaly provided by bson_ext
|
|
|
@ -82,6 +83,10 @@ popd
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 12 2019 Jun Aruga <jaruga@redhat.com> - 4.5.0-1
|
|
|
|
|
|
|
|
- Update to bson 4.5.0 by merging Fedora master branch (commit: b2ff874)
|
|
|
|
|
|
|
|
Resolves: rhbz#1672575
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-2
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|