SHA256
1
0
forked from pool/ncurses

Add ncurses patch 20200215

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=465
This commit is contained in:
Dr. Werner Fink 2020-02-17 09:52:30 +00:00 committed by Git OBS Bridge
parent 226c5dc2ac
commit 417a441480
3 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b89b3922f77abd15e654afc5ea1b2c8c8820302335bac4ea76c86c68fdb1492
size 229
oid sha256:9baa9af598a438ab2ff39172f40f63a52604067983c033a811a9d591224a2689
size 10048

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 17 08:37:54 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20200215
+ improve manual page for panel library, extending the portability
section as well as documenting error-returns.
+ show tic's version when installing terminal database in run_tic.sh
+ correct check for gcc vs other compilers used in ncurses 6.0, from
FreeBSD patch by Kyle Evans (cf: 20150725).
+ add notes for 6.2 to INSTALL.
-------------------------------------------------------------------
Wed Feb 12 10:55:11 UTC 2020 - Dr. Werner Fink <werner@suse.de>

View File

@ -1044,7 +1044,13 @@ includedir5=%{_incdir}/ncurses5' "$pc"
sed "s@^%{buildroot}@@g" | \
grep -v -F -x -f default.list -f screen.list -f iterm.list \
> extension.list
#
# Remove backward compatibilty link if any
#
rm -f %{buildroot}%{_prefix}/lib/terminfo
#
# Store pkg-config files
#
cp -p pc/*.pc %{buildroot}%{_libdir}/pkgconfig/
%if 0%{?qemu_user_space_build:1}%{?_crossbuild}