From 7e51ad431bcd04ef6756ff062ba683e3b1201c59 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Fri, 15 Jun 2012 13:48:40 +0200 Subject: Update to ActiveSupport 3.0.15. --- .gitignore | 2 ++ activesupport-add-bigdecimal-dependency.patch | 6 +++--- rubygem-activesupport.spec | 9 ++++++--- sources | 4 ++-- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 7bed4f4..bec48ad 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ activesupport-2.3.8.gem /activesupport-3.0.11.gem /activesupport-3.0.13-tests.tgz /activesupport-3.0.13.gem +/activesupport-3.0.15-tests.tgz +/activesupport-3.0.15.gem diff --git a/activesupport-add-bigdecimal-dependency.patch b/activesupport-add-bigdecimal-dependency.patch index b3d24db..d778349 100644 --- a/activesupport-add-bigdecimal-dependency.patch +++ b/activesupport-add-bigdecimal-dependency.patch @@ -1,7 +1,7 @@ -diff --git a/specifications/activesupport-3.0.13.gemspec.orig b/specifications/activesupport-3.0.13.gemspec +diff --git a/specifications/activesupport-3.0.15.gemspec.orig b/specifications/activesupport-3.0.15.gemspec index 0277593..ef9b71d 100644 ---- a/specifications/activesupport-3.0.13.gemspec.orig -+++ b/specifications/activesupport-3.0.13.gemspec +--- a/specifications/activesupport-3.0.15.gemspec.orig ++++ b/specifications/activesupport-3.0.15.gemspec @@ -20,8 +20,11 @@ Gem::Specification.new do |s| s.specification_version = 3 diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index 6b0b446..ea16356 100644 --- a/rubygem-activesupport.spec +++ b/rubygem-activesupport.spec @@ -6,7 +6,7 @@ Summary: Support and utility classes used by the Rails framework Name: rubygem-%{gem_name} Epoch: 1 -Version: 3.0.13 +Version: 3.0.15 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -18,8 +18,8 @@ Source0: http://rubygems.org/downloads/activesupport-%{version}.gem # Rails rpms, you may check it out like so # git clone http://github.com/rails/rails.git # cd rails/activesupport/ -# git checkout v3.0.13 -# tar czvf activesupport-3.0.13-tests.tgz test/ +# git checkout v3.0.15 +# tar czvf activesupport-3.0.15-tests.tgz test/ Source2: activesupport-%{version}-tests.tgz # Removes code which breaks the test suite due to a @@ -103,6 +103,9 @@ popd %changelog +* Fri Jun 15 2012 Vít Ondruch - 1:3.0.15-1 +- Update to ActiveSupport 3.0.15. + * Fri Jun 01 2012 Vít Ondruch - 1:3.0.13-1 - Update to ActiveSupport 3.0.13. diff --git a/sources b/sources index 5e7b2cf..bb7c4c9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -851a9bccf9699e1a5a60888b2851f362 activesupport-3.0.13-tests.tgz -9f84d4c31709f79fd6e12aa89e8b8162 activesupport-3.0.13.gem +41a6183b39b1a04013ca690f759d704e activesupport-3.0.15-tests.tgz +71a4c80bc0a267e558dd6d217a993d3a activesupport-3.0.15.gem -- cgit