|
|
@ -3,8 +3,8 @@
|
|
|
|
Summary: Support and utility classes used by the Rails framework
|
|
|
|
Summary: Support and utility classes used by the Rails framework
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Version: 4.0.0
|
|
|
|
Version: 4.0.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: http://www.rubyonrails.org
|
|
|
|
URL: http://www.rubyonrails.org
|
|
|
@ -15,8 +15,8 @@ Source0: http://rubygems.org/downloads/activesupport-%{version}.gem
|
|
|
|
# Rails rpms, you may check it out like so
|
|
|
|
# Rails rpms, you may check it out like so
|
|
|
|
# git clone http://github.com/rails/rails.git
|
|
|
|
# git clone http://github.com/rails/rails.git
|
|
|
|
# cd rails/activesupport/
|
|
|
|
# cd rails/activesupport/
|
|
|
|
# git checkout v4.0.0
|
|
|
|
# git checkout v4.0.1
|
|
|
|
# tar czvf activesupport-4.0.0-tests.tgz test/
|
|
|
|
# tar czvf activesupport-4.0.1-tests.tgz test/
|
|
|
|
Source2: activesupport-%{version}-tests.tgz
|
|
|
|
Source2: activesupport-%{version}-tests.tgz
|
|
|
|
|
|
|
|
|
|
|
|
# Removes code which breaks the test suite due to a
|
|
|
|
# Removes code which breaks the test suite due to a
|
|
|
@ -106,6 +106,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Aug 09 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.1-1
|
|
|
|
|
|
|
|
- Update to ActiveSupport 4.0.1
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 09 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.0-2
|
|
|
|
* Fri Aug 09 2013 Josef Stribny <jstribny@redhat.com> - 1:4.0.0-2
|
|
|
|
- Fix: add minitest to requires
|
|
|
|
- Fix: add minitest to requires
|
|
|
|
|
|
|
|
|
|
|
|