From 1de54123e34e77e092a663742cb4dc9c8eca0a3d Mon Sep 17 00:00:00 2001 From: Randy Barlow randy@electronsweatshop.com Date: Sat, 31 Dec 2016 15:58:30 -0500 Subject: Update to 1.0.7 (#1398612).
--- .gitignore | 1 + erlang-fast_yaml.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore index 58c55e7..ba87813 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /1.0.4.tar.gz /1.0.5.tar.gz /1.0.6.tar.gz +/1.0.7.tar.gz diff --git a/erlang-fast_yaml.spec b/erlang-fast_yaml.spec index a947edb..b734009 100644 --- a/erlang-fast_yaml.spec +++ b/erlang-fast_yaml.spec @@ -2,7 +2,7 @@
Name: erlang-%{srcname} -Version: 1.0.6 +Version: 1.0.7 Release: 1%{?dist}
License: ASL 2.0 @@ -14,7 +14,7 @@ Provides: erlang-p1_yaml = %{version}-%{release} Obsoletes: erlang-p1_yaml < 1.0.2
BuildRequires: erlang-rebar -BuildRequires: erlang-p1_utils >= 1.0.5 +BuildRequires: erlang-p1_utils >= 1.0.6 BuildRequires: libyaml-devel
%{?__erlang_nif_version:Requires: %{__erlang_nif_version}} @@ -51,6 +51,9 @@ install -pm755 priv/lib/* $RPM_BUILD_ROOT%{_libdir}/erlang/lib/%{srcname}-%{vers
%changelog +* Sat Dec 31 2016 Randy Barlow bowlofeggs@fedoraproject.org - 1.0.7-1 +- Update to 1.0.7 (#1398612). + * Thu Sep 15 2016 Randy Barlow randy@electronsweatshop.com - 1.0.6-1 - Update to 1.0.6 (#1365097).
diff --git a/sources b/sources index 5059186..5985ad0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5fb8cc710d8cb998091b7ecf011e1ef7 1.0.6.tar.gz +SHA512 (1.0.7.tar.gz) = 7d8dfd759fb6c406cb1e514b8bf66768b52e6be726067843035b037e88fa1986a465b173ead680971457059743d42829f0a9c0d9259fd0918e07804b6fbae89f
scm-commits@lists.fedoraproject.org