rebuilt with ruby 3.2.0 [release 2.0.18-3mamba;Wed Jan 11 2023]
This commit is contained in:
parent
27f08b6347
commit
2b7e412cdb
@ -2,7 +2,7 @@
|
||||
%define gemname %(echo %{name} | sed "s|^ruby-||")
|
||||
Name: ruby-asciidoctor
|
||||
Version: 2.0.18
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: An implementation of AsciiDoc in Ruby
|
||||
Group: Applications/Publishing
|
||||
Vendor: openmamba
|
||||
@ -13,8 +13,8 @@ Source: https://rubygems.org/downloads/asciidoctor-%{version}.gem
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: ruby-devel >= 2.7.2
|
||||
Requires: ruby >= 2.7.2
|
||||
BuildRequires: ruby-devel >= 3.2
|
||||
Requires: ruby >= %{ruby_version}
|
||||
Provides: asciidoctor
|
||||
|
||||
%description
|
||||
@ -52,6 +52,9 @@ rm -rf %{buildroot}%{gemdir}/doc/%{gemname}-%{version}
|
||||
%doc %{gemname}-%{version}/LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Jan 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.18-3mamba
|
||||
- rebuilt with ruby 3.2.0
|
||||
|
||||
* Mon Oct 17 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.18-2mamba
|
||||
- fix duplicated files packaged with different paths causing an installation error
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user