Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package notcurses for openSUSE:Factory 
checked in at 2025-09-22 16:41:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notcurses (Old)
 and      /work/SRC/openSUSE:Factory/.notcurses.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notcurses"

Mon Sep 22 16:41:17 2025 rev:25 rq:1306534 version:3.0.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/notcurses/notcurses.changes      2025-02-05 
17:36:51.031557413 +0100
+++ /work/SRC/openSUSE:Factory/.notcurses.new.27445/notcurses.changes   
2025-09-22 16:42:05.999512708 +0200
@@ -1,0 +2,20 @@
+Thu Sep 18 19:44:14 UTC 2025 - Martin Hauke <[email protected]>
+
+- Update to version 3.0.16
+  * Fixes bugs in the input layer and in scrolling (#2875, #2878).
+- Update to version 3.0.15
+  * Fixes a bug on FreeBSD which could cause us to stop processing
+    input.
+- Update to version 3.0.14
+  * ncplane_family_destroy() has been added to the API.
+  * Added some foot capabilities. Recognize ghostty and bless its
+    quadrants/sextants implementations.
+  * A bug introduced sometime in 2022 that caused unpredictable
+    hangs on exit was resolved (#2837).
+  * Fix bug where we core out if printing a tab at the end of an
+    ncplane whose x dimension is not a multiple of the tab stop.
+  * Require CMake 3.21 (vs 3.14) and C17 (vs C11).
+- Update patch:
+  * notcurses-3.0.8-skip-xray.diff
+
+-------------------------------------------------------------------

Old:
----
  notcurses-3.0.13.tar.gz

New:
----
  notcurses-3.0.16.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ notcurses.spec ++++++
--- /var/tmp/diff_new_pack.SiwAfS/_old  2025-09-22 16:42:07.663582625 +0200
+++ /var/tmp/diff_new_pack.SiwAfS/_new  2025-09-22 16:42:07.695583970 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package notcurses
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 # Copyright (c) 2020-2025, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,7 +24,7 @@
 %bcond_without  pandoc
 %endif
 Name:           notcurses
-Version:        3.0.13
+Version:        3.0.16
 Release:        0
 Summary:        Character graphics and TUI library
 License:        Apache-2.0

++++++ notcurses-3.0.13.tar.gz -> notcurses-3.0.16.tar.gz ++++++
/work/SRC/openSUSE:Factory/notcurses/notcurses-3.0.13.tar.gz 
/work/SRC/openSUSE:Factory/.notcurses.new.27445/notcurses-3.0.16.tar.gz differ: 
char 15, line 1

++++++ notcurses-3.0.8-skip-xray.diff ++++++
--- /var/tmp/diff_new_pack.SiwAfS/_old  2025-09-22 16:42:07.947594558 +0200
+++ /var/tmp/diff_new_pack.SiwAfS/_new  2025-09-22 16:42:07.959595063 +0200
@@ -1,7 +1,7 @@
-Index: notcurses-3.0.8/src/demo/demo.c
-===================================================================
---- notcurses-3.0.8.orig/src/demo/demo.c
-+++ notcurses-3.0.8/src/demo/demo.c
+diff --git a/src/demo/demo.c b/src/demo/demo.c
+index 7b11509..f6ee0aa 100644
+--- a/src/demo/demo.c
++++ b/src/demo/demo.c
 @@ -20,7 +20,7 @@ static char *datadir;
  static int democount;
  static demoresult* results;
@@ -9,6 +9,6 @@
 -static const char DEFAULT_DEMO[] = "ixetunchdmbkywjgarvlsfqzo";
 +static const char DEFAULT_DEMO[] = "ietunchdmbkywjgarvlsfqzo";
  
- atomic_bool interrupted = ATOMIC_VAR_INIT(false);
+ atomic_bool interrupted = false;
  // checked following demos, whether aborted, failed, or otherwise
 

Reply via email to