[pdns-recursor] Update to 3.5.1

Morten Stevens mstevens at fedoraproject.org
Fri May 3 19:22:35 UTC 2013


commit 611f96a450af4c5b89b604b0335bf4905906678f
Author: Morten Stevens <mstevens at imt-systems.com>
Date:   Fri May 3 21:22:18 2013 +0200

    Update to 3.5.1

 .gitignore                        |    1 +
 pdns-recursor-fixarm32.patch      |   32 --------------------------------
 pdns-recursor-fixsysconfdir.patch |    6 +++---
 pdns-recursor.spec                |    9 +++++----
 sources                           |    2 +-
 5 files changed, 10 insertions(+), 40 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9cde4f1..a09b5f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ pdns-recursor-3.2.tar.bz2
 /pdns-recursor-3.5-rc4.tar.bz2
 /pdns-recursor-3.5-rc5.tar.bz2
 /pdns-recursor-3.5.tar.bz2
+/pdns-recursor-3.5.1.tar.bz2
diff --git a/pdns-recursor-fixsysconfdir.patch b/pdns-recursor-fixsysconfdir.patch
index d6d82de..b18cabd 100644
--- a/pdns-recursor-fixsysconfdir.patch
+++ b/pdns-recursor-fixsysconfdir.patch
@@ -1,8 +1,8 @@
---- pdns-recursor-3.5/config.h.orig	2013-04-15 09:40:40.000000000 +0200
-+++ pdns-recursor-3.5/config.h	2013-04-15 12:59:36.946996385 +0200
+--- pdns-recursor-3.5.1/config.h.orig	2013-05-03 10:17:59.000000000 +0200
++++ pdns-recursor-3.5.1/config.h	2013-05-03 21:05:56.965000678 +0200
 @@ -1,4 +1,4 @@
 -#define SYSCONFDIR "/etc/powerdns/" 
 +#define SYSCONFDIR "/etc/pdns-recursor/" 
  #define LOCALSTATEDIR "/var/run/" 
- #define VERSION "3.5"
+ #define VERSION "3.5.1"
  #define RECURSOR
diff --git a/pdns-recursor.spec b/pdns-recursor.spec
index cc34e76..39d66d2 100644
--- a/pdns-recursor.spec
+++ b/pdns-recursor.spec
@@ -1,8 +1,8 @@
 %global _hardened_build 1
 
 Name: pdns-recursor
-Version: 3.5
-Release: 2%{?dist}
+Version: 3.5.1
+Release: 1%{?dist}
 Summary: Modern, advanced and high performance recursing/non authoritative name server
 Group: System Environment/Daemons
 License: GPLv2
@@ -11,7 +11,6 @@ Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
 Source1: pdns-recursor.service
 Patch0: pdns-recursor-fixsysconfdir.patch
 Patch1: pdns-recursor-fixmakefile.patch
-Patch2: pdns-recursor-fixarm32.patch
 
 Provides: powerdns-recursor = %{version}-%{release}
 BuildRequires: boost-devel
@@ -32,7 +31,6 @@ package if you need a dns cache for your network.
 %setup -q
 %patch0 -p1 -b .fixsysconfdir
 %patch1 -p1 -b .fixmakefile
-%patch2 -p1 -b .pdns-recursor-fixarm32
 
 %build
 LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua OPTFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}" make %{?_smpflags}
@@ -86,6 +84,9 @@ exit 0
 %doc COPYING README
 
 %changelog
+* Fri May 03 2013 Morten Stevens <mstevens at imt-systems.com> - 3.5.1-1
+- Update to 3.5.1
+
 * Mon Apr 22 2013 Morten Stevens <mstevens at imt-systems.com> - 3.5-2
 - Disarm dead code that causes gcc crashes on ARM (rhbz#954192)
 
diff --git a/sources b/sources
index 45834ee..b1145ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f1ded08fc6015b5e006b52f523f0b9b  pdns-recursor-3.5.tar.bz2
+ade0748665c86dbefcea6b23bd13a79b  pdns-recursor-3.5.1.tar.bz2


More information about the scm-commits mailing list