Upgrade to Ruby 2.2.0 (r48741).
This commit is contained in:
parent
b651e4837e
commit
2fa5bddf12
2 changed files with 8 additions and 8 deletions
|
|
@ -39,7 +39,7 @@ index 17ed3ed..5843651 100644
|
|||
+ unset ruby_version_suffix
|
||||
+ AC_DEFINE(RUBY_LIB_VERSION_BLANK, 1)
|
||||
else
|
||||
RUBY_LIB_VERSION="\"${ruby_version}\""
|
||||
RUBY_LIB_VERSION="${ruby_version}"
|
||||
fi
|
||||
AC_SUBST(RUBY_LIB_VERSION_STYLE)
|
||||
AC_SUBST(RUBY_LIB_VERSION)
|
||||
|
|
|
|||
14
ruby.spec
14
ruby.spec
|
|
@ -7,10 +7,10 @@
|
|||
%global ruby_release %{ruby_version}
|
||||
|
||||
# Specify the named version. It has precedense to revision.
|
||||
%global milestone preview2
|
||||
#%%global milestone preview2
|
||||
|
||||
# Keep the revision enabled for pre-releases from SVN.
|
||||
#%%global revision 48629
|
||||
%global revision 48741
|
||||
|
||||
%global ruby_archive %{name}-%{ruby_version}
|
||||
|
||||
|
|
@ -39,9 +39,9 @@
|
|||
%global json_version 1.8.1
|
||||
%global minitest_version 5.4.3
|
||||
%global power_assert_version 0.2.2
|
||||
%global psych_version 2.0.6
|
||||
%global rake_version 10.4.0
|
||||
%global rdoc_version 4.2.0.alpha
|
||||
%global psych_version 2.0.8
|
||||
%global rake_version 10.4.2
|
||||
%global rdoc_version 4.2.0
|
||||
%global test_unit_version 3.0.7
|
||||
|
||||
# Might not be needed in the future, if we are lucky enough.
|
||||
|
|
@ -884,8 +884,8 @@ make check TESTS="-v $DISABLE_TESTS"
|
|||
%{ruby_libdir}/tkextlib
|
||||
|
||||
%changelog
|
||||
* Mon Nov 10 2014 Vít Ondruch <vondruch@redhat.com> - 2.2.0-0.24.preview2
|
||||
- Upgrade to Ruby 2.2.0-preview2.
|
||||
* Mon Nov 10 2014 Vít Ondruch <vondruch@redhat.com> - 2.2.0-0.24.r48741
|
||||
- Upgrade to Ruby 2.2.0 (r48741).
|
||||
- Explicitly list RubyGems directories to avoid accidentaly packaged content.
|
||||
- Split test-unit and power_assert gems into separate sub-packages.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue