diff --git a/rubygem-RedCloth.spec b/rubygem-RedCloth.spec index 2df3cea57026cb9be64ca0047acffdee2676e5f0..c045c6ca01d013f6ffc842041da59db00cd32e3e 100644 --- a/rubygem-RedCloth.spec +++ b/rubygem-RedCloth.spec @@ -1,14 +1,14 @@ %global gem_name RedCloth Name: rubygem-%{gem_name} Version: 4.3.2 -Release: 1 +Release: 2 Summary: Textile parser for Ruby License: MIT URL: http://redcloth.org Source0: https://rubygems.org/gems/RedCloth-%{version}.gem Patch0: rubygem-redcloth-4.2.9-unsigned-char-fix.patch Patch1: rubygem-RedCloth-4.3.2-Replace-deprecated-YAML-load_documents.patch -BuildRequires: ruby(release) rubygems-devel rubygem(rspec) < 3 ruby-devel gcc +BuildRequires: ruby(release) rubygems-devel rubygem(rspec) ruby-devel gcc %description Textile parser for Ruby. @@ -48,7 +48,7 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x %check pushd .%{gem_instdir} -rspec2 -I$(dirs +1)%{gem_extdir_mri} spec +rspec -I$(dirs +1)%{gem_extdir_mri} spec popd %files @@ -74,5 +74,8 @@ popd %{gem_instdir}/tasks %changelog +* Thu Jul 24 2025 wangkai <13474090681@163.com> - 4.3.2-2 +- Switch rspec2 to rspec for test + * Wed Aug 12 2020 yanan li - 4.3.2-1 - Package init