From 652f3fa496c7e0f2452a86140b4e1a81a29eabb8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 21 Dec 2016 12:15:01 -0700 Subject: [PATCH] Update to 1.6.0 --- .gitignore | 1 + sources | 2 +- unbound.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b234da8..939c908 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ unbound-1.4.5.tar.gz /unbound-1.5.8.tar.gz /unbound-1.5.9.tar.gz /unbound-1.5.10.tar.gz +/unbound-1.6.0.tar.gz diff --git a/sources b/sources index d1fd589..54ad572 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a3a236811f1ab5c1dc31974fa74e047 unbound-1.5.10.tar.gz +SHA512 (unbound-1.6.0.tar.gz) = c92adee98ef759d033ac39784796e936e292f0671a42ad455411b82a9ba552744e4a0de432ee4ac05609dc0b429b70d5ce8169c20d3d65f4acf5afc5e02822ac diff --git a/unbound.spec b/unbound.spec index 9c08749..dc528e2 100644 --- a/unbound.spec +++ b/unbound.spec @@ -20,8 +20,8 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound -Version: 1.5.10 -Release: 3%{?extra_version:.%{extra_version}}%{?dist} +Version: 1.6.0 +Release: 1%{?extra_version:.%{extra_version}}%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz @@ -441,6 +441,9 @@ popd %changelog +* Wed Dec 21 2016 Kevin Fenzi - 1.6.0-1 +- Update to 1.6.0 + * Mon Dec 19 2016 Miro HronĨok - 1.5.10-3 - Rebuild for Python 3.6