From 2b7e412cdbfd939774fd13166ae9be90563c2345 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:32:44 +0100 Subject: [PATCH] rebuilt with ruby 3.2.0 [release 2.0.18-3mamba;Wed Jan 11 2023] --- ruby-asciidoctor.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ruby-asciidoctor.spec b/ruby-asciidoctor.spec index 7f3d3f8..127d640 100644 --- a/ruby-asciidoctor.spec +++ b/ruby-asciidoctor.spec @@ -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 2.0.18-3mamba +- rebuilt with ruby 3.2.0 + * Mon Oct 17 2022 Silvan Calarco 2.0.18-2mamba - fix duplicated files packaged with different paths causing an installation error