Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/bash/bash.changes        2011-11-14 
11:49:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2011-11-16 
17:17:01.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Nov 16 11:11:21 UTC 2011 - [email protected]
+
+- Use libtinfo if available otherwise libncurses, this avoids
+  linkage against libncursesw of libreadline (required due
+  bnc #729226)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bash-4.2.dif ++++++
--- /var/tmp/diff_new_pack.g7DDDZ/_old  2011-11-16 17:17:12.000000000 +0100
+++ /var/tmp/diff_new_pack.g7DDDZ/_new  2011-11-16 17:17:12.000000000 +0100
@@ -195,7 +195,7 @@
 +RL_INCDIR=/usr/include
  
 -TERMCAP_LIB="-ltermcap"
-+TERMCAP_LIB="-lncurses"
++echo 'int main () { return 0; }' | gcc -ltinfo -o /dev/null -xc - > /dev/null 
2>&1 && TERMCAP_LIB="-ltinfo" || TERMCAP_LIB="-lncurses"
  
  # cannot rely on the presence of getopts
  while [ $# -gt 0 ]; do
@@ -211,7 +211,7 @@
 -      SHLIB_XLDFLAGS='-Wl,-rpath,$(libdir) -Wl,-soname,`basename $@ 
$(SHLIB_MINOR)`'
 +      SHLIB_XLDFLAGS='-Wl,-rpath-link,$(libdir) -Wl,-soname,`basename $@ 
$(SHLIB_MINOR)`'
        SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)'
-+      SHLIB_LIBS=-lncurses
++      echo 'int main () { return 0; }' | gcc -ltinfo -o /dev/null -xc - > 
/dev/null 2>&1 && SHLIB_LIBS=-ltinfo || SHLIB_LIBS=-lncurses
        ;;
  
  freebsd2*)

++++++ readline-6.2.dif ++++++
--- /var/tmp/diff_new_pack.g7DDDZ/_old  2011-11-16 17:17:12.000000000 +0100
+++ /var/tmp/diff_new_pack.g7DDDZ/_new  2011-11-16 17:17:12.000000000 +0100
@@ -125,7 +125,7 @@
 -      SHLIB_XLDFLAGS='-Wl,-rpath,$(libdir) -Wl,-soname,`basename $@ 
$(SHLIB_MINOR)`'
 +      SHLIB_XLDFLAGS='-Wl,-rpath-link,$(libdir) -Wl,-soname,`basename $@ 
$(SHLIB_MINOR)`'
        SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)'
-+      SHLIB_LIBS=-lncurses
++      echo 'int main () { return 0; }' | gcc -ltinfo -o /dev/null -xc - > 
/dev/null 2>&1 && SHLIB_LIBS=-ltinfo || SHLIB_LIBS=-lncurses
        ;;
  
  freebsd2*)

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

Reply via email to