[rubygem-snmp] Fix FTBFS bug 715639 and update to 1.1.0

Michael Stahnke stahnma at fedoraproject.org
Thu Dec 29 08:14:06 UTC 2011


commit 2715e79986d77f6b94271dddcf3dbcce79fa18e5
Author: Michael Stahnke <stahnma at puppetlabs.com>
Date:   Thu Dec 29 02:13:37 2011 -0600

    Fix FTBFS bug 715639 and update to 1.1.0
    
    Signed-off-by: Michael Stahnke <stahnma at puppetlabs.com>

 .gitignore        |    1 +
 rubygem-snmp.spec |   10 +++++++---
 sources           |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0f0be6..9ed4cd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 snmp-1.0.3.gem
+/snmp-1.1.0.gem
diff --git a/rubygem-snmp.spec b/rubygem-snmp.spec
index b62910a..9fe0ad4 100644
--- a/rubygem-snmp.spec
+++ b/rubygem-snmp.spec
@@ -4,8 +4,8 @@
 
 Summary: A Ruby implementation of SNMP (the Simple Network Management Protocol)
 Name: rubygem-%{gemname}
-Version: 1.0.3
-Release: 2%{?dist}
+Version: 1.1.0
+Release: 1%{?dist}
 Group: Development/Languages
 License: GPLv2 or Ruby
 URL: http://snmplib.rubyforge.org
@@ -14,7 +14,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: rubygems
 Requires: ruby(abi) = 1.8
 BuildRequires: rubygems 
-BuildRequires(check): rubygem(rake), rubygem(test-spec)
+# Following needed only for test/check
+BuildRequires: rubygem(rake), rubygem(test-spec)
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
@@ -70,6 +71,9 @@ popd
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 %changelog
+* Thu Dec 29 2011 <stahnma at fedoraproject.org> - 1.1.0-1
+- Fix FTBFS bug  715639
+
 * 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 27ce08f..3f6a180 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06f37798da323a6576765422363ef6c3  snmp-1.0.3.gem
+38d4de268ccfa25f1d0e234e4bb8f448  snmp-1.1.0.gem


More information about the scm-commits mailing list