Dr. Werner Fink 2013-10-29 13:09:28 +00:00 committed by Git OBS Bridge
parent e4e8ad181e
commit 6e940184bb
3 changed files with 41 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9ede8962dbecf29a830aca5230da40d326d0a287f014ba498ef157a7f6d0d93
size 2859766
oid sha256:8a3964d302c46bcd0514ce1e530455d760274188e0d85da804e8dc5990abdd16
size 2898439

View File

@ -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

View File

@ -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