Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fltk for openSUSE:Factory checked in at 2025-05-26 18:31:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fltk (Old) and /work/SRC/openSUSE:Factory/.fltk.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fltk" Mon May 26 18:31:59 2025 rev:51 rq:1279319 version:1.3.11 Changes: -------- --- /work/SRC/openSUSE:Factory/fltk/fltk.changes 2024-02-27 22:43:48.828673267 +0100 +++ /work/SRC/openSUSE:Factory/.fltk.new.2732/fltk.changes 2025-05-26 18:32:54.088779910 +0200 @@ -1,0 +2,17 @@ +Thu May 15 15:11:56 UTC 2025 - pgaj...@suse.com + +- version update to 1.3.11 + FLTK 1.3.11 is a maintenance release with fixes and enhancements. + No further releases are planned for the 1.3.x series. Please + consider updating to FLTK 1.4 or higher. + * Fix potential crash when backspace is typed in a menu (#1155) + * Fluid: output version for -v and --version command line args + * Fix Fl_Table_Row inconsistencies (#1187) + * Fix "Full screen broken on macOS in FLTK 1.3.10" (#1192), + improve transitions between fullscreen modes + * Fix potential buffer overflow in Fl_Help_View (#1196) + * Fix crash in test/fullscreen under macOS +- modified patches + % fltk-1.3.2-verbose_build.patch (refreshed) + +------------------------------------------------------------------- Old: ---- fltk-1.3.9-source.tar.bz2 New: ---- fltk-1.3.11-source.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fltk.spec ++++++ --- /var/tmp/diff_new_pack.99wNOw/_old 2025-05-26 18:32:54.712806073 +0200 +++ /var/tmp/diff_new_pack.99wNOw/_new 2025-05-26 18:32:54.712806073 +0200 @@ -1,7 +1,7 @@ # # spec file for package fltk # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %define libname libfltk1_3 Name: fltk -Version: 1.3.9 +Version: 1.3.11 Release: 0 Summary: C++ GUI Toolkit for the X Window System, OpenGL, and WIN32 License: LGPL-2.1-or-later Group: Development/Libraries/X11 URL: https://www.fltk.org/ -Source0: https://www.fltk.org/pub/fltk/%{version}/fltk-%{version}-source.tar.bz2 +Source0: https://github.com/fltk/fltk/releases/download/release-%{version}/fltk-%{version}-source.tar.bz2 Source1: baselibs.conf # PATCH-FIX-UPSTREAM fltk-1.3.4-fltk_config.patch tchva...@suse.com -- obey libdir and other options in fltk-config taken from Fedora Patch0: fltk-1.3.4-fltk_config.patch @@ -87,9 +87,7 @@ installation of this package requires a 3D library such as Mesa. %prep -%setup -q -%patch -P 0 -p1 -%patch -P 2 +%autosetup -p1 %build %configure \ ++++++ fltk-1.3.9-source.tar.bz2 -> fltk-1.3.11-source.tar.bz2 ++++++ ++++ 9832 lines of diff (skipped) ++++++ fltk-1.3.2-verbose_build.patch ++++++ --- /var/tmp/diff_new_pack.99wNOw/_old 2025-05-26 18:32:56.408877184 +0200 +++ /var/tmp/diff_new_pack.99wNOw/_new 2025-05-26 18:32:56.424877855 +0200 @@ -1,8 +1,8 @@ Index: makeinclude.in =================================================================== ---- makeinclude.in.orig -+++ makeinclude.in -@@ -130,9 +130,6 @@ INSTALL_SCRIPT = $(INSTALL) -m 755 +--- a/makeinclude.in ++++ b/makeinclude.in +@@ -144,9 +144,6 @@ INSTALL_SCRIPT = $(INSTALL) -m 755 INSTALL_DESKTOP = @INSTALL_DESKTOP@ UNINSTALL_DESKTOP = @UNINSTALL_DESKTOP@