|
|
@ -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.1.1
|
|
|
|
Version: 4.1.4
|
|
|
|
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.1.1
|
|
|
|
# git checkout v4.1.4
|
|
|
|
# tar czvf activesupport-4.1.1-tests.tgz test/
|
|
|
|
# tar czvf activesupport-4.1.4-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
|
|
|
@ -41,7 +41,7 @@ BuildRequires: rubygem(builder)
|
|
|
|
BuildRequires: rubygem(dalli)
|
|
|
|
BuildRequires: rubygem(dalli)
|
|
|
|
BuildRequires: rubygem(i18n) >= 0.6.9
|
|
|
|
BuildRequires: rubygem(i18n) >= 0.6.9
|
|
|
|
BuildRequires: rubygem(i18n) < 1.0
|
|
|
|
BuildRequires: rubygem(i18n) < 1.0
|
|
|
|
BuildRequires: rubygem(minitest)
|
|
|
|
BuildRequires: rubygem(minitest) >= 5.0.0
|
|
|
|
BuildRequires: rubygem(mocha)
|
|
|
|
BuildRequires: rubygem(mocha)
|
|
|
|
BuildRequires: rubygem(rack)
|
|
|
|
BuildRequires: rubygem(rack)
|
|
|
|
BuildRequires: rubygem(thread_safe)
|
|
|
|
BuildRequires: rubygem(thread_safe)
|
|
|
@ -95,6 +95,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 04 2014 Josef Stribny <jstribny@redhat.com> - 1:4.1.4-1
|
|
|
|
|
|
|
|
- Update to ActiveSupport 4.1.4
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.1.1-2
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|