diff --git a/.gitignore b/.gitignore index 8dabb7c..f9cf532 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /bundler-1.1.4.gem /bundler-1.2.1.gem /bundler-1.3.1.gem +/bundler-1.3.5.gem diff --git a/rubygem-bundler.spec b/rubygem-bundler.spec index a6fccd4..43561f7 100644 --- a/rubygem-bundler.spec +++ b/rubygem-bundler.spec @@ -1,10 +1,10 @@ %global gem_name bundler -%{!?enable_test: %global enable_test 0} +%{!?enable_test: %global enable_test 1} Summary: Library and utilities to manage a Ruby application's gem dependencies Name: rubygem-%{gem_name} -Version: 1.3.1 +Version: 1.3.5 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -19,7 +19,6 @@ BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby %if 0%{enable_test} > 0 -Patch100: rubygem-bundler-1.3.1-Fix-gem_helper_spec.patch BuildRequires: ruby-devel BuildRequires: rubygem(thor) BuildRequires: rubygem(net-http-persistent) @@ -89,10 +88,6 @@ pushd .%{gem_instdir} # https://github.com/carlhuda/bundler/issues/2365 sed -i '/"works after switching Rubies"/,/end$/{s/^/#/}' spec/install/gems/platform_spec.rb -# Fixes not correctly initialized git repo. -# https://github.com/carlhuda/bundler/pull/2367 -cat %{PATCH100} | patch -p1 - # Test suite needs to run in initialized git repository. # https://github.com/carlhuda/bundler/issues/2022 git init @@ -138,6 +133,9 @@ EOF` rspec spec/ %doc %{gem_docdir} %changelog +* Tue Jun 11 2013 Vít Ondruch - 1.3.5-1 +- Update to Bundler 1.3.5. + * Mon Mar 04 2013 Josef Stribny - 1.3.1-1 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 - Update to Bundler 1.3.1 diff --git a/sources b/sources index 57a86e5..0be6afa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -723c6fcc13c9e639994536cdcaa451a6 bundler-1.3.1.gem +b835af023d3e0dbe56b6fcc3841c90a6 bundler-1.3.5.gem