Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2013-12-02 17:02:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-10-01 
08:19:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes     2013-12-02 
17:02:03.000000000 +0100
@@ -1,0 +2,78 @@
+Fri Nov 29 12:55:49 UTC 2013 - [email protected]
+
+- Add ncurses patch 20131123
+ + minor fix for CF_GCC_WARNINGS to special-case options which are not
+   recognized by clang.
+- Add ncurses patch 20131116
+  + add special case to configure script to move _XOPEN_SOURCE_EXTENDED 
+    definition from CPPFLAGS to CFLAGS if it happens to be needed for
+    Solaris, because g++ errors with that definition (report by
+    Jean-Pierre Flori, Sage #15268).
+  + correct logic in infocmp's -i option which was intended to ignore
+    strings which correspond to function-keys as candidates for piecing
+    together initialization- or reset-strings.  The problem dates to
+    1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
+    gcc 4.8 (report by David Binderman).
+  + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding
+    checks for -Wextra, -Wignored-qualifiers and -Wlogical-op
+  + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
+    checks for -Wextra and -Wdeclaration-after-statement into the macro,
+    and adding checks for -Wignored-qualifiers, -Wlogical-op and -Wvarargs
+  + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
+    work on cdk.
+- Add ncurses patch 20131110
+  + minor cleanup of terminfo.tail
+
+-------------------------------------------------------------------
+Fri Nov 29 11:57:52 UTC 2013 - [email protected]
+
+- On S390(x) use other fallback terminal types, that is have the
+  ibm327x and vt220 available even if no terminfo-base is installed.
+
+-------------------------------------------------------------------
+Wed Nov  6 14:02:38 UTC 2013 - [email protected]
+
+- Add ncurses patch 20131102
+  + use TS extension to describe xterm's title-escapes -TD
+  + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
+  + simplify pfkey expression in ansi.sys -TD
+
+-------------------------------------------------------------------
+Tue Oct 29 12:47:19 UTC 2013 - [email protected]
+
+- Make it build even with new tar command
+- Add ncurses patch 20131027
+  + correct/simplify ifdef's for cur_term versus broken-linker and
+    reentrant options (report by Jean-Pierre Flori, cf: 20090530).
+  + modify release/version combinations in test build-scripts to make
+    them more consistent with other packages.
+- Add ncurses patch 20131019
+  + add nc_mingw.h to installed headers for MinGW port; needed for
+    compiling ncurses-examples.
+  + add rpm-script for testing cross-compile of ncurses-examples.
+- Add ncurses patch 20131014
+  + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
+- Add ncurses patch 20131012
+  + fix a few compiler warnings in progs and test.
+  + minor fix to package/debian-mingw/rules, do not strip dll's.
+  + minor fixes to configure script for empty $prefix, e.g., when doing
+    cross-compiles to MinGW.
+  + add script for building test-packages of binaries cross-compiled to
+    MinGW using NSIS.
+- Add ncurses patch 20131005
+  + minor fixes for ncurses-example package and makefile.
+  + add scripts for test-builds of cross-compiler packages for ncurses6
+    to MinGW.
+- Add ncurses patch 20130928
+  + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
+    it lacks some common functions such as use_env() which is not yet
+    addressed.
+  + build-fix and some compiler warning fixes for ncurses-examples with
+    OpenBSD 5.3
+  + fix a possible null-pointer reference in a trace message from newterm.
+  + quiet a few warnings from NetBSD 6.0 namespace pollution by
+    nonstandard popcount() function in standard strings.h header.
+  + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
+  + fix a few overlooked places for --enable-string-hacks option.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ncurses.spec ++++++
--- /var/tmp/diff_new_pack.XpNIwD/_old  2013-12-02 17:02:04.000000000 +0100
+++ /var/tmp/diff_new_pack.XpNIwD/_new  2013-12-02 17:02:04.000000000 +0100
@@ -321,7 +321,11 @@
 
     test ! -f /.buildenv || . /.buildenv
        OPATH=$PATH
+%ifarch s390x s390
       FALLBK="xterm,linux,vt100,vt102"
+%else
+      FALLBK="xterm,ibm327x,vt100,vt102,vt220"
+%endif
          CC=gcc
         CXX=g++
     CFLAGS="${RPM_OPT_FLAGS} -pipe -D_REENTRANT"
@@ -576,7 +580,7 @@
 %install
     GZIP="-9"
     export GZIP
-    (cd %{root}/; tar -cpsSf - *)|tar -xpsSf - -C %{buildroot}/
+    (cd %{root}/; tar -cpSf - *)|tar -xpsSf - -C %{buildroot}/
     rm -rf %{root}
     mkdir %{buildroot}/%{_lib}
     for model in libncurses libncursest libncursesw libncursestw libtinfo

++++++ ncurses-5.9-overwrite.dif ++++++
--- /var/tmp/diff_new_pack.XpNIwD/_old  2013-12-02 17:02:04.000000000 +0100
+++ /var/tmp/diff_new_pack.XpNIwD/_new  2013-12-02 17:02:04.000000000 +0100
@@ -10,11 +10,11 @@
  AC_ARG_ENABLE(database,
 --- configure
 +++ configure  2013-09-30 09:17:51.710735838 +0000
-@@ -6365,6 +6365,7 @@ else
+@@ -6375,6 +6375,7 @@ else
  fi;
- echo "$as_me:6366: result: $with_overwrite" >&5
+ echo "$as_me:6376: result: $with_overwrite" >&5
  echo "${ECHO_T}$with_overwrite" >&6
 +WITH_OVERWRITE="$with_overwrite"
  
- echo "$as_me:6369: checking if external terminfo-database is used" >&5
+ echo "$as_me:6379: 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 ++++++
++++ 34580 lines of diff (skipped)

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

Reply via email to