[rubygem-crack] Fix FTBFS Bug 71570; update version

Michael Stahnke stahnma at fedoraproject.org
Sun Jan 8 07:32:27 UTC 2012


commit 59dc2b55cbed0420ccadf1b3a86474776def4fda
Author: Michael Stahnke <stahnma at puppetlabs.com>
Date:   Sat Nov 12 21:51:00 2011 -0600

    Fix FTBFS Bug 71570; update version
    
    rubygem-crack was failing to build from source.  This commit should fix
    that and update the version of crack to 0.3.1.  The built currently
    fails because it is blocked by 716203.
    
    Signed-off-by: Michael Stahnke <stahnma at puppetlabs.com>

 .gitignore         |    1 +
 rubygem-crack.spec |   15 +++++++++++----
 sources            |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b043a0..478ffcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /crack-0.1.8.gem
+/crack-0.3.1.gem
diff --git a/rubygem-crack.spec b/rubygem-crack.spec
index 77a3160..8381e7e 100644
--- a/rubygem-crack.spec
+++ b/rubygem-crack.spec
@@ -4,8 +4,8 @@
 
 Summary: Really simple JSON and XML parsing, ripped from Merb and Rails
 Name: rubygem-%{gemname}
-Version: 0.1.8
-Release: 2%{?dist}
+Version: 0.3.1
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/jnunemaker/crack
@@ -16,8 +16,8 @@ Requires: rubygems
 Requires: ruby(abi) = 1.8
 BuildRequires: rubygems
 BuildRequires: rubygem(rake)
-BuildRequires(check): rubygem(shoulda)
-BuildRequires(check): rubygem(jnunemaker-matchy)
+BuildRequires: rubygem(shoulda)
+BuildRequires: rubygem(jnunemaker-matchy)
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
@@ -71,6 +71,13 @@ rm -rf %{buildroot}
 %{geminstdir}/test
 
 %changelog
+* Wed Dec 28 2011 <stahnma at fedoraproject.org> - 0.3.1-1
+- Update to 0.3.1
+- Fix bz #715704
+
+* Thu Nov 10 2011 Michael Stahnke <mastahnke at gmail.com> - 0.1.8-3
+- rebuilt
+
 * 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 67397e6..0577921 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae7234d5ab1ebdd1b7a96e77177f74fe  crack-0.1.8.gem
+73bf73388ebac555be0318fcac776911  crack-0.3.1.gem


More information about the scm-commits mailing list