From 6568cccae61f2408f9438c286778237d20157f9d Mon Sep 17 00:00:00 2001 From: Shawn Starr Date: Fri, 7 Feb 2014 16:43:19 +0200 Subject: [PATCH] new upstream release of rubygem --- .gitignore | 1 + rubygem-addressable.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 12b9c4c..b8f76a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /addressable-2.3.2.gem +/addressable-2.3.5.gem diff --git a/rubygem-addressable.spec b/rubygem-addressable.spec index bcb3cdc..0579f32 100644 --- a/rubygem-addressable.spec +++ b/rubygem-addressable.spec @@ -3,8 +3,8 @@ Summary: Improved URI/URL Implementation Name: rubygem-%{gem_name} -Version: 2.3.2 -Release: 6%{?dist} +Version: 2.3.5 +Release: 1%{?dist} Group: Development/Languages License: ASL 2.0 URL: http://addressable.rubyforge.org/ @@ -54,6 +54,9 @@ find .%{gem_instdir}/{Rakefile,lib,spec} -type f | \ # Fix conflict causing spec test failure - Only needed if test below is not deleted #sed -i -e 's#^\([[:blank:]]*class\)[[:blank:]]HTTP*$#\1 AddressableHTTP#' -e 's#URI::HTTP#URI::AddressableHTTP#' .%{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 + # Remove this test since fails on koji mock builders due to DNS lookup rm .%{gem_instdir}/spec/addressable/net_http_compat_spec.rb @@ -83,6 +86,9 @@ popd %{gem_docdir} %changelog +* Fri Feb 07 2014 Shawn Starr - 2.3.5-1 +- New upstream release + * Sun Aug 04 2013 Fedora Release Engineering - 2.3.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -95,7 +101,6 @@ popd * Thu Feb 14 2013 Fedora Release Engineering - 2.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - * Thu Aug 23 2012 Shawn Starr - 2.3.2-2 - Fix build issue disable one test due to DNS lookup not available on koji mock builders diff --git a/sources b/sources index 6a8c1a4..f4d0a31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e0c0a0eeebd668287d1a43cd8db18bd addressable-2.3.2.gem +6b9a61885c3c95f912eec560f8f2e3eb addressable-2.3.5.gem