|
|
|
@ -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 <vondruch@redhat.com> - 1:3.0.15-1
|
|
|
|
|
- Update to ActiveSupport 3.0.15.
|
|
|
|
|
|
|
|
|
|
* Fri Jun 01 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.13-1
|
|
|
|
|
- Update to ActiveSupport 3.0.13.
|
|
|
|
|
|
|
|
|
|