|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
Summary: Support and utility classes used by the Rails framework
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 4.2.0
|
|
|
|
|
Version: 4.2.1
|
|
|
|
|
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.2.0
|
|
|
|
|
# tar czvf activesupport-4.2.0-tests.tgz test/
|
|
|
|
|
# git checkout v4.2.1
|
|
|
|
|
# tar czvf activesupport-4.2.1-tests.tgz test/
|
|
|
|
|
Source2: activesupport-%{version}-tests.tgz
|
|
|
|
|
|
|
|
|
|
# Removes code which breaks the test suite due to a
|
|
|
|
@ -95,6 +95,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Mar 20 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.1-1
|
|
|
|
|
- Update to activesupport 4.2.1
|
|
|
|
|
|
|
|
|
|
* Mon Feb 09 2015 Josef Stribny <jstribny@redhat.com> - 1:4.2.0-1
|
|
|
|
|
- Update to activesupport 4.2.0
|
|
|
|
|
|
|
|
|
|