[rubygem-hashery] Added R: rubygem(facets) to fix require 'hashery', 1.3.0-3

Marek Goldmann goldmann at fedoraproject.org
Fri Nov 26 10:04:35 UTC 2010


commit a0b4074d7839a8658f9ce20bfa4aedd511708c8e
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Fri Nov 26 11:04:25 2010 +0100

    Added R: rubygem(facets) to fix require 'hashery', 1.3.0-3

 rubygem-hashery.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-hashery.spec b/rubygem-hashery.spec
index 2f32431..3cc78d2 100644
--- a/rubygem-hashery.spec
+++ b/rubygem-hashery.spec
@@ -6,15 +6,17 @@
 Summary: Facets bread collection of Hash-like classes
 Name: rubygem-%{gemname}
 Version: 1.3.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: ASL 2.0 and GPL+ and (GPLv2 or Ruby)
 URL: http://rubyworks.github.com/hashery
 Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
 
 Requires: ruby(abi) = %{rubyabi}
-Requires: rubygems
+# Required for Ruby <1.9: https://github.com/rubyworks/hashery/issues/#issue/5
+Requires: rubygem(facets)
 BuildRequires: rubygems
+
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
@@ -60,6 +62,9 @@ gem install --local --install-dir %{buildroot}%{gemdir} \
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Fri Nov 26 2010 Marek Goldmann <mgoldman at redhat.com> - 1.3.0-3
+- Added R: rubygem(facets)
+
 * Mon Nov 15 2010 Marek Goldmann <mgoldman at redhat.com> - 1.3.0-2
 - Updated license
 


More information about the scm-commits mailing list