[pdns] Update 3.4.1

Morten Stevens mstevens at fedoraproject.org
Mon Nov 3 17:21:27 UTC 2014


commit fb58e6cfbd98e5b043d75b7d413e5e56cf07aed1
Author: Morten Stevens <mstevens at imt-systems.com>
Date:   Mon Nov 3 18:21:34 2014 +0100

    Update 3.4.1

 .gitignore |    1 +
 pdns.spec  |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb8f6c1..022b336 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ pdns-2.9.22.tar.gz
 /pdns-3.4.0-rc1.tar.bz2
 /pdns-3.4.0-rc2.tar.bz2
 /pdns-3.4.0.tar.bz2
+/pdns-3.4.1.tar.bz2
diff --git a/pdns.spec b/pdns.spec
index 4ddf981..4bf5275 100644
--- a/pdns.spec
+++ b/pdns.spec
@@ -2,8 +2,8 @@
 %global backends %{nil}
 
 Name: pdns
-Version: 3.4.0
-Release: 5%{?dist}
+Version: 3.4.1
+Release: 1%{?dist}
 Summary: A modern, advanced and high performance authoritative-only nameserver
 Group: System Environment/Daemons
 License: GPLv2
@@ -175,7 +175,7 @@ This package contains the LMDB backend for %{name}
 %patch1 -p1 -b .systemd-patch
 
 %build
-export CPPFLAGS="-DLDAP_DEPRECATED"
+export CPPFLAGS="-DLDAP_DEPRECATED -DPACKAGEVERSION='\"%{version}-%{release}.fedora\"'"
 
 %configure \
 	--sysconfdir=%{_sysconfdir}/%{name} \
@@ -323,6 +323,10 @@ exit 0
 %{_libdir}/%{name}/liblmdbbackend.so
 
 %changelog
+* Mon Nov 03 2014 Morten Stevens <mstevens at imt-systems.com> - 3.4.1-1
+- Update to 3.4.1
+- Enable security status polling
+
 * Fri Oct 10 2014 Ruben Kerkhof <ruben at rubenkerkhof.com> - 3.4.0-5
 - Run the unit tests during check
 
diff --git a/sources b/sources
index 7aeb8dd..67a9e8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d60cd0789cfcb20e7277fccb89840ac7  pdns-3.4.0.tar.bz2
+3259505caeaae2a5e9baf3255be437ff  pdns-3.4.1.tar.bz2


More information about the scm-commits mailing list