diff --git a/.cvsignore b/.cvsignore index 8a57f03..91d03f9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pdns-recursor-3.1.6.tar.bz2 +pdns-recursor-3.1.7.tar.bz2 diff --git a/pdns-recursor.spec b/pdns-recursor.spec index bffcc1c..8695c67 100644 --- a/pdns-recursor.spec +++ b/pdns-recursor.spec @@ -1,6 +1,6 @@ Summary: Modern, advanced and high performance recursing/non authoritative nameserver Name: pdns-recursor -Version: 3.1.6 +Version: 3.1.7 Release: 1%{?dist} Group: System Environment/Daemons License: GPLv2 @@ -11,11 +11,11 @@ Source1: pdns-recursor.init Patch0: pdns-recursor-fixsysconfdir.patch Patch1: pdns-recursor-fixmakefile.patch -Patch2: pdns-recursor-addheader.patch -Patch3: pdns-recursor-mremap.patch +#Patch2: pdns-recursor-addheader.patch +#Patch3: pdns-recursor-mremap.patch Provides: powerdns-recursor = %{version}-%{release} -BuildRequires: boost-devel +BuildRequires: boost-devel, lua-devel Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig, /sbin/service @@ -27,11 +27,11 @@ package if you need a dns cache for your network. %setup -q %patch0 -p1 -b .fixsysconfdir %patch1 -p1 -b .fixmakefile -%patch2 -p1 -b .addheader -%patch3 -p1 -b .mremap +#%patch2 -p1 -b .addheader +#%patch3 -p1 -b .mremap %build -make %{?_smp_mflags} CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" +LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua make %{?_smp_mflags} CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" %install %{__rm} -rf %{buildroot} @@ -79,6 +79,9 @@ fi %changelog +* Thu Jul 24 2008 Ruben Kerkhof - 3.1.7 +- Upstream released new version, now with Lua support + * Sun May 11 2008 Ruben Kerkhof - 3.1.6 - Upstream released new version diff --git a/sources b/sources index 9ecf3ee..90c3841 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6153e89070b9535778dca6b548081f02 pdns-recursor-3.1.6.tar.bz2 +e7521055f949ba8e9e77fe27411be2ed pdns-recursor-3.1.7.tar.bz2