From a8bc0af3085d5bd373146dd7a30d625ee53140f4 Mon Sep 17 00:00:00 2001 From: Ruben Date: Jul 25 2011 16:58:23 +0000 Subject: Upstream released new version --- diff --git a/.gitignore b/.gitignore index 0e40640..b89687c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ pdns-2.9.22.tar.gz /pdns-3.0-pre.20110327.2103.tar.gz /pdns-3.0-rc2.tar.gz /pdns-3.0-rc3.tar.gz +/pdns-3.0.tar.gz diff --git a/pdns.spec b/pdns.spec index 9b2f517..2355b84 100644 --- a/pdns.spec +++ b/pdns.spec @@ -1,14 +1,12 @@ -%global alphatag rc3 - Summary: A modern, advanced and high performance authoritative-only nameserver Name: pdns Version: 3.0 -Release: 5.%{alphatag}%{?dist} +Release: 6%{?dist} Group: System Environment/Daemons License: GPLv2 URL: http://powerdns.com -Source0: http://downloads.powerdns.com/releases/%{name}-%{version}-%{alphatag}.tar.gz +Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz Source1: pdns.service Patch0: pdns-fix-mongo-backend.patch Patch1: pdns-fix-lua-detection.patch @@ -92,7 +90,7 @@ This package contains the MongoDB backend for %{name} %prep -%setup -q -n %{name}-%{version}-%{alphatag} +%setup -q %patch0 -p1 -b .fixmongo %patch1 -p1 -b .fixlua @@ -224,6 +222,9 @@ fi %changelog +* Mon Jul 25 2011 Ruben Kerkhof 3.0-6 +- Upstream released new version + * Wed Jul 20 2011 Ruben Kerkhof 3.0-5.rc3 - New release candidate - Add MongoDB backend diff --git a/sources b/sources index 855f530..8dcd07b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c77a88084c6d33c3b028482c511f80a4 pdns-3.0-rc3.tar.gz +dce3855707a1a02c1d1893242f33960a pdns-3.0.tar.gz