|
@@ -1,6 +1,6 @@
|
|
%global major_version 2
|
|
%global major_version 2
|
|
%global minor_version 1
|
|
%global minor_version 1
|
|
-%global teeny_version 2
|
|
+%global teeny_version 5
|
|
#global patch_level 95
|
|
#global patch_level 95
|
|
|
|
|
|
%global major_minor_version %{major_version}.%{minor_version}
|
|
%global major_minor_version %{major_version}.%{minor_version}
|
|
@@ -55,7 +55,7 @@
|
|
# is updated - because it may be that the versions of sub-components don't
|
|
# is updated - because it may be that the versions of sub-components don't
|
|
# change.
|
|
# change.
|
|
# rubyのmainバージョンが更新されても1には戻さずに必ず+1してください。
|
|
# rubyのmainバージョンが更新されても1には戻さずに必ず+1してください。
|
|
-%global ruby_rel 8
|
|
+%global ruby_rel 9
|
|
|
|
|
|
%bcond_without emacsen
|
|
%bcond_without emacsen
|
|
%define rbmode ruby-mode
|
|
%define rbmode ruby-mode
|
|
@@ -72,7 +72,7 @@ Group: Development/Languages
|
|
# Public Domain for example for: include/ruby/st.h, strftime.c, ...
|
|
# Public Domain for example for: include/ruby/st.h, strftime.c, ...
|
|
License: (Ruby or BSD) and Public Domain
|
|
License: (Ruby or BSD) and Public Domain
|
|
URL: http://ruby-lang.org/
|
|
URL: http://ruby-lang.org/
|
|
-Source0: ftp://ftp.ruby-lang.org/pub/%{name}/%{major_minor_version}/%{ruby_archive}.tar.bz2
|
|
+Source0: ftp://ftp.ruby-lang.org/pub/%{name}/%{major_minor_version}/%{ruby_archive}.tar.xz
|
|
Source1: operating_system.rb
|
|
Source1: operating_system.rb
|
|
Source3: abrt_prelude.rb
|
|
Source3: abrt_prelude.rb
|
|
|
|
|
|
@@ -959,6 +959,9 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Nov 19 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.1.5-9
|
|
|
|
+- update to 2.1.5
|
|
|
|
+
|
|
* Sat Jul 12 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.1.2-8
|
|
* Sat Jul 12 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.1.2-8
|
|
- add R: rubygem(json) to rubygem-rdoc
|
|
- add R: rubygem(json) to rubygem-rdoc
|
|
- fix json ext module path
|
|
- fix json ext module path
|