forked from pool/ncurses
Update to 6.1-20191012
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=444
This commit is contained in:
parent
e1bbfd72e1
commit
0ff19ae226
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:b6d8df4715c593b4eb3982bfa31cfcfe9a157a606c5297d47437f3de3ce075c7
|
oid sha256:aa91f15bcbb81254825737ffb3bd9fb5b4fc4e3f88e20b199c8b515eea6141b4
|
||||||
size 1879736
|
size 1892656
|
||||||
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 14 10:04:05 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Avoid recursion trouble in spec file cause by undefined _lto_cflags
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 14 06:38:31 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Add ncurses patch 20191012
|
||||||
|
+ amend recent changes to ncurses*-config and pc-files to filter out
|
||||||
|
Debian linker-flags (report by Sven Joachim, cf: 20150516).
|
||||||
|
+ clarify relationship between tic, infocmp and captoinfo in manpage.
|
||||||
|
+ check for invalid hashcode in _nc_find_type_entry and
|
||||||
|
_nc_find_name_entry.
|
||||||
|
> fix several errata in tic (reports/testcases by "zjuchenyuan"):
|
||||||
|
+ check for invalid hashcode in _nc_find_entry.
|
||||||
|
+ check for missing character after backslash in fmt_entry
|
||||||
|
+ check for acsc with odd length in dump_entry in check for one-one
|
||||||
|
mapping (cf: 20060415);
|
||||||
|
+ check length when converting from old AIX box_chars_1 capability,
|
||||||
|
overlooked in changes to eliminate strcpy (cf: 20001007).
|
||||||
|
- Add ncurses patch 20191005
|
||||||
|
+ modify the ncurse*-config and pc-files to more closely match for the
|
||||||
|
-I and -l options.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 1 07:28:54 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
Tue Oct 1 07:28:54 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -314,7 +314,7 @@ mv tack-* tack
|
|||||||
%patch0 -p0 -b .p0
|
%patch0 -p0 -b .p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
|
||||||
#
|
#
|
||||||
# Note that there is a test if the system call poll(2) really works
|
# Note that there is a test if the system call poll(2) really works
|
||||||
# on terminal or files. To make sure that even in OBS the configure
|
# on terminal or files. To make sure that even in OBS the configure
|
||||||
|
Loading…
Reference in New Issue
Block a user