Package upgrade
This commit is contained in:
parent
02e19feada
commit
7e455a4c1f
@ -1,25 +0,0 @@
|
||||
From ff9435b1a402100384451a55c2d507bf19038a8b Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
|
||||
Date: Mon, 8 Jan 2018 16:49:29 +0100
|
||||
Subject: [PATCH] 'ubygems' was dropped in Ruby 2.5.
|
||||
|
||||
---
|
||||
tests/tests_helper.rb | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tests/tests_helper.rb b/tests/tests_helper.rb
|
||||
index 5a1605f..ab251de 100644
|
||||
--- a/tests/tests_helper.rb
|
||||
+++ b/tests/tests_helper.rb
|
||||
@@ -3,7 +3,7 @@ require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'shindo'
|
||||
BIN = File.join(File.dirname(__FILE__), '..', 'bin', 'shindo')
|
||||
|
||||
def bin(arguments)
|
||||
- `RUBYOPT="-rubygems" #{BIN} #{arguments}`
|
||||
+ `RUBYOPT="-rrubygems" #{BIN} #{arguments}`
|
||||
end
|
||||
|
||||
def path(name)
|
||||
--
|
||||
2.15.1
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
%global gem_name shindo
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 0.3.8
|
||||
Version: 0.3.10
|
||||
Release: 1
|
||||
Summary: Simple depth first Ruby testing
|
||||
License: MIT
|
||||
@ -8,7 +8,6 @@ URL: http://github.com/geemus/shindo
|
||||
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||
# 'ubygems' script was dropped from Ruby 2.5.
|
||||
# https://github.com/geemus/shindo/pull/17
|
||||
Patch0: rubygem-shindo-0.3.8-ubygems-was-dropped-in-Ruby-2.5.patch
|
||||
BuildRequires: ruby(release) rubygems-devel ruby rubygem(formatador) >= 0.1.1
|
||||
BuildArch: noarch
|
||||
%description
|
||||
@ -23,7 +22,6 @@ Documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{gem_name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
gem build ../%{gem_name}-%{version}.gemspec
|
||||
@ -59,7 +57,13 @@ popd
|
||||
%{gem_instdir}/Rakefile
|
||||
%{gem_instdir}/shindo.gemspec
|
||||
%{gem_instdir}/tests
|
||||
%{gem_instdir}/CONTRIBUTING.md
|
||||
%{gem_instdir}/CONTRIBUTORS.md
|
||||
%{gem_instdir}/LICENSE.md
|
||||
|
||||
%changelog
|
||||
* Thu Jun 30 2022 houyingchao <houyingchao@h-partners.com> - 0.3.10-1
|
||||
- Upgrade to 0.3.10
|
||||
|
||||
* Wed Aug 19 2020 xiezheng <xiezheng4@huawei.com> - 0.3.8-1
|
||||
- package init
|
||||
|
||||
BIN
shindo-0.3.10.gem
Normal file
BIN
shindo-0.3.10.gem
Normal file
Binary file not shown.
BIN
shindo-0.3.8.gem
BIN
shindo-0.3.8.gem
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user