From 60e962ace97071f1b701cd1da2ca65cdb246649e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 31 Dec 2021 18:29:38 +0100 Subject: [PATCH] gnuplot: upgrade 5.4.1 -> 5.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes in 5.4.2 NEW in "using" context, $# means "number of columns in current data line" NEW define on program entry: I = sqrt(-1) = {0.,1.} NEW support input data that uses epidemiological date-week formats NEW optional fillcolor for "set key opaque" NEW provide and document use of a plugin to provide uigamma function CHANGE much improved domain and precision for igamma function CHANGE generate only one key entry per multi-dataset input file Bug #2380 CHANGE (Windows): attempt to convert unicode on command line to UTF-8 CHANGE clip `with image` to plot boundary in 2D plots CHANGE In gprintf format "%c", add no space for a null prefix Bug #2266 CHANGE Make auto-placement of left border less sensitive to plot size Bug #2415 FIX time formats %U %W Bug #2390 FIX left-justification of titles in splot with user-specified key position FIX clipping of filled polygons that have only 1 or 2 vertices Bug #2400 FIX "set tics front" unexpectedly made all grid lines invisible FIX more terminals support requested linewidth for textbox borders FIX indexing of multiple matrix data sets in a single input file FIX do not inject extra '\n' into input stream after 'set term' Bug #2292 FIX cairo terminals: Do not lose font info during multi-line enhanced text FIX cairo terminals (Windows): ignore "text scaling" from user screen settings FIX pm: better mousing and font handling FIX win: instabilities associated with changing window size Bug #2301 #2304 FIX wxt: use of multiple plot windows from single-threaded wxt terminal FIX qt: prevent creation of zombie gnuplot_qt process Bug #2188 Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../gnuplot/{gnuplot_5.4.1.bb => gnuplot_5.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/gnuplot/{gnuplot_5.4.1.bb => gnuplot_5.4.2.bb} (96%) diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.2.bb similarity index 96% rename from meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb rename to meta-oe/recipes-extended/gnuplot/gnuplot_5.4.2.bb index 775125575d..5504515e98 100644 --- a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb +++ b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.2.bb @@ -23,7 +23,7 @@ SRC_URI:append:class-target = " \ file://0004-Add-configure-option-to-find-qt5-native-tools.patch \ " -SRC_URI[archive.sha256sum] = "6b690485567eaeb938c26936e5e0681cf70c856d273cc2c45fabf64d8bc6590e" +SRC_URI[archive.sha256sum] = "e57c75e1318133951d32a83bcdc4aff17fed28722c4e71f2305cfc2ae1cae7ba" SRC_URI[qtplot.sha256sum] = "6df317183ff62cc82f3dcf88207a267cd6478cb5147f55d7530c94f1ad5f4132" # for building docs (they deserve it) we need *doc2* tools native