forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=176
This commit is contained in:
parent
dd85afdb61
commit
0ccdbc7d09
@ -17,9 +17,9 @@
|
||||
+++ configure 2013-09-30 09:17:52.000000000 +0000
|
||||
@@ -6526,6 +6526,7 @@ else
|
||||
fi;
|
||||
echo "$as_me:6527: result: $with_overwrite" >&5
|
||||
echo "$as_me:6733: result: $with_overwrite" >&5
|
||||
echo "${ECHO_T}$with_overwrite" >&6
|
||||
+WITH_OVERWRITE="$with_overwrite"
|
||||
|
||||
echo "$as_me:6530: checking if external terminfo-database is used" >&5
|
||||
echo "$as_me:6736: checking if external terminfo-database is used" >&5
|
||||
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:819622fd8f7c7c8bb81d07b66e4c4cb6959d66fa1b52c161e10714a15f4c72bb
|
||||
size 3932515
|
||||
oid sha256:b74054c244a34d6453d17f8ad0e4954d5b4c625dc022d81414e2160542cb75ae
|
||||
size 4015619
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 13:13:16 UTC 2014 - werner@suse.de
|
||||
|
||||
- Add ncurses patch 20141115
|
||||
+ improve description of limits for color values and color pairs in
|
||||
curs_color.3x (prompted by patch by Tim van der Molen).
|
||||
+ add VERSION file, using first field in that to record the ABI version
|
||||
used for configure --with-libtool --disable-libtool-version
|
||||
+ add configure options for applying the ".map" and ".sym" files to
|
||||
the ncurses, form, menu and panel libraries.
|
||||
+ add ".map" and ".sym" files to show exported symbols, e.g., for
|
||||
symbol-versioning.
|
||||
- Add ncurses patch 20141101
|
||||
+ improve strict compiler-warnings by adding a cast in TRACE_RETURN
|
||||
and making a new TRACE_RETURN1 macro for cases where the cast does
|
||||
not apply.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 08:44:14 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -454,6 +454,9 @@ sed -ri '/^iTerm/{s@iterm\|@@}' misc/terminfo.src
|
||||
--disable-tic-depends \
|
||||
--with-cxx-shared \
|
||||
--with-ticlib=tic \
|
||||
%if 0%{?suse_version} > 1320
|
||||
--with-versioned-syms \
|
||||
%endif
|
||||
--enable-pc-files \
|
||||
--with-pkg-config-libdir=%{_libdir}/pkgconfig
|
||||
kill $pid
|
||||
|
Loading…
Reference in New Issue
Block a user