[rubygem-shoulda-matchers] - Add missing BR: rubygem(shoulda-context). - Updated upstream URL. - Relaxed BR: ruby dependency.

Vít Ondruch vondruch at fedoraproject.org
Mon Jul 7 07:33:08 UTC 2014


commit 664648c51981d9185dac08ac7c68a59ce626d02d
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Jul 7 09:33:07 2014 +0200

    - Add missing BR: rubygem(shoulda-context).
    - Updated upstream URL.
    - Relaxed BR: ruby dependency.

 .gitignore                    |    1 +
 rubygem-shoulda-matchers.spec |   12 +++++++++---
 sources                       |    1 +
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9e9f9ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/shoulda-matchers-2.6.1.gem
diff --git a/rubygem-shoulda-matchers.spec b/rubygem-shoulda-matchers.spec
index 5bfc1cc..059f45c 100644
--- a/rubygem-shoulda-matchers.spec
+++ b/rubygem-shoulda-matchers.spec
@@ -3,15 +3,15 @@
 
 Name: rubygem-%{gem_name}
 Version: 2.6.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Making tests easy on the fingers and eyes
 Group: Development/Languages
 License: MIT
-URL: http://thoughtbot.com/community/
+URL: https://github.com/thoughtbot/shoulda-matchers
 Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
-BuildRequires: ruby >= 1.9.2
+BuildRequires: ruby
 BuildRequires: rubygem(aruba)
 BuildRequires: rubygem(cucumber)
 BuildRequires: rubygem(activeresource)
@@ -25,6 +25,7 @@ BuildRequires: rubygem(rails)
 BuildRequires: rubygem(rspec-rails)
 BuildRequires: rubygem(sass-rails)
 BuildRequires: rubygem(sdoc)
+BuildRequires: rubygem(shoulda-context)
 BuildRequires: rubygem(spring)
 BuildRequires: rubygem(sqlite3)
 BuildRequires: rubygem(therubyracer)
@@ -132,5 +133,10 @@ popd
 %{gem_instdir}/spec
 
 %changelog
+* Thu Jul 03 2014 Vít Ondruch <vondruch at redhat.com> - 2.6.1-2
+- Add missing BR: rubygem(shoulda-context).
+- Updated upstream URL.
+- Relaxed BR: ruby dependency.
+
 * Mon Jun 30 2014 Vít Ondruch <vondruch at redhat.com> - 2.6.1-1
 - Initial package
diff --git a/sources b/sources
index e69de29..e735510 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e7ea2216ba9037ed05fb703b71fa12bc  shoulda-matchers-2.6.1.gem


More information about the scm-commits mailing list