diff --git a/.gitignore b/.gitignore index bac4e3a..86b265b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /1.1.11.tar.gz /1.1.14.tar.gz +/1.1.15.tar.gz diff --git a/erlang-fast_xml.spec b/erlang-fast_xml.spec index a03ae6b..e4f4675 100644 --- a/erlang-fast_xml.spec +++ b/erlang-fast_xml.spec @@ -2,8 +2,8 @@ Name: erlang-%{srcname} -Version: 1.1.14 -Release: 2%{?dist} +Version: 1.1.15 +Release: 1%{?dist} License: ASL 2.0 Summary: Fast Expat based Erlang XML parsing and manipulation library @@ -15,7 +15,7 @@ Obsoletes: erlang-p1_xml < 1.1.11 BuildRequires: erlang-edoc BuildRequires: erlang-rebar -BuildRequires: erlang-p1_utils +BuildRequires: erlang-p1_utils >= 1.0.5 BuildRequires: expat-devel %{?__erlang_nif_version:Requires: %{__erlang_nif_version}} @@ -56,6 +56,9 @@ install -p -D -m 755 priv/lib/* --target-directory=$RPM_BUILD_ROOT%{_erllibdir}/ %changelog +* Thu Sep 15 2016 Randy Barlow - 1.1.15-1 +- Update to 1.1.15 (#1365096). + * Sat Jul 30 2016 Randy Barlow - 1.1.14-2 - Rebuild for Erlang 19's new nif interface (#1357387). diff --git a/sources b/sources index c248eda..1f3f5d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c832a84edaec5924d5da8a7ee2fe216 1.1.14.tar.gz +762bba0c06b1e37552a3baeab6a2a3ad 1.1.15.tar.gz