From debc316777c39535bf1663d58f104cb0c0e549bc Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Jan 07 2021 08:56:43 +0000 Subject: Add ReXML dependency needed for Ruby 3.0. Ruby 3.0 moved ReXML out from StdLib to bundled gem. Therefore the ReXML dependency now needs to be explicit. Asked upstream to used Nokogiri instead (since it is going to be dependency anyway): https://github.com/mvz/alexandria-book-collection-manager/issues/124 --- diff --git a/alexandria.spec b/alexandria.spec index 4b6256d..00f4d53 100644 --- a/alexandria.spec +++ b/alexandria.spec @@ -2,7 +2,7 @@ %undefine minorver %undefine ifpre -%define fedorarel 1 +%define fedorarel 2 %define rel %{?ifpre:0.}%{fedorarel}%{?minorver:.%minorver} @@ -89,6 +89,9 @@ BuildRequires: gettext BuildRequires: intltool # From 0.7.4 BuildRequires: rubygem(rspec) +# Needed since Ruby 3.0. +# https://github.com/mvz/alexandria-book-collection-manager/issues/124 +BuildRequires: rubygem(rexml) # Amazon AWS v3 -> v4 switch # AWS v4 is supported by alexandria itself @@ -126,6 +129,9 @@ Requires: rubygem(gstreamer) Requires: rubygem(gtk3) # Uses syck (bug 922217) Requires: rubygem(syck) +# Needed since Ruby 3.0. +# https://github.com/mvz/alexandria-book-collection-manager/issues/124 +Requires: rubygem(rexml) Requires(pre): GConf2 Requires(post): GConf2 @@ -283,6 +289,9 @@ EOF %{_datadir}/icons/hicolor/*/apps/%{name}.* %changelog +* Thu Jan 7 2021 Vít Ondruch - 0.7.8-2 +- Add ReXML dependency needed for Ruby 3.0. + * Thu Dec 3 2020 Mamoru TASAKA - 0.7.8-1 - 0.7.8