From 7c847c593eea78e0b176df39e638f9ae3c6e2613 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sun, 6 Aug 2023 16:59:40 +0900 Subject: [PATCH] Remove unneeded conditionals for new MiniTest support --- rubygem-rspec-expectations.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rubygem-rspec-expectations.spec b/rubygem-rspec-expectations.spec index aa007ec..71e7c7d 100644 --- a/rubygem-rspec-expectations.spec +++ b/rubygem-rspec-expectations.spec @@ -3,7 +3,7 @@ %global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||') %global fullver %{majorver}%{?preminorver} -%global baserelease 3 +%global baserelease 4 %global gem_name rspec-expectations @@ -58,9 +58,7 @@ This package contains documentation for %{name}. gem specification %{SOURCE0} -l --ruby > %{gem_name}.gemspec # MiniTest 5.19+ -%if 0%{?fedora} >= 39 grep -rl MiniTest spec/ | xargs sed -i 's|MiniTest::|Minitest::|' -%endif %build gem build %{gem_name}.gemspec @@ -114,6 +112,9 @@ cucumber \ %{gem_docdir} %changelog +* Sun Aug 06 2023 Mamoru TASAKA - 3.12.3-4 +- Remove unneeded conditionals for new MiniTest support + * Fri Aug 4 2023 Mamoru TASAKA - 3.12.3-3 - Support MiniTest 5.19+