!10 Update to 1.8.0
From: @wk333 Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
d6739b7a4c
Binary file not shown.
BIN
cool.io-1.8.0.gem
Normal file
BIN
cool.io-1.8.0.gem
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
%global gem_name cool.io
|
%global gem_name cool.io
|
||||||
Name: rubygem-cool.io
|
Name: rubygem-cool.io
|
||||||
Version: 1.7.1
|
Version: 1.8.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A cool framework for doing high performance I/O in Ruby
|
Summary: A cool framework for doing high performance I/O in Ruby
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://coolio.github.com
|
URL: http://coolio.github.com
|
||||||
Source0: https://rubygems.org/gems/cool.io-1.7.1.gem
|
Source0: https://rubygems.org/gems/cool.io-%{version}.gem
|
||||||
|
|
||||||
BuildRequires: ruby
|
BuildRequires: ruby
|
||||||
BuildRequires: ruby-devel
|
BuildRequires: ruby-devel
|
||||||
@ -67,12 +67,16 @@ mv %{buildroot}/filelist.lst .
|
|||||||
%{gem_instdir}/*
|
%{gem_instdir}/*
|
||||||
%{gem_extdir_mri}
|
%{gem_extdir_mri}
|
||||||
%exclude %{gem_cache}
|
%exclude %{gem_cache}
|
||||||
|
%exclude %{gem_instdir}/.github
|
||||||
%{gem_spec}
|
%{gem_spec}
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{gem_docdir}/*
|
%{gem_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 13 2023 wangkai <13474090681@163.com> - 1.8.0-1
|
||||||
|
- Update to 1.8.0
|
||||||
|
|
||||||
* Wed Aug 25 2021 wutao <wutao61@huawei.com> - 1.7.1-2
|
* Wed Aug 25 2021 wutao <wutao61@huawei.com> - 1.7.1-2
|
||||||
- Move .so file from /usr/lib64/gems/ruby/cool.io-1.7.1/cool.io/ to
|
- Move .so file from /usr/lib64/gems/ruby/cool.io-1.7.1/cool.io/ to
|
||||||
/usr/lib64/gems/ruby/cool.io-1.7.1/ to solve fluentd loaderror problems
|
/usr/lib64/gems/ruby/cool.io-1.7.1/ to solve fluentd loaderror problems
|
||||||
|
|||||||
4
rubygem-cool.io.yaml
Normal file
4
rubygem-cool.io.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: socketry/cool.io
|
||||||
|
tag_prefix: "^v"
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user