[rubygem-mongoid] Tweek dependencies

tdawson tdawson at fedoraproject.org
Wed Jul 9 21:53:02 UTC 2014


commit 0ffcb4351aaf0d640b1918fa979dca5a1645387d
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Jul 9 16:53:17 2014 -0500

    Tweek dependencies

 rubygem-mongoid.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-mongoid.spec b/rubygem-mongoid.spec
index 02a75ff..d5a562a 100644
--- a/rubygem-mongoid.spec
+++ b/rubygem-mongoid.spec
@@ -1,10 +1,9 @@
-# Generated from mongoid-3.1.3.gem by gem2rpm -*- f19.spec -*-
 %global gem_name mongoid
 
 Summary:       Elegant Persistance in Ruby for MongoDB
 Name:          rubygem-%{gem_name}
 Version:       4.0.0
-Release:       1%{?dist}
+Release:       2%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           http://mongoid.org
@@ -41,7 +40,7 @@ gem unpack %{SOURCE0}
 %setup -q -D -T -n  %{gem_name}-%{version}
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
-sed -i 's/<moped>, \[\"\~> 1.4\"\]/<moped>, \[\"> 1.4\"\]/' %{gem_name}.gemspec
+sed -i 's/<moped>, \[\"\~> 2.0.0\"\]/<moped>, \[\"> 1.4\"\]/' %{gem_name}.gemspec
 
 %build
 gem build %{gem_name}.gemspec
@@ -69,6 +68,9 @@ rm -rf %{buildroot}%{gem_instdir}/.yard*
 %{gem_instdir}/spec
 
 %changelog
+* Mon Jul 07 2014 Troy Dawson <tdawson at redhat.com> - 4.0.0-2
+- Tweek dependencies
+
 * Mon Jul 07 2014 Troy Dawson <tdawson at redhat.com> - 4.0.0-1
 - Updated to version 4.0.0
 


More information about the scm-commits mailing list