forked from pool/ncurses
Updating link to change in openSUSE:Factory/ncurses revision 217.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=07e4d0b97a5d14b64a0ba423682f405f
This commit is contained in:
parent
7281ce5441
commit
44562b7975
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3f02b88a1f369723e56815fb9ccd00e47cdfa37fbaf3a5f8dd0c769d7754f72
|
||||
size 976536
|
||||
oid sha256:08eb06a6fcfc421c79d9e9d9df0f1d965d8f371bb97e11e19c4be4612c713088
|
||||
size 978080
|
||||
|
@ -1,7 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 08:13:13 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add ncurses patch 20220612
|
||||
+ modify waddch_literal() to allow for double-width base character when
|
||||
merging a combining character (report by Gavin Troy).
|
||||
+ improve _tracecchar_t2() formatting of base+combining character.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 7 08:20:21 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add ncurses patch +20220604
|
||||
- Add ncurses patch 20220604
|
||||
+ add note on portable memory-leak checking in man/curs_memleaks.3x
|
||||
+ remove u6-u9 from teken-2018 -TD
|
||||
+ set "xterm-new" to "xterm-p370", add "xterm-p371" -TD
|
||||
|
@ -27,7 +27,6 @@
|
||||
%bcond_with ada
|
||||
%bcond_with libbsd
|
||||
%bcond_with usepcre2
|
||||
%bcond_with xtermdsl
|
||||
|
||||
%if %{with onlytinfo}
|
||||
%global soname_tinfo tinfo
|
||||
@ -352,9 +351,6 @@ mv tack-* tack
|
||||
%patch2 -p0 -b .hs
|
||||
%patch0 -p0 -b .p0
|
||||
%patch3 -p1
|
||||
%if ! %{with xtermdsl}
|
||||
sed -ri '/^xterm-suse/,/use=/{s/use=xterm-new/use=xterm-p370/;}' misc/terminfo.src
|
||||
%endif
|
||||
|
||||
%build
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user