diff --git a/.gitignore b/.gitignore index 004dfda..e43225a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ activesupport-2.3.8.gem /activesupport-3.0.15.gem /activesupport-3.2.6-tests.tgz /activesupport-3.2.6.gem +/activesupport-3.2.7-tests.tgz +/activesupport-3.2.7.gem diff --git a/activesupport-add-bigdecimal-dependency.patch b/activesupport-add-bigdecimal-dependency.patch index 941753f..84b65e1 100644 --- a/activesupport-add-bigdecimal-dependency.patch +++ b/activesupport-add-bigdecimal-dependency.patch @@ -1,5 +1,5 @@ ---- a/specifications/activesupport-3.2.6.gemspec.orig 2012-07-18 14:52:50.000000000 +0200 -+++ b/specifications/activesupport-3.2.6.gemspec 2012-07-18 14:56:49.367668024 +0200 +--- a/specifications/activesupport-3.2.7.gemspec.orig 2012-07-18 14:52:50.000000000 +0200 ++++ b/specifications/activesupport-3.2.7.gemspec 2012-07-18 14:56:49.367668024 +0200 @@ -20,13 +20,16 @@ s.specification_version = 3 diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec index e564a65..0d7a166 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.6 +Version: 3.2.7 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.6 -# tar czvf activesupport-3.2.6-tests.tgz test/ +# git checkout v3.2.7 +# tar czvf activesupport-3.2.7-tests.tgz test/ Source2: activesupport-%{version}-tests.tgz # Removes code which breaks the test suite due to a @@ -106,6 +106,9 @@ popd %changelog +* Mon Jul 30 2012 Vít Ondruch - 1:3.2.7-1 +- Update to ActiveSupport 3.2.7. + * Wed Jul 18 2012 Bohuslav Kabrda - 1:3.2.6-1 - Update to ActiveSupport 3.2.6. - Removed unneeded BuildRoot tag. diff --git a/sources b/sources index acc37e8..3044bf1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -694db3f80a0cc30c5978157a7f24a86a activesupport-3.2.6-tests.tgz -7deefdc2a340355612a729ac967b32f4 activesupport-3.2.6.gem +5a106dae352061e5156da2073b0e0732 activesupport-3.2.7-tests.tgz +4263954d6f93b44fadfe2c2718ab4e87 activesupport-3.2.7.gem