diff --git a/RedCloth-4.3.2.gem b/RedCloth-4.3.2.gem deleted file mode 100644 index 3f501c886d3e256a59774efaf4258905a9abff90..0000000000000000000000000000000000000000 Binary files a/RedCloth-4.3.2.gem and /dev/null differ diff --git a/RedCloth-4.3.3.gem b/RedCloth-4.3.3.gem new file mode 100644 index 0000000000000000000000000000000000000000..5998ca451bed96d52eec0f5e68f77f1f98b1cd1d Binary files /dev/null and b/RedCloth-4.3.3.gem differ diff --git a/rubygem-RedCloth.spec b/rubygem-RedCloth.spec index 2df3cea57026cb9be64ca0047acffdee2676e5f0..d94c60e20febf10e1a5db82811570a70a47d4e57 100644 --- a/rubygem-RedCloth.spec +++ b/rubygem-RedCloth.spec @@ -1,13 +1,13 @@ %global gem_name RedCloth Name: rubygem-%{gem_name} -Version: 4.3.2 +Version: 4.3.3 Release: 1 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 +# Patch1: rubygem-RedCloth-4.3.2-Replace-deprecated-YAML-load_documents.patch BuildRequires: ruby(release) rubygems-devel rubygem(rspec) < 3 ruby-devel gcc %description Textile parser for Ruby. @@ -23,8 +23,8 @@ Documentation for %{name}. gem unpack %{SOURCE0} %setup -q -D -T -n %{gem_name}-%{version} gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec -%patch0 -p1 -%patch1 -p1 +%patch 0 -p1 +# %patch1 -p1 %build gem build %{gem_name}.gemspec @@ -68,11 +68,14 @@ popd %doc %{gem_instdir}/CHANGELOG %{gem_instdir}/Gemfile %doc %{gem_instdir}/README.rdoc -%{gem_instdir}/Rakefile +%doc %{gem_instdir}/Rakefile %doc %{gem_instdir}/doc %{gem_instdir}/spec %{gem_instdir}/tasks %changelog +* Tue Jun 03 2025 openeuler_bot - 4.3.3-1 +- update rubygem-RedCloth to 4.3.3 + * Wed Aug 12 2020 yanan li - 4.3.2-1 -- Package init +- Package init \ No newline at end of file