diff --git a/ncurses-6.2-patches.tar.bz2 b/ncurses-6.2-patches.tar.bz2 index df57034..83acd9e 100644 --- a/ncurses-6.2-patches.tar.bz2 +++ b/ncurses-6.2-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b89b3922f77abd15e654afc5ea1b2c8c8820302335bac4ea76c86c68fdb1492 -size 229 +oid sha256:9baa9af598a438ab2ff39172f40f63a52604067983c033a811a9d591224a2689 +size 10048 diff --git a/ncurses.changes b/ncurses.changes index faeff65..154de9e 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Feb 17 08:37:54 UTC 2020 - Dr. Werner Fink + +- 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 diff --git a/ncurses.spec b/ncurses.spec index 517cd24..49d91d2 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -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}