Fix SIGSEGV in doc flavour

OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=167
This commit is contained in:
2024-06-03 07:16:46 +00:00
committed by Git OBS Bridge
parent e9f4aca960
commit 25efaa3a31
4 changed files with 25 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ Mon Jun 3 06:04:48 UTC 2024 - Dr. Werner Fink <werner@suse.de>
* FIX mp: configure --with-metapost failed to include mp terminal
* FIX qt wxt x11: "set term" from a script causes next pause to fail Bug 2703
* FIX tikz: fix use of palettes with a fixed number of colors Bug 2706
- Add patch gnuplot-doc2tex.patch
* Avoid SIGSEGV at the end of a string due to scanning with initial line lenght
-------------------------------------------------------------------
Tue Jan 9 09:24:03 UTC 2024 - Dr. Werner Fink <werner@suse.de>