]> git.pld-linux.org Git - packages/pdns.git/commitdiff
- updated to 3.1 auto/th/pdns-3_1-1
authorŁukasz Kieś <kiesiu@pld-linux.org>
Tue, 8 May 2012 11:36:40 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    configure.ac.patch -> 1.2
    pdns.spec -> 1.82

configure.ac.patch
pdns.spec

index 49f77a25ff2bfbbdfe940aa92e6425dd3d4fa33e..a3695cb37e5c6ced404ef0cfad09d2330575c435 100644 (file)
@@ -1,14 +1,7 @@
 diff -uNr pdns-3.0/configure.ac pdns-3.0.new/configure.ac
 --- pdns-3.0/configure.ac      2011-07-22 13:23:23.000000000 +0200
 +++ pdns-3.0.new/configure.ac  2011-11-28 13:07:27.437416499 +0100
-@@ -26,13 +26,13 @@
- dnl Check for lua
- AC_MSG_CHECKING(if with lua)
--AC_ARG_WITH(lua, AC_HELP_STRING([--with-lua],[lua]), WITH_LUA=$withval],[WITH_LUA=yes])
-+AC_ARG_WITH(lua, AC_HELP_STRING([--with-lua],[lua]), [WITH_LUA=$withval],[WITH_LUA=yes])
- AC_MSG_RESULT($WITH_LUA)
+@@ -32,7 +32,7 @@
  if test "$WITH_LUA" != "no"; then
   # try pkgconfig
   if test "$WITH_LUA" = "yes"; then
index b9f4d8178e0d54fc16ab00701284c86620287d50..87f29abdef1d709c9821a1a1aca2f0e317952823 100644 (file)
--- a/pdns.spec
+++ b/pdns.spec
@@ -1,12 +1,12 @@
 Summary:       PowerDNS is a Versatile Database Driven Nameserver
 Summary(pl.UTF-8):     PowerDNS to wielofunkcyjny serwer nazw korzystający z relacyjnych baz danych
 Name:          pdns
-Version:       3.0.1
-Release:       2
+Version:       3.1
+Release:       1
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz
-# Source0-md5: a67763b2b45d9f3504a24607c5b4068d
+# Source0-md5: 7dedae65403b31a795b2d53a512947fd
 Source1:       http://downloads.powerdns.com/documentation/%{name}.pdf
 # Source1-md5: cb69cd9655e4cb319c66adb2c733314d
 Source2:       http://downloads.powerdns.com/documentation/%{name}.txt
This page took 0.159386 seconds and 4 git commands to generate.