Hello community,

here is the log from the commit of package tcsh for openSUSE:Factory checked in 
at 2011-11-16 17:21:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcsh (Old)
 and      /work/SRC/openSUSE:Factory/.tcsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcsh", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes        2011-09-23 
12:47:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tcsh.new/tcsh.changes   2011-11-16 
17:22:54.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Nov 16 11:12:23 UTC 2011 - [email protected]
+
+- Use libtinfo if available otherwise libncurses (required due
+  bnc #729226)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tcsh-6.17.02.dif ++++++
--- /var/tmp/diff_new_pack.ZqWE1O/_old  2011-11-16 17:22:59.000000000 +0100
+++ /var/tmp/diff_new_pack.ZqWE1O/_new  2011-11-16 17:22:59.000000000 +0100
@@ -1,12 +1,3 @@
---- .pkgextract
-+++ .pkgextract        2006-04-25 12:58:31.000000000 +0000
-@@ -0,0 +1,6 @@
-+patch -p0 -s --suffix=.spell     < ../tcsh-6.15.00-spelling.dif
-+patch -p0 -s --suffix=.utf8      < ../tcsh-6.15.00-utf8.dif
-+patch -p0 -s --suffix=.pipe      < ../tcsh-6.15.00-pipe.dif
-+patch -p0 -s --suffix=.longjmp   < ../tcsh-6.15.00-longjmp.dif
-+patch -p0 -s --suffix=.normcmd   < ../tcsh-6.15.00-norm-cmd.dif
-+patch -p0 -s --suffix=.history   < ../tcsh-6.15.00-history.dif
 --- Makefile.in
 +++ Makefile.in        2006-04-25 12:58:31.000000000 +0000
 @@ -591,12 +591,12 @@ vgrind:
@@ -160,6 +151,28 @@
  # ifndef __GNUC__
  #  define RCSID(id) static char *rcsid = (id);
  # else
+--- configure
++++ configure  2011-11-16 10:49:20.000000000 +0000
+@@ -3654,7 +3654,7 @@ return tgetent ();
+   return 0;
+ }
+ _ACEOF
+-for ac_lib in '' termlib termcap curses ncurses; do
++for ac_lib in '' termlib termcap tinfo curses ncurses; do
+   if test -z "$ac_lib"; then
+     ac_res="none required"
+   else
+--- configure.in
++++ configure.in       2011-11-16 10:49:09.000000000 +0000
+@@ -281,7 +281,7 @@ fi
+ dnl Checks for libraries
+ AC_SEARCH_LIBS(crypt, crypt)
+ AC_SEARCH_LIBS(getspnam, sec)
+-AC_SEARCH_LIBS(tgetent, termlib termcap curses ncurses)
++AC_SEARCH_LIBS(tgetent, termlib termcap tinfo curses ncurses)
+ AC_SEARCH_LIBS(gethostbyname, nsl)
+ AC_SEARCH_LIBS(connect, socket)
+ AM_ICONV
 --- glob.h
 +++ glob.h     2006-04-25 12:58:31.000000000 +0000
 @@ -72,6 +72,7 @@ typedef struct {

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to