2 Commits

5 changed files with 27 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca2e144e5f89173cd094cc273940d56230b1bf613083a0792e6406dc191cd99f
size 4776421

View File

@@ -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@

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu May 15 15:11:56 UTC 2025 - pgajdos@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)
-------------------------------------------------------------------
Mon Feb 26 08:39:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -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 tchvatal@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 @@ OpenGL, and Microsoft Windows NT 4.0, 95, or 98. The
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 \