forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=186
This commit is contained in:
parent
dae1d44a9a
commit
5724230a00
@ -17,9 +17,9 @@
|
||||
+++ configure 2013-09-30 09:17:52.000000000 +0000
|
||||
@@ -6799,6 +6799,7 @@ else
|
||||
fi;
|
||||
echo "$as_me:6811: result: $with_overwrite" >&5
|
||||
echo "$as_me:6892: result: $with_overwrite" >&5
|
||||
echo "${ECHO_T}$with_overwrite" >&6
|
||||
+WITH_OVERWRITE="$with_overwrite"
|
||||
|
||||
echo "$as_me:6814: checking if external terminfo-database is used" >&5
|
||||
echo "$as_me:6895: 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:22383b63c79e9f834a11f5a56c2374b030394236296f90e7ea6385bb54acfa07
|
||||
size 4257493
|
||||
oid sha256:6567b617700c9c45af605504142b45f6988e89f4621fae055021c53de32cc7a5
|
||||
size 4297826
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 09:44:16 UTC 2015 - werner@suse.de
|
||||
|
||||
- Add ncurses patch 20150124
|
||||
+ add configure check to determine if "local: _*;" can be used in the
|
||||
".map" files to selectively omit symbols beginning with "_". On at
|
||||
least recent FreeBSD, the wildcard applies to all "_" symbols.
|
||||
+ remove obsolete/conflicting rule for ncurses.map from
|
||||
ncurses/Makefile.in (cf: 20130706).
|
||||
- Apply symbol versioning only for SUSE version greater that 1320
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 15:58:08 UTC 2015 - werner@suse.de
|
||||
|
||||
|
@ -17,7 +17,11 @@
|
||||
|
||||
|
||||
%bcond_with hasheddb
|
||||
%if 0%{?suse_version} > 1320
|
||||
%bcond_without symversion
|
||||
%else
|
||||
%bcond_with symversion
|
||||
%endif
|
||||
|
||||
Name: ncurses
|
||||
#!BuildIgnore: terminfo
|
||||
|
Loading…
Reference in New Issue
Block a user