[unbound/f21: 5/5] update to 1.5.0

Tomas Hozza thozza at fedoraproject.org
Wed Nov 19 16:47:36 UTC 2014


commit 6cdcf55a00ba4e098e6edac252863c7176999fba
Author: Tomas Hozza <thozza at redhat.com>
Date:   Wed Nov 19 17:41:10 2014 +0100

    update to 1.5.0
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 .gitignore                                         |    1 +
 sources                                            |    2 +-
 ...segfault_caused_by_i_with_module_iterator.patch |  122 -----
 unbound-1.4.22-flushcache.patch                    |  131 ------
 unbound-1.4.22-python3.patch                       |  482 --------------------
 unbound.spec                                       |   13 +-
 6 files changed, 7 insertions(+), 744 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b13b4ec..b488ed9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ unbound-1.4.5.tar.gz
 /unbound-1.4.20.tar.gz
 /unbound-1.4.21.tar.gz
 /unbound-1.4.22.tar.gz
+/unbound-1.5.0.tar.gz
diff --git a/sources b/sources
index 53856f5..76ce31b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59728c74fef8783f8bad1d7451eba97f  unbound-1.4.22.tar.gz
+5c14ce292564a66e6041f149398309e9  unbound-1.5.0.tar.gz
diff --git a/unbound.spec b/unbound.spec
index e134e0e..5393a79 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -18,8 +18,8 @@
 
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
-Version: 1.4.22
-Release: 6%{?dist}
+Version: 1.5.0
+Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -40,10 +40,6 @@ Source13: root.anchor
 Source14: unbound.sysconfig
 Source15: unbound.cron
 Source16: unbound-munin.README
-Patch1: unbound-1.4.22-flushcache.patch
-# Support building with Python 3.x
-# https://bugzilla.redhat.com/show_bug.cgi?id=1115489
-Patch2: unbound-1.4.22-python3.patch
 
 Group: System Environment/Daemons
 BuildRequires: flex, openssl-devel
@@ -117,8 +113,6 @@ Python modules and extensions for unbound
 
 %prep
 %setup -q 
-%patch1 -p1
-%patch2 -p1
 
 %build
 # This is needed to rebuild the configure script to support Python 3.x
@@ -296,6 +290,9 @@ exit 0
 /bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || :
 
 %changelog
+* Wed Nov 19 2014 Tomas Hozza <thozza at redhat.com> - 1.5.0-1
+- update to 1.5.0
+
 * Wed Sep 24 2014 Pavel Šimerda <psimerda at redhat.com> - 1.4.22-6
 - Resolves: #1115489 - build with python 3.x for fedora >= 22
 


More information about the scm-commits mailing list