From 6e940184bb268ca9703f9c9b46af3daebae84af4c42d933a362df5c49314ace4 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 29 Oct 2013 13:09:28 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=126 --- ncurses-5.9-patches.tar.bz2 | 4 ++-- ncurses.changes | 38 +++++++++++++++++++++++++++++++++++++ ncurses.spec | 2 +- 3 files changed, 41 insertions(+), 3 deletions(-) diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 2f81c9e..26ad67d 100644 --- a/ncurses-5.9-patches.tar.bz2 +++ b/ncurses-5.9-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c9ede8962dbecf29a830aca5230da40d326d0a287f014ba498ef157a7f6d0d93 -size 2859766 +oid sha256:8a3964d302c46bcd0514ce1e530455d760274188e0d85da804e8dc5990abdd16 +size 2898439 diff --git a/ncurses.changes b/ncurses.changes index 2f844b9..a70b77b 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Oct 29 12:47:19 UTC 2013 - werner@suse.de + +- 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. + ------------------------------------------------------------------- Mon Sep 30 08:47:17 UTC 2013 - werner@suse.de diff --git a/ncurses.spec b/ncurses.spec index a9558b1..4ed9013 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -576,7 +576,7 @@ rm -vf mk-dlls.sh %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