Author: baggins Date: Wed Dec 15 10:06:48 2010 GMT Module: packages Tag: HEAD ---- Log message: - 3.2.1
---- Files affected: packages/amanda: amanda-as_needed.patch (1.3 -> 1.4) , amanda.spec (1.212 -> 1.213) ---- Diffs: ================================================================ Index: packages/amanda/amanda-as_needed.patch diff -u packages/amanda/amanda-as_needed.patch:1.3 packages/amanda/amanda-as_needed.patch:1.4 --- packages/amanda/amanda-as_needed.patch:1.3 Thu May 8 16:14:29 2008 +++ packages/amanda/amanda-as_needed.patch Wed Dec 15 11:06:43 2010 @@ -1,14 +1,16 @@ ---- amanda-2.6.0/config/amanda/readline.m4~ 2008-03-25 21:23:05.000000000 +0100 -+++ amanda-2.6.0/config/amanda/readline.m4 2008-05-07 13:30:33.000000000 +0200 -@@ -38,9 +38,9 @@ - proceed="true" - ], [ - AC_CHECK_LIB(ncurses, tgetent, [ -- READLINE_LIBS="-lncurses" -+ READLINE_LIBS="-lncurses -ltinfo" - proceed="true" -- ]) -+ ], [], [-ltinfo]) - ]) - ]) - +--- amanda-3.2.1/config/amanda/readline.m4~ 2008-03-25 21:23:05.000000000 +0100 ++++ amanda-3.2.1/config/amanda/readline.m4 2008-05-07 13:30:33.000000000 +0200 +@@ -96,11 +96,11 @@ + ax_cv_lib_readline, [ + ORIG_LIBS="$LIBS" + for readline_lib in readline edit editline; do +- for termcap_lib in "" termcap curses ncurses; do ++ for termcap_lib in "" ncurses curses termcap; do + if test -z "$termcap_lib"; then + TRY_LIB="-l$readline_lib" + else +- TRY_LIB="-l$readline_lib -l$termcap_lib" ++ TRY_LIB="-l$readline_lib -l$termcap_lib -ltinfo" + fi + LIBS="$ORIG_LIBS $TRY_LIB" + AC_TRY_LINK_FUNC(readline, ax_cv_lib_readline="$TRY_LIB") ================================================================ Index: packages/amanda/amanda.spec diff -u packages/amanda/amanda.spec:1.212 packages/amanda/amanda.spec:1.213 --- packages/amanda/amanda.spec:1.212 Tue Nov 30 14:37:28 2010 +++ packages/amanda/amanda.spec Wed Dec 15 11:06:43 2010 @@ -10,12 +10,12 @@ Summary: A network-capable tape backup solution Summary(pl.UTF-8): Sieciowo zorientowany system tworzenia kopii zapasowych Name: amanda -Version: 3.2.0 +Version: 3.2.1 Release: 1 License: BSD Group: Networking/Utilities Source0: http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz -# Source0-md5: df73a318af8f04e9ad2ecb4d59dc052c +# Source0-md5: 52448420a04d27b8ce47ef397b0a7061 Source1: %{name}-srv.crontab Source2: %{name}.inetd Source3: %{name}idx.inetd @@ -671,6 +671,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.213 2010/12/15 10:06:43 baggins +- 3.2.1 + Revision 1.212 2010/11/30 13:37:28 baggins - rel 1 - amanda as such works for both client and server ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/amanda/amanda-as_needed.patch?r1=1.3&r2=1.4&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/amanda/amanda.spec?r1=1.212&r2=1.213&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
