Author: kiesiu Date: Tue May 8 11:36:45 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.1
---- Files affected: packages/pdns: configure.ac.patch (1.1 -> 1.2) , pdns.spec (1.81 -> 1.82) ---- Diffs: ================================================================ Index: packages/pdns/configure.ac.patch diff -u packages/pdns/configure.ac.patch:1.1 packages/pdns/configure.ac.patch:1.2 --- packages/pdns/configure.ac.patch:1.1 Mon Nov 28 13:25:33 2011 +++ packages/pdns/configure.ac.patch Tue May 8 13:36:40 2012 @@ -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: packages/pdns/pdns.spec diff -u packages/pdns/pdns.spec:1.81 packages/pdns/pdns.spec:1.82 --- packages/pdns/pdns.spec:1.81 Sun Mar 11 09:31:29 2012 +++ packages/pdns/pdns.spec Tue May 8 13:36:40 2012 @@ -2,12 +2,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 @@ -241,6 +241,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.82 2012/05/08 11:36:40 kiesiu +- updated to 3.1 + Revision 1.81 2012/03/11 08:31:29 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/pdns/configure.ac.patch?r1=1.1&r2=1.2 http://cvs.pld-linux.org/packages/pdns/pdns.spec?r1=1.81&r2=1.82 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
