From 739d606ee15bda4dba8390524be9c86592458b42 Mon Sep 17 00:00:00 2001 From: Shawn Starr Date: Wed, 23 Apr 2014 11:24:53 -0400 Subject: [PATCH] Fix it harder, add the missing path --- rubygem-addressable.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rubygem-addressable.spec b/rubygem-addressable.spec index 4ad8a52..cab8a26 100644 --- a/rubygem-addressable.spec +++ b/rubygem-addressable.spec @@ -4,7 +4,7 @@ Summary: Improved URI/URL Implementation Name: rubygem-%{gem_name} Version: 2.3.6 -Release: 4%{?dist} +Release: 5%{?dist} Group: Development/Languages License: ASL 2.0 URL: http://addressable.rubyforge.org/ @@ -53,7 +53,7 @@ find .%{gem_instdir}/{Rakefile,lib,spec} -type f | \ #sed -i -e 's#^\([[:blank:]]*class\)[[:blank:]]HTTP*$#\1 AddressableHTTP#' -e 's#URI::HTTP#URI::AddressableHTTP#' .%{gem_instdir}/spec/addressable/uri_spec.rb # Disable hash test, seems to always fail on koji build instances but works fine w/o -sed -i -e '/should have a different hash from http/,+2 s/^/#/' spec/addressable/uri_spec.rb +sed -i -e '/should have a different hash from http/,+2 s/^/#/' .%{gem_instdir}/spec/addressable/uri_spec.rb # Disable Coveralls rubygem we don't package travis-ci right now sed -i '/[Cc]overalls/d' .%{gem_instdir}/spec/spec_helper.rb @@ -88,6 +88,10 @@ popd %changelog + +* Wed Apr 23 2014 Shawn Starr - 2.3.6-5 +- Fix it harder + * Wed Apr 23 2014 Shawn Starr - 2.3.6-4 - Disable test 'Addressable::URI when parsed from 'http://example.com' should have a different hash from http://EXAMPLE.com' fails on koji but not in mock