Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/rubygem-kramdown.git#356291bf4231449877c13da86168e17603abef0a
This commit is contained in:
parent
50f4139d62
commit
307eff07a1
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 2.2.1
|
Version: 2.2.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Fast, pure-Ruby Markdown-superset converter
|
Summary: Fast, pure-Ruby Markdown-superset converter
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -53,10 +53,6 @@ gem unpack %{SOURCE0}
|
|||||||
%setup -q -D -T -n %{gem_name}-%{version}
|
%setup -q -D -T -n %{gem_name}-%{version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
|
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
|
||||||
# 2.2.1 explicily adds rexml runtime dependency, which is actually provided by system ruby.
|
|
||||||
# So writing it to kramdown gemspec is not strictly needed, removing for now
|
|
||||||
# (bug 1838185)
|
|
||||||
sed -i %{gem_name}.gemspec -e '\@rexml@d'
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
gem build %{gem_name}.gemspec
|
gem build %{gem_name}.gemspec
|
||||||
@ -115,6 +111,9 @@ popd
|
|||||||
%doc %{gem_docdir}
|
%doc %{gem_docdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 13 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.2.1-7
|
||||||
|
- Re-add rexml dependency
|
||||||
|
|
||||||
* Fri Oct 2 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.2.1-6
|
* Fri Oct 2 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.2.1-6
|
||||||
- Test suite now failing, rescuing now
|
- Test suite now failing, rescuing now
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user