|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
Summary: Support and utility classes used by the Rails framework
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 4.0.1
|
|
|
|
|
Version: 4.0.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: MIT
|
|
|
|
@ -15,8 +15,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 v4.0.1
|
|
|
|
|
# tar czvf activesupport-4.0.1-tests.tgz test/
|
|
|
|
|
# git checkout v4.0.2
|
|
|
|
|
# tar czvf activesupport-4.0.2-tests.tgz test/
|
|
|
|
|
Source2: activesupport-%{version}-tests.tgz
|
|
|
|
|
|
|
|
|
|
# Removes code which breaks the test suite due to a
|
|
|
|
@ -106,6 +106,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 05 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.2-1
|
|
|
|
|
- Update to ActiveSupport 4.0.2
|
|
|
|
|
|
|
|
|
|
* Fri Aug 09 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.1-1
|
|
|
|
|
- Update to ActiveSupport 4.0.1
|
|
|
|
|
|
|
|
|
|