From a701282e589024bebe824b033750c681328bfbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Mon, 22 Aug 2011 14:36:30 +0200 Subject: [PATCH] Update to ActiveSupport 3.0.10 --- .gitignore | 2 ++ rubygem-activesupport.spec | 11 +++++++---- sources | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8cd85d6..a4b1739 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ activesupport-2.3.8.gem /activesupport-tests.tgz /activesupport-3.0.9-tests.tgz /activesupport-3.0.9.gem +/activesupport-3.0.10-tests.tgz +/activesupport-3.0.10.gem diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index e959d8c..7a2b31b 100644 --- a/rubygem-activesupport.spec +++ b/rubygem-activesupport.spec @@ -8,7 +8,7 @@ Summary: Support and utility classes used by the Rails framework Name: rubygem-%{gemname} Epoch: 1 -Version: 3.0.9 +Version: 3.0.10 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -20,9 +20,9 @@ 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.9 -# tar czvf activesupport-3.0.9-tests.tgz test/ -Source2: activesupport-3.0.9-tests.tgz +# git checkout v3.0.10 +# tar czvf activesupport-3.0.10-tests.tgz test/ +Source2: activesupport-%{version}-tests.tgz # Removes code which breaks the test suite due to a # dependency on a file in the greater rails proj @@ -89,6 +89,9 @@ popd %changelog +* Mon Aug 22 2011 Vít Ondruch - 1:3.0.10-1 +- Update to ActiveSupport 3.0.10 + * Fri Jul 01 2011 Vít Ondruch - 1:3.0.9-1 - Update to ActiveSupport 3.0.9 - Changed %%define into %%global diff --git a/sources b/sources index 5d4b3bc..dc9ad9e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -85326238e675f127f22482144d85acdc activesupport-3.0.9-tests.tgz -d24508b3985d4226d4ca1c88156aced9 activesupport-3.0.9.gem +ab6e573a8424eda7ef4989d72881ad26 activesupport-3.0.10-tests.tgz +a79c965ef7c6f40cc95011af8778ff0a activesupport-3.0.10.gem