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

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

Loading…
Cancel
Save