From 45e2501ce3d6970c0576e7c37e3a0678e63006b5e9e5bca825bf5f35bbb315e7 Mon Sep 17 00:00:00 2001
From: Ana Guerrero <ana.guerrero+factory@suse.com>
Date: Tue, 17 Oct 2023 18:22:26 +0000
Subject: [PATCH] Accepting request 1117940 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1117940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=248
---
 ncurses-6.4-patches.tar.bz2 |  4 ++--
 ncurses-6.4.dif             |  4 ++--
 ncurses.changes             | 43 +++++++++++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+), 4 deletions(-)

diff --git a/ncurses-6.4-patches.tar.bz2 b/ncurses-6.4-patches.tar.bz2
index 2173d87..a67b55d 100644
--- a/ncurses-6.4-patches.tar.bz2
+++ b/ncurses-6.4-patches.tar.bz2
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:17c14f12518cc85f905eaedf3e3b49c97451b5872c5ffde21e77e3f7c1ada41b
-size 1098550
+oid sha256:b87f2414fa0cb4a1378a576a58a7539ae01686fa639607ddfdef1994f52feaab
+size 1370280
diff --git a/ncurses-6.4.dif b/ncurses-6.4.dif
index d29e46e..8a25306 100644
--- a/ncurses-6.4.dif
+++ b/ncurses-6.4.dif
@@ -367,7 +367,7 @@
  ttys.5				ttys.4
 --- man/ncurses.3x
 +++ man/ncurses.3x	2023-07-03 07:58:55.716619576 +0000
-@@ -142,6 +142,10 @@ after the shell environment variable \fB
+@@ -141,6 +141,10 @@ after the shell environment variable \fB
  \fB@TSET@(1)\fP is usually responsible for doing this.
  [See \fBterminfo\fP(\*n) for further details.]
  .SS Datatypes
@@ -787,7 +787,7 @@
  
 --- ncurses/tinfo/lib_setup.c
 +++ ncurses/tinfo/lib_setup.c	2023-01-23 13:00:47.043268809 +0000
-@@ -613,6 +613,9 @@ _nc_locale_breaks_acs(TERMINAL *termp)
+@@ -745,6 +745,9 @@ _nc_locale_breaks_acs(TERMINAL *termp)
      } else if ((value = tigetnum("U8")) >= 0) {
  	result = value;		/* use extension feature */
      } else if ((env = getenv("TERM")) != 0) {
diff --git a/ncurses.changes b/ncurses.changes
index f408c19..9c5c39b 100644
--- a/ncurses.changes
+++ b/ncurses.changes
@@ -1,3 +1,46 @@
+-------------------------------------------------------------------
+Mon Oct  9 07:54:55 UTC 2023 - Dr. Werner Fink <werner@suse.de>
+
+- Add ncurses patch 20231007
+  + improve loop-limit for get_position().
+  + improve manual description of immedok (Debian #1053603).
+  + fix a few formatting issues with manpages (Debian #1053123).
+  + improve formatting/style of manpages (patches by Branden Robinson).
+
+-------------------------------------------------------------------
+Wed Oct  4 11:04:50 UTC 2023 - Dr. Werner Fink <werner@suse.de>
+
+- Add ncurses patch 20231001
+  + modify setupterm to provide for using ANSI cursor-position report (in
+    user6/user7 terminfo capabilities) to obtain screensize if neither
+    environment variables or ioctl is used.  The ncurses test-program
+    with options "-E -T" demonstrates this feature.
+  + improve error messages in tic (patch by Branden Robinson).
+  + improve formatting/style of manpages (patches by Branden Robinson).
+  + modify test/clip_printw.c to optionally test non-wrapped updates.
+  + fix reallocation loop for vsnprintf() in _nc_sprintf_string() by
+    copying the va_list variable (patch by Ian Abbott).
+- Add ncurses patch 20230923
+  + improve formatting of manpages (patches by Branden Robinson).
+  + amend change to delscreen() to limit the windows which it creates to
+    just those associated with the screen (report by Frederic Boiteux,
+    cf: 20220813).
+
+-------------------------------------------------------------------
+Tue Sep 19 14:23:34 UTC 2023 - Dr. Werner Fink <werner@suse.de>
+
+- Add ncurses patch 20230918
+  + new tarball/errata (report by Sven Joachim).
+- Add ncurses patch 20230917
+  + improve formatting of manpages (integrated patches by Branden
+    Robinson).
+  + correct limit for name-length in write_entry.c (report/testcase by
+    Luna Saphie Mittelbach).
+  + limit delays to 30 seconds, i.e., padding delays in terminfo, as well
+    as napms() and delay_output() functions.
+  + improve a few pointer-checks.
+  + improve parsing in _nc_msec_cost, allowing a single decimal point.
+
 -------------------------------------------------------------------
 Tue Sep 12 08:44:25 UTC 2023 - Dr. Werner Fink <werner@suse.de>