|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
Summary: Support and utility classes used by the Rails framework
|
|
|
|
|
Name: rubygem-%{gemname}
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 3.0.9
|
|
|
|
|
Version: 3.0.10
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: MIT
|
|
|
|
@ -20,9 +20,9 @@ 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.9
|
|
|
|
|
# tar czvf activesupport-3.0.9-tests.tgz test/
|
|
|
|
|
Source2: activesupport-3.0.9-tests.tgz
|
|
|
|
|
# git checkout v3.0.10
|
|
|
|
|
# tar czvf activesupport-3.0.10-tests.tgz test/
|
|
|
|
|
Source2: activesupport-%{version}-tests.tgz
|
|
|
|
|
|
|
|
|
|
# Removes code which breaks the test suite due to a
|
|
|
|
|
# dependency on a file in the greater rails proj
|
|
|
|
@ -89,6 +89,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 22 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.10-1
|
|
|
|
|
- Update to ActiveSupport 3.0.10
|
|
|
|
|
|
|
|
|
|
* Fri Jul 01 2011 Vít Ondruch <vondruch@redhat.com> - 1:3.0.9-1
|
|
|
|
|
- Update to ActiveSupport 3.0.9
|
|
|
|
|
- Changed %%define into %%global
|
|
|
|
|