[rubygem-crack/f15] (#bz 781829) Add epoch/downgrade crack

Michael Stahnke stahnma at fedoraproject.org
Sun Feb 5 20:40:10 UTC 2012


commit c71900e12a9ec2f97613f5e3e1e0bbd24e816464
Author: Michael Stahnke <stahnma at puppetlabs.com>
Date:   Sun Feb 5 14:38:35 2012 -0600

    (#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 at puppetlabs.com>

 rubygem-crack.spec |    9 +++++++--
 sources            |    2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-crack.spec b/rubygem-crack.spec
index 8381e7e..8498e99 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.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 at 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 at fedoraproject.org> - 0.3.1-1
 - Update to 0.3.1
 - Fix bz #715704
diff --git a/sources b/sources
index 0577921..67397e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73bf73388ebac555be0318fcac776911  crack-0.3.1.gem
+ae7234d5ab1ebdd1b7a96e77177f74fe  crack-0.1.8.gem


More information about the scm-commits mailing list