Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dialog for openSUSE:Factory checked 
in at 2025-09-14 18:49:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dialog (Old)
 and      /work/SRC/openSUSE:Factory/.dialog.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dialog"

Sun Sep 14 18:49:26 2025 rev:44 rq:1304325 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/dialog/dialog.changes    2024-06-06 
12:30:37.144097566 +0200
+++ /work/SRC/openSUSE:Factory/.dialog.new.1977/dialog.changes  2025-09-14 
18:50:08.450009455 +0200
@@ -1,0 +2,29 @@
+Fri Sep 12 13:34:12 UTC 2025 - Dr. Werner Fink <[email protected]>
+
+- Update to version 1.3-20250817:
+  + amend macros for temporarily disabling --no-tags in buildlist and
+    treeview to allow --no-items (report/testcase by Maksym Telychko).
+  + configure script fixes for compiler warnings
+  + modify dialog-config.in to allow for include-subdirectory.
+  + update configure script macros for changes made with Cdk.
+  + use $ LIB_ROOTNAME, e.g., set by --with-libname, in generating
+    *-config and ".pc" files
+  + further improvements to matching output from *-config and ".pc"
+  + improve gen-pkgconfig.in to mark the screen library, e.g., ncurses,
+    as "Required" and filter the cflags/libs from required packages out
+    of the ".pc" file, because pkg-config will add those automatically.
+  + fix some gcc15 strict compiler warnings
+  + configure script fixes for compiler warnings
+  + update config.guess, config.sub
+  + modify configure script to ease deprecation of libtool-bin package
+    (Debian #1071581).
+  + update dialog.map, dialog.sym for 2023/10/02 changes.
+  + improve dialog-config.in,
+    + suppressing several special cases of linker options, and
+    + adding support for --cflags-only-I, --cflags-only-other
+  + fix a few cppcheck warnings
+  + improvements to NLS configuration.
+  + add configure check for PIC vs PIE, needed for linking to libraries
+    which lack pkg-config scripts to specify LDFLAGS.
+
+-------------------------------------------------------------------

Old:
----
  dialog-1.3-20240307.tgz
  dialog-1.3-20240307.tgz.asc

New:
----
  dialog-1.3-20250817.tgz
  dialog-1.3-20250817.tgz.asc

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

Other differences:
------------------
++++++ dialog.spec ++++++
--- /var/tmp/diff_new_pack.mKzXSI/_old  2025-09-14 18:50:09.150038790 +0200
+++ /var/tmp/diff_new_pack.mKzXSI/_new  2025-09-14 18:50:09.154038957 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dialog
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define src_date 20240307
+%define src_date 20250817
 %define somajor 15
 Name:           dialog
 Version:        1.3

++++++ dialog-1.2-20121230.dif ++++++
--- /var/tmp/diff_new_pack.mKzXSI/_old  2025-09-14 18:50:09.178039962 +0200
+++ /var/tmp/diff_new_pack.mKzXSI/_new  2025-09-14 18:50:09.182040130 +0200
@@ -2,15 +2,15 @@
 ===================================================================
 --- dialog-1.3-20230209.orig/util.c
 +++ dialog-1.3-20230209/util.c
-@@ -2406,8 +2406,10 @@ dlg_move_window(WINDOW *win, int height,
+@@ -2438,8 +2438,10 @@ dlg_move_window(WINDOW *win, int height,
  #ifdef HAVE_COLOR
-           if (p->shadow != 0) {
+           if (p->shadow != NULL) {
                if (dialog_state.use_shadow) {
 +                  (void) wresize(p->shadow, height, width);
                    (void) mvwin(p->shadow, y + SHADOW_ROWS, x + SHADOW_COLS);
                } else {
 +                  delwin(p->shadow);
-                   p->shadow = 0;
+                   p->shadow = NULL;
                }
            }
 

++++++ dialog-1.3-20240307.tgz -> dialog-1.3-20250817.tgz ++++++
++++ 24706 lines of diff (skipped)

Reply via email to