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@puppetlabs.com>
f38
Michael Stahnke 13 years ago
parent 168513b2ca
commit 59dc2b55cb

1
.gitignore vendored

@ -1 +1,2 @@
/crack-0.1.8.gem
/crack-0.3.1.gem

@ -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@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1
- Fix bz #715704
* Thu Nov 10 2011 Michael Stahnke <mastahnke@gmail.com> - 0.1.8-3
- rebuilt
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

@ -1 +1 @@
ae7234d5ab1ebdd1b7a96e77177f74fe crack-0.1.8.gem
73bf73388ebac555be0318fcac776911 crack-0.3.1.gem

Loading…
Cancel
Save