Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2014-06-25 11:47:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncurses (Old)
 and      /work/SRC/openSUSE:Factory/.ncurses.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncurses"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2014-05-28 
06:43:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes     2014-06-25 
11:47:32.000000000 +0200
@@ -1,0 +2,50 @@
+Tue Jun 24 12:40:25 UTC 2014 - [email protected]
+
+- Remove the iterm link to iTerm.app terminal entry as there is already
+  an iterm entry from an other package
+- Add ncurses patch 20140621
+  + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
+    conflict with the static library (report by Ben Lentz).
+  + document RPATH_LIST in INSTALLATION file, as part of workarounds for
+    upgrading an ncurses library using the "--with-shared" option.
+  + modify test/ncurses.c c/C tests to cycle through subsets of the
+    total number of colors, to better illustrate 8/16/88/256-colors by
+    providing directly comparable screens.
+  + add test/dots_curses.c, for comparison with the low-level examples.
+
+-------------------------------------------------------------------
+Mon Jun 16 11:21:55 UTC 2014 - [email protected]
+
+- Add ncurses patch 20140614
+  + fix dereference before null check found by Coverity in tic.c 
+    (cf: 20140524).
+  + fix sign-extension bug in read_entry.c which prevented "toe" from
+    reading empty "screen+italics" entry.
+  + modify sgr for screen.xterm-new to support dim capability -TD
+  + add dim capability to nsterm+7 -TD
+  + cancel dim capability for iterm -TD
+  + add dim, invis capabilities to vte-2012 -TD
+  + add sitm/ritm to konsole-base and mlterm3 -TD
+- Add ncurses patch 20140609
+  > fix regression in screen terminfo entries (reports by Christian
+    Ebert, Gabriele Balducci) -TD
+  + revert the change to screen; see notes for why this did not work -TD
+  + cancel sitm/ritm for entries which extend "screen", to work around
+    screen's hardcoded behavior for SGR 3 -TD
+- Add ncurses patch 20140607
+  + separate masking for sgr in vidputs from sitm/ritm, which do not
+    overlap with sgr functionality.
+  + remove unneeded -i option from adacurses-config; put -a in the -I
+    option for consistency (patch by Pascal Pignard).
+  + update xterm-new to patch #305 -TD
+  + change format of test-scripts for Debian Ada95 and ncurses-examples
+    packages to quilted to work around Debian #700177 (cf: 20130907).
+  + build fix for form_driver_w.c as part of ncurses-examples package for
+    older ncurses than 20131207.
+  + add Hello World example to adacurses-config manpage.
+  + remove unused --enable-pc-files option from Ada95/configure.
+  + add --disable-gnat-projects option for testing.
+  + revert changes to Ada95 project-files configuration (cf: 20140524).
+  + corrected usage message in adacurses-config.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ncurses.spec ++++++
--- /var/tmp/diff_new_pack.v0V3Sb/_old  2014-06-25 11:47:33.000000000 +0200
+++ /var/tmp/diff_new_pack.v0V3Sb/_new  2014-06-25 11:47:33.000000000 +0200
@@ -262,6 +262,7 @@
 %setup -q -n ncurses-%{version}
 rm -fr tack
 rm -f  Ada95/src/terminal_interface-curses.adb
+rm -f  Ada95/src/library.gpr
 rm -f  mkinstalldirs
 tar Oxfj %{S:1} | patch -p1 -s
 tar  xfj %{S:5}
@@ -275,6 +276,8 @@
 rm -vf mkdirs.sh
 rm -vf tar-copy.sh
 rm -vf mk-dlls.sh
+# Remove iterm link to iTerm.app
+sed -ri '/^iTerm/{s@iterm\|@@}' misc/terminfo.src
 
 %build
 %global _configure     screen -L -D -m ./configure

++++++ ncurses-5.9-overwrite.dif ++++++
--- /var/tmp/diff_new_pack.v0V3Sb/_old  2014-06-25 11:47:33.000000000 +0200
+++ /var/tmp/diff_new_pack.v0V3Sb/_new  2014-06-25 11:47:33.000000000 +0200
@@ -12,9 +12,9 @@
 +++ configure  2013-09-30 09:17:51.710735838 +0000
 @@ -6390,6 +6390,7 @@ else
  fi;
- echo "$as_me:6391: result: $with_overwrite" >&5
+ echo "$as_me:6392: result: $with_overwrite" >&5
  echo "${ECHO_T}$with_overwrite" >&6
 +WITH_OVERWRITE="$with_overwrite"
  
- echo "$as_me:6394: checking if external terminfo-database is used" >&5
+ echo "$as_me:6395: checking if external terminfo-database is used" >&5
  echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6

++++++ ncurses-5.9-patches.tar.bz2 ++++++
++++ 29996 lines of diff (skipped)

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

Reply via email to