From 6dc01f5a0d05909c4de2d80066e042fa199d9297 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mar 25 2018 23:14:20 +0000 Subject: Re-rebuild against Erlang 20. Signed-off-by: Randy Barlow --- diff --git a/erlang-fast_xml.spec b/erlang-fast_xml.spec index 446e5b8..c3ad89e 100644 --- a/erlang-fast_xml.spec +++ b/erlang-fast_xml.spec @@ -3,7 +3,7 @@ Name: erlang-%{srcname} Version: 1.1.28 -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 Summary: Fast Expat based Erlang XML parsing and manipulation library @@ -20,6 +20,7 @@ BuildRequires: erlang-p1_utils >= 1.0.10 BuildRequires: expat-devel %{?__erlang_nif_version:Requires: %{__erlang_nif_version}} +Requires: erlang-p1_utils >= 1.0.10 %description @@ -57,6 +58,10 @@ install -p -D -m 755 priv/lib/* --target-directory=$RPM_BUILD_ROOT%{_erllibdir}/ %changelog +* Sun Mar 25 2018 Randy Barlow - 1.1.28-4 +- Re-rebuild against Erlang 20, this time with feeling (and correct dependency detection). +- Require an explicit version of p1_utils. + * Thu Feb 22 2018 Randy Barlow - 1.1.28-3 - Rebuilt for Erlang 20.