From 94a57d9112f4c9b74616e7b72919702fce63ff96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 15 Dec 2010 10:06:43 +0000 Subject: [PATCH] - 3.2.1 Changed files: amanda-as_needed.patch -> 1.4 amanda.spec -> 1.213 --- amanda-as_needed.patch | 30 ++++++++++++++++-------------- amanda.spec | 4 ++-- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/amanda-as_needed.patch b/amanda-as_needed.patch index 2608233..8dbaa01 100644 --- a/amanda-as_needed.patch +++ b/amanda-as_needed.patch @@ -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") diff --git a/amanda.spec b/amanda.spec index d7aed2c..f022d02 100644 --- a/amanda.spec +++ b/amanda.spec @@ -9,12 +9,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 -- 2.44.0