From d7750c1c48a8cffb2c088bc0225594fd101bafbf Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Wed, 9 Jan 2013 16:15:47 +0100 Subject: Update to ActiveSupport 3.2.11. --- .gitignore | 2 ++ activesupport-add-bigdecimal-dependency.patch | 4 ++-- rubygem-activesupport.spec | 9 ++++++--- sources | 4 ++-- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 7c22541..8c71fc1 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ activesupport-2.3.8.gem /activesupport-3.2.8.gem /activesupport-3.2.10-tests.tgz /activesupport-3.2.10.gem +/activesupport-3.2.11-tests.tgz +/activesupport-3.2.11.gem diff --git a/activesupport-add-bigdecimal-dependency.patch b/activesupport-add-bigdecimal-dependency.patch index e366c3c..5a4baa1 100644 --- a/activesupport-add-bigdecimal-dependency.patch +++ b/activesupport-add-bigdecimal-dependency.patch @@ -1,5 +1,5 @@ ---- a/specifications/activesupport-3.2.10.gemspec.orig 2012-07-18 14:52:50.000000000 +0200 -+++ b/specifications/activesupport-3.2.10.gemspec 2012-07-18 14:56:49.367668024 +0200 +--- a/specifications/activesupport-3.2.11.gemspec.orig 2012-07-18 14:52:50.000000000 +0200 ++++ b/specifications/activesupport-3.2.11.gemspec 2012-07-18 14:56:49.367668024 +0200 @@ -20,13 +20,16 @@ s.specification_version = 4 diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index d076d12..c44774c 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.2.10 +Version: 3.2.11 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.2.8 -# tar czvf activesupport-3.2.8-tests.tgz test/ +# git checkout v3.2.11 +# tar czvf activesupport-3.2.11-tests.tgz test/ Source2: activesupport-%{version}-tests.tgz # Removes code which breaks the test suite due to a @@ -111,6 +111,9 @@ popd %changelog +* Wed Jan 09 2013 Vít Ondruch - 1:3.2.11-1 +- Update to ActiveSupport 3.2.11. + * Thu Jan 03 2013 Vít Ondruch - 1:3.2.10-1 - Update to ActiveSupport 3.2.10. diff --git a/sources b/sources index 0f5c58a..cb87df3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -2043d7fa906c38e1ddbfab0df3d2a8cb activesupport-3.2.10-tests.tgz -740abd41291f2ca850ee3f578f1f65cc activesupport-3.2.10.gem +6c183693788f23559a36007169b3045e activesupport-3.2.11-tests.tgz +0111d422d20221093990bac0a0d3b447 activesupport-3.2.11.gem -- cgit