forked from pool/ncurses
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=135
This commit is contained in:
parent
534d8b637f
commit
fa4e719645
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e0d1699b7643e0da833fd6d6283b2aabfcfbf9bd971f04dc505b2635f603be7
|
||||
size 2995342
|
||||
oid sha256:2d1b814212fd53fe57d3f1e3ef1162173879e1f1601615a761ddd7e0f7b0d613
|
||||
size 3025792
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 13:49:00 UTC 2014 - werner@suse.de
|
||||
|
||||
- Add ncurses patch 20140118
|
||||
+ apply includesubdir variable which was introduced in 20130805 to
|
||||
gen-pkgconfig.in (Debian #735782).
|
||||
- Correct spec file irarch to make S390(x) fallback terminal types
|
||||
working on S390(x)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 17:40:23 UTC 2013 - werner@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ncurses
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -322,9 +322,9 @@ rm -vf mk-dlls.sh
|
||||
test ! -f /.buildenv || . /.buildenv
|
||||
OPATH=$PATH
|
||||
%ifarch s390x s390
|
||||
FALLBK="xterm,linux,vt100,vt102"
|
||||
%else
|
||||
FALLBK="xterm,ibm327x,vt100,vt102,vt220"
|
||||
%else
|
||||
FALLBK="xterm,linux,vt100,vt102"
|
||||
%endif
|
||||
CC=gcc
|
||||
CXX=g++
|
||||
|
Loading…
Reference in New Issue
Block a user