From d3ea3b6c6a2d83ea878182d6fef4f82ebb166d9c Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Wed, 10 Feb 2010 00:55:58 +0000 Subject: [PATCH] rc1 git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1520 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/config-recursor.h | 2 +- pdns/dist-recursor | 2 +- pdns/pdns-recursor.spec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pdns/config-recursor.h b/pdns/config-recursor.h index 475603c4b..535b9b66c 100644 --- a/pdns/config-recursor.h +++ b/pdns/config-recursor.h @@ -1,6 +1,6 @@ #define SYSCONFDIR "/etc/powerdns/" #define LOCALSTATEDIR "/var/run/" -#define VERSION "3.2-testing" +#define VERSION "3.2-rc1" #define RECURSOR #ifndef WIN32 diff --git a/pdns/dist-recursor b/pdns/dist-recursor index 49e3c3295..05bfa2a37 100755 --- a/pdns/dist-recursor +++ b/pdns/dist-recursor @@ -1,4 +1,4 @@ -VERSION=3.2-testing +VERSION=3.2-rc1 INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \ rcpgenerator.hh lock.hh dnswriter.hh dnsrecords.hh dnsparser.hh utility.hh \ diff --git a/pdns/pdns-recursor.spec b/pdns/pdns-recursor.spec index c9bb8487c..637375bc0 100644 --- a/pdns/pdns-recursor.spec +++ b/pdns/pdns-recursor.spec @@ -2,7 +2,7 @@ Buildroot: /tmp/pdns/ Name: pdns-recursor -Version: 3.1.7 +Version: 3.2rc1 Release: 1 Summary: extremely powerful and versatile recursing nameserver License: GPL @@ -18,7 +18,7 @@ AutoReqProv: no rm -rf $RPM_BUILD_ROOT export PATH=/opt/gcc-4.1.1/bin:${PATH} export LD_LIBRARY_PATH=/opt/gcc-4.1.1/lib -CC=gcc CXXFLAGS=-I/home/ahu/download/boost-06-03-30-0000/ make STATIC=semi +CC=gcc make STATIC=semi %install DESTDIR=$RPM_BUILD_ROOT make install -- 2.40.0