(#bz 781829) Add epoch/downgrade crack

The upgrade of rubygem-crack caused dependency issues with the current
version of httparty, which is utilized by several other packages.
httparty cannot be upgraded currently due to the newer version having
different dependencies.

This fix adds an epcoh of 1 and downgrades crack back 0.1.8.

Signed-off-by: Michael Stahnke <stahnma@puppetlabs.com>
f38
Michael Stahnke 13 years ago
parent 59dc2b55cb
commit c71900e12a

@ -4,8 +4,8 @@
Summary: Really simple JSON and XML parsing, ripped from Merb and Rails
Name: rubygem-%{gemname}
Version: 0.3.1
Release: 1%{?dist}
Version: 0.1.8
Release: 4%{?dist}
Group: Development/Languages
License: MIT
URL: http://github.com/jnunemaker/crack
@ -20,6 +20,8 @@ BuildRequires: rubygem(shoulda)
BuildRequires: rubygem(jnunemaker-matchy)
BuildArch: noarch
Provides: rubygem(%{gemname}) = %{version}
#BZ 781829
Epoch: 1
%description
Really simple JSON and XML parsing, ripped from Merb and Rails.
@ -71,6 +73,9 @@ rm -rf %{buildroot}
%{geminstdir}/test
%changelog
* Wed Feb 05 2012 <stahnma@fedoraproject.org> - 0.1.8-4
- Revert back to 0.1.8 as HTTParty can't use crack > 0.1.8
* Wed Dec 28 2011 <stahnma@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1
- Fix bz #715704

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

Loading…
Cancel
Save