[rubygem-shotgun] Fix FTBFS bug 715702 and update version

Michael Stahnke stahnma at fedoraproject.org
Sun Jan 8 07:25:58 UTC 2012


commit adb89d52b7b73e2bd2fddcd7d6e55d59954521c6
Author: Michael Stahnke <stahnma at puppetlabs.com>
Date:   Sat Jan 7 19:01:01 2012 -0600

    Fix FTBFS bug 715702 and update version
    
    Updates shotgun to 0.9
    
    Signed-off-by: Michael Stahnke <stahnma at puppetlabs.com>

 .gitignore           |    1 +
 rubygem-shotgun.spec |   13 +++++++++----
 sources              |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd4fb42..33ccfa4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 shotgun-0.4.gem
 /shotgun-0.8.gem
+/shotgun-0.9.gem
diff --git a/rubygem-shotgun.spec b/rubygem-shotgun.spec
index 14ae937..b2c1fe7 100644
--- a/rubygem-shotgun.spec
+++ b/rubygem-shotgun.spec
@@ -4,8 +4,8 @@
 
 Summary:        Automatic reloading version of the rackup command
 Name:           rubygem-%{gemname}
-Version:        0.8
-Release:        2%{?dist}
+Version:        0.9
+Release:        1%{?dist}
 Group:          Development/Languages
 License:        MIT
 URL:            http://github.com/rtomayko/shotgun/
@@ -15,8 +15,9 @@ Requires:       ruby(abi) = 1.8
 Requires:       rubygems
 Requires:       rubygem(rack) >= 1.0
 BuildRequires:  rubygems
-BuildRequires(check): rubygem(rack) >= 1.0
-BuildRequires(check): rubygem(rake)
+# The following two BR are for %%check
+BuildRequires:  rubygem(rack) >= 1.0
+BuildRequires:  rubygem(rake)
 BuildArch:      noarch
 Provides:       rubygem(%{gemname}) = %{version}
 
@@ -91,6 +92,10 @@ rake test
 
 
 %changelog
+* Sat Jan 07 2012 <stahnma at fedoraproject.org> - 0.9-1
+- Rebuilt and update
+- Fix bug  #715702
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 54ea2fa..35ec0b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a186780862f74b308386d71ddadab83  shotgun-0.8.gem
+6c5a3826c9d435fcbcb3038d1361be53  shotgun-0.9.gem


More information about the scm-commits mailing list