SHA256
1
0
forked from pool/gnuplot
Commit Graph

193 Commits

Author SHA256 Message Date
Ana Guerrero
0539e46c22 Accepting request 1178241 from Publishing
- Update to gnuplot 6.0.1
  * CHANGE Use of data source '-' inside a multiplot is an error;
      use a local datablock instead
  * CHANGE gd: scale "dot" (pointtype 0) by current linewidth            Bug 2690
  * CHANGE modify configure script to accommodate Fedora dependencies    Bug 2706
  * FIX empty field in csv file should not generate a tic label        Bug 2667 2672
  * FIX Do not autoscale or extend axis ranges while zooming           Bug 2679 2680
  * FIX x11: Empirical correction for bad rotation of enhanced text    Bug 2661
  * FIX wxt: Add exception handler for mouse event processing          Bug 2680 2683
  * FIX wxt: make right-mouse zoom box independent of terminal scaling Bug 2578
  * FIX regression: border color of objects with fillstyle "empty"     Bug 2686
  * FIX "set colorbox border {<lt>}" parsing error
  * FIX svg: set default fill properties for depth-sorted pm3d objects
  * FIX gd x11: very short arrows were not drawn at all                Bug 2690
  * FIX "stats ... name FOO" Do not delete existing variables FOO_*    Bug 2695
  * FIX order-dependent parsing of 2D plots with "fs solid fc variable"
  * 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

- Update to gnuplot 6.0.1
  * CHANGE Use of data source '-' inside a multiplot is an error;
      use a local datablock instead
  * CHANGE gd: scale "dot" (pointtype 0) by current linewidth            Bug 2690
  * CHANGE modify configure script to accommodate Fedora dependencies    Bug 2706
  * FIX empty field in csv file should not generate a tic label        Bug 2667 2672
  * FIX Do not autoscale or extend axis ranges while zooming           Bug 2679 2680
  * FIX x11: Empirical correction for bad rotation of enhanced text    Bug 2661

OBS-URL: https://build.opensuse.org/request/show/1178241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=95
2024-06-04 10:50:04 +00:00
Dr. Werner Fink
ddb4ce4eeb Fix SIGSEGV in doc flavour
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=167
2024-06-03 07:16:46 +00:00
Dr. Werner Fink
ba133990ff doc for 6.0.1
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=166
2024-06-03 06:18:56 +00:00
Dr. Werner Fink
435356bc4b Update to gnuplot 6.0.1
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=165
2024-06-03 06:06:44 +00:00
Ana Guerrero
8d19896ca4 Accepting request 1137694 from Publishing
- Add missing doc/webp_figures.gnu fronm upstream git repo

- Update to gnuplot 6.0.0
  * Japanese documentation updated
    (missing file title-ja.tex, build dependencies for mingw)
  * Support building against Qt6
    (./configure falls back to Qt5 if the Qt6 libraries are not found)
  * New configure option --enable-stable-sort
    1) Use mergesort rather than qsort if the system provides it.
    2) If neither mergesort nor glibc stable qsort is available,
       modify internal gnuplot structures to contain a secondary sort key
  * Render color gradient in colorbox as a pixel array (cairo, qt terminals)
  * "reset session" restores initial state of all linetype properties
  * postscript terminal now handles pixmaps (Bug #2644)
  * New plot style "with contourfill" handles 2D and 3D contour plots with
    discrete z-ranges indicated by solid fill colors.
  * FIX do not clobber a datablock if its name is encountered unexpectedly
  * FIX cairo terminals:  ignore zero-size polygons
  * FIX svg terminal now correctly tracks pattern-fill color
  * FIX integer overflow/wraparound when polygon is clipped to plot border
  * FIX do not mangle variable point properties in polar mode Bug #2650
  * partial support for replotting and mousing multiplots (finally!)
  * fixes build error for postscript terminal when libgd and cairo are not present
  * strip trailing CR from function blocks read from a dos file   Bug #2653
  * use 64-bit integers for iteration
  * "unset pointintervalbox" disables the box rather than setting it to default size
  * keyentry '...' can be used to place a secondary title in the key
  * fix use of stacked histograms with variable number of data columns
  - Replotting and mousing multiplots
    o now working much more comprehensively

OBS-URL: https://build.opensuse.org/request/show/1137694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=94
2024-01-10 20:50:53 +00:00
Dr. Werner Fink
199afdb3b4 .
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=163
2024-01-09 10:09:46 +00:00
Dr. Werner Fink
f8edcb1047 .
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=162
2024-01-09 10:02:40 +00:00
Dr. Werner Fink
616ba37699 .
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=161
2024-01-09 09:55:56 +00:00
Dr. Werner Fink
a02d528238 .
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=160
2024-01-09 09:47:59 +00:00
Dr. Werner Fink
b982fe5af1 .
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=159
2024-01-09 09:42:47 +00:00
Dr. Werner Fink
0bc5925e44 Update to gnuplot 6.0.0
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=158
2024-01-09 08:40:54 +00:00
Ana Guerrero
483dbb3026 Accepting request 1119564 from Publishing
- Update to gnuplot 5.4.10
  * FIX   postscript: build failed in 5.4.9 if neither gd nor cairo libraries present
  * FIX   data-dependent variable point properties in polar plots
  * FIX   configure script modified to work with macOS+Homebrew
  * CHANGE use 64-bit integers for iteration (allows iteration over dates)

- Update to gnuplot 5.4.10
  * FIX   postscript: build failed in 5.4.9 if neither gd nor cairo libraries present
  * FIX   data-dependent variable point properties in polar plots
  * FIX   configure script modified to work with macOS+Homebrew
  * CHANGE use 64-bit integers for iteration (allows iteration over dates)

OBS-URL: https://build.opensuse.org/request/show/1119564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=93
2023-10-24 18:06:47 +00:00
Dr. Werner Fink
f8cbbf75d6 Update to gnuplot 5.4.10
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=156
2023-10-23 07:58:34 +00:00
Ana Guerrero
7b61cd4c3c Accepting request 1112274 from Publishing
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1112274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=92
2023-09-21 20:13:12 +00:00
Dr. Werner Fink
9ee57718ad Do not miss doc tree
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=154
2023-09-12 11:20:02 +00:00
Dr. Werner Fink
310bcf54df Update top gnuplot 5.4.9
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=153
2023-09-12 10:41:35 +00:00
Dominique Leuenberger
b30edf0f8d Accepting request 1093737 from Publishing
- Update to gnuplot 5.4.8
  * FIX   version reporting in Windows binaries
          No other changes

OBS-URL: https://build.opensuse.org/request/show/1093737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=91
2023-06-20 14:40:07 +00:00
Dr. Werner Fink
486debc92e Update to gnuplot -5.4.8
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=151
2023-06-19 06:56:40 +00:00
Dominique Leuenberger
302deb600c Accepting request 1088274 from Publishing
- Update to gnuplot 5.4.7
  * FIX   pseudofiles '+','++' must ignore "set datafile columnheader"  Bug #2585
  * FIX   data from an array must ignore "set datafile columnheader"    Bug #2585
  * FIX   various problems with unbounded plot iteration                Bug #2589
  * FIX   allow plot ... smooth acsplines with filledcurves             Bug #2592
  * FIX    "plot title at {end|beginning}" belongs in KEYSAMPLE layer
  * FIX   handle empty string in last field of csv file
  * FIX   Handle nonlinear axes during contour generation               Bug #2593
  * FIX   yerrorbars key sample should match bars in the plot           Bug #2598
  * FIX   "plot with table" must skip all smoothing operations          Bug #2610
  * FIX   cairolatex/epslatex: prevent doubled text in opaque textboxes
  * FIX   wxt: versions prior to 3.0 do not support XDG                 Bug #2587
  * FIX   wxt: fontscale and fontsize handling was inconsistent         Bug #2373
  * FIX   tikz epslatex cairolatex: updated to work with TeXLive2023    Bug #2613
  * FIX   correctly report cardinality of an empty array is zero        Bug #2616
  * FIX   ignore datafile separator when plotting from an array
  * FIX   combination of pm3d options "at b" or "at t" with "depthorder"
  * FIX   combination of 'autotitle columnhead' and 'using col("key")'  Bug #2620
  * FIX   do not complain if XDG files are not found because no $HOME   Bug #2623
  * FIX   windows terminal: arrow length corrected for aspect ratio     Bug #2565
- Delete patch gnuplot-5.4.4-grep.patch now upstream

- Update to gnuplot 5.4.7
  * FIX   pseudofiles '+','++' must ignore "set datafile columnheader"  Bug #2585
  * FIX   data from an array must ignore "set datafile columnheader"    Bug #2585
  * FIX   various problems with unbounded plot iteration                Bug #2589
  * FIX   allow plot ... smooth acsplines with filledcurves             Bug #2592
  * FIX    "plot title at {end|beginning}" belongs in KEYSAMPLE layer
  * FIX   handle empty string in last field of csv file
  * FIX   Handle nonlinear axes during contour generation               Bug #2593

OBS-URL: https://build.opensuse.org/request/show/1088274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=90
2023-05-23 12:53:12 +00:00
Dr. Werner Fink
69c4a5531b Update to gnuplot gnuplot-5.4.7
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=149
2023-05-22 07:21:56 +00:00
Dominique Leuenberger
24536de63f Accepting request 1065409 from Publishing
- Update to gnuplot 5.4.6
  * NEW    set key {columns <exact no of columns>}
           set key {keywidth <exact width>}
  * NEW    XDG support
             startup file:      $XDG_CONFIG_HOME/gnuplot/gnuplotrc
             history file:      $XDG_STATE_HOME/gnuplot_history
             wxt configuration: $XDG_CONFIG_HOME/gnuplot/gnuplot-wxt.conf
  * CHANGE remove "alldoc" build target
  * CHANGE plot with polygons fillstyle empty really does mean empty
  * FIX    windows: various problems mixing piped input and stdin        Bug #2491
  * FIX    x11: bad interactions of lt nodraw, bgnd and dash pattern     Bug #2572
  * FIX    wxt: export-to-file widget should preserve line properties
  * FIX    svg: set initial default fill to "none"
  * FIX    png: back-compatibility with very old versions of gdlib       Bug #2579
  * FIX    variable pointtype, pointsize in plot style yerrorlines
  * FIX    border color for polygons with variable fillcolor
  * FIX    definition followed by iteration in a plot command            Bug #2580
  * FIX    parametric plot with filledcurves y1=<limit>                  Bug #1797
- Port patches
  * Gnuplot_5_4.pdf
  * gnuplot-4.6.0-demo.diff
  * gnuplot-4.6.0-fonts.diff
  * gnuplot-4.6.0.dif
  * gnuplot-5.4.4-grep.patch
  * gnuplot-PIE.patch
  * gnuplot-gd.patch


- Update to gnuplot 5.4.6
  * NEW    set key {columns <exact no of columns>}

OBS-URL: https://build.opensuse.org/request/show/1065409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=89
2023-02-14 19:07:50 +00:00
Dr. Werner Fink
2c4b838c4b gnuplot-doc.changes
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=147
2023-02-12 15:28:16 +00:00
Dr. Werner Fink
ef98346a31 Update to gnuplot 5.4.6
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=146
2023-02-12 15:09:15 +00:00
Dominique Leuenberger
0a920e9827 Accepting request 1043703 from Publishing
- update to 5.4.5:
  * NEW    "set key offset <dx>, <dy>" tweaks placement of the key
  * NEW    data-driven histogram colors
  * CHANGE re-order 3D labels to come after pm3d depthorder surfaces
  * CHANGE hpgl: add terminal option "fontscale <value>"
  * CHANGE for nonuniform matrix data, column(0) returns linear position in
    matrix
  * CHANGE set pointintervalbox 0 disables drawing the background box Bug
  * FIX    svg: hypertext font handling
  * FIX    track columnheaders of multiple data blocks in a single file Bug
  * FIX    Clean up positioning of polar border, raxis, and theta tics Bug
  * FIX    Autoscaling of logscaled raxis
  * FIX    memory corruption if a small plot structure is recycled Bug #2550
  * FIX    Windows qt terminal:  "pause -1" should not block mousing Bug
  * FIX    promotion of string to integer should not assume leading 0 means
    octal (forwarded request 1043480 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/1043703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=88
2022-12-20 19:19:46 +00:00
Dr. Werner Fink
0e630d12bc Accepting request 1043480 from home:dirkmueller:Factory
- update to 5.4.5:
  * NEW    "set key offset <dx>, <dy>" tweaks placement of the key
  * NEW    data-driven histogram colors
  * CHANGE re-order 3D labels to come after pm3d depthorder surfaces
  * CHANGE hpgl: add terminal option "fontscale <value>"
  * CHANGE for nonuniform matrix data, column(0) returns linear position in
    matrix
  * CHANGE set pointintervalbox 0 disables drawing the background box Bug
  * FIX    svg: hypertext font handling
  * FIX    track columnheaders of multiple data blocks in a single file Bug
  * FIX    Clean up positioning of polar border, raxis, and theta tics Bug
  * FIX    Autoscaling of logscaled raxis
  * FIX    memory corruption if a small plot structure is recycled Bug #2550
  * FIX    Windows qt terminal:  "pause -1" should not block mousing Bug
  * FIX    promotion of string to integer should not assume leading 0 means
    octal

OBS-URL: https://build.opensuse.org/request/show/1043480
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=144
2022-12-19 07:24:53 +00:00
Richard Brown
5a8472e519 Accepting request 1006580 from Publishing
remove warnings with GNU grep 3.8 and fix build with egrep/fgrep
removed boo#1203092 (forwarded request 1006499 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/1006580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=87
2022-10-01 15:42:27 +00:00
Dr. Werner Fink
3abdd0012a Accepting request 1006499 from home:AndreasStieger:grep
remove warnings with GNU grep 3.8 and fix build with egrep/fgrep
removed boo#1203092

OBS-URL: https://build.opensuse.org/request/show/1006499
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=142
2022-09-28 06:30:30 +00:00
Dominique Leuenberger
deebf48202 Accepting request 992338 from Publishing
- Update to gnuplot 5.4.4
  * NEW plots can use arrow styles that specify "lc rgb variable" 
  * CHANGE make page layout of "set view map; splot" more like that of "plot"
           - honor "set rmargin" and "set tmargin" Bug #2484
           - display x2label and y2label Bug #2484
           - revised placement of color box Bug #2484
           - reconcile linked axis data and tic ranges Bug #2483
           - apply "set key invert" to splot Bug #2381
  * CHANGE cairo terminals: increase internal oversampling factor Bugs #2499 #2369
  * CHANGE fig: restore terminal option "pointsmax <N>" Bug #2509
  * CHANGE always add a space between items in a "print" command Bug #2488
  * CHANGE consistent ordering of input columns for "plot ... ps var pt var" Bug #2524
  * CHANGE gnuplot -c script.gp A B -C ... will pass A B -C ... without interpretation
  * CHANGE stricter error checks when promoting string to numeric value Bug #2527
  * CHANGE report GPVAL_TERM_XMIN and friends as floating point values
  * FIX handle combination of axis properties logscale + autoscale + reverse Bug #2347
  * FIX mis-handled arguments at start-up of "gnuplot -c script arg1 ..." Bug #2493
  * FIX windows: redirected output of printf() Bug #2490
  * FIX allow variable point style and point type in plot "with yerrorbars"
  * FIX plots "with labels point pt variable" were off-by-one in choosing point type
  * FIX contour "with labels" from binary data
  * FIX x/y fractional coordinate mouse readout for nonlinear axes Bug #2526
  * FIX Support combination of "set surface explicit; set hidden3d" Bug #2521
- Use https
- Port patches
  * gnuplot-4.6.0-fonts.diff
  * gnuplot-4.6.0.dif
  * gnuplot-gd.patch

- Update to gnuplot 5.4.4

OBS-URL: https://build.opensuse.org/request/show/992338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=86
2022-08-03 19:16:30 +00:00
Dr. Werner Fink
d08b33ffd9 Refresh Gnuplot_5_4.pdf
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=140
2022-08-02 13:54:33 +00:00
Dr. Werner Fink
61192f6f66 Missed pre_checkin.sh run
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=139
2022-07-19 08:19:14 +00:00
Dr. Werner Fink
6e159607dc Update to gnuplot 5.4.4
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=138
2022-07-19 08:18:15 +00:00
Dominique Leuenberger
1ec5f9812f Accepting request 983854 from Publishing
- Use wxGTK3 instead of GTK2 wxWidgets.
- Update to gnuplot 5.4.3
  * NEW "set pm3d border retrace" will use quadrangle color for the border
  * NEW "nogrid" flag for plots to opt out of dgrid3d processing
  * NEW option "above|below y=<val>" for "plot with fillsteps"
  * NEW "set style histogram nokeyseparators" suppress blank key entries Bug #2473
  * CHANGE always allow palette color for non-plot elements of 2D plot
  * FIX contours were incorrectly allocated space in the key even if "notitle"
  * FIX evaluation of unary minus in front of ternary operator Bug #2468
  * FIX arm and s390 require "signed char" Bugs #2467 #2450
  * FIX range errors if "smooth csplines" applied with x-axis reversed Bug #2465
  * FIX handle various corner cases found by fuzzing
  * FIX textcolor should accept "linetype N"  Bug #2459
  * FIX Windows:  handling of Window messages for piped input Bugs #2204 #2412
  * FIX aquaterm: auto-configuration use of Frameworks  Bug #2419
  * FIX qt:       pm3d quadrangle borders for transparent surfaces
  * FIX png/gif:  gdlib auto-configuration issues
  * FIX dumb:     limit enhanced text markup to single-line vertical displacement
- This update fixes CVE-2021-44917 (boo#1194017)
- Port patches
  * gnuplot-4.6.0.dif
  * gnuplot-gd.patch
- Use wxGTK3 instead of GTK2 wxWidgets. (forwarded request 983724 from StefanBruens)

OBS-URL: https://build.opensuse.org/request/show/983854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=85
2022-06-21 15:15:04 +00:00
Dr. Werner Fink
feb0ccf310 Accepting request 983724 from home:StefanBruens:branches:Publishing
- Use wxGTK3 instead of GTK2 wxWidgets.
- Update to gnuplot 5.4.3
  * NEW "set pm3d border retrace" will use quadrangle color for the border
  * NEW "nogrid" flag for plots to opt out of dgrid3d processing
  * NEW option "above|below y=<val>" for "plot with fillsteps"
  * NEW "set style histogram nokeyseparators" suppress blank key entries Bug #2473
  * CHANGE always allow palette color for non-plot elements of 2D plot
  * FIX contours were incorrectly allocated space in the key even if "notitle"
  * FIX evaluation of unary minus in front of ternary operator Bug #2468
  * FIX arm and s390 require "signed char" Bugs #2467 #2450
  * FIX range errors if "smooth csplines" applied with x-axis reversed Bug #2465
  * FIX handle various corner cases found by fuzzing
  * FIX textcolor should accept "linetype N"  Bug #2459
  * FIX Windows:  handling of Window messages for piped input Bugs #2204 #2412
  * FIX aquaterm: auto-configuration use of Frameworks  Bug #2419
  * FIX qt:       pm3d quadrangle borders for transparent surfaces
  * FIX png/gif:  gdlib auto-configuration issues
  * FIX dumb:     limit enhanced text markup to single-line vertical displacement
- This update fixes CVE-2021-44917 (boo#1194017)
- Port patches
  * gnuplot-4.6.0.dif
  * gnuplot-gd.patch
- Use wxGTK3 instead of GTK2 wxWidgets.

OBS-URL: https://build.opensuse.org/request/show/983724
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=136
2022-06-20 07:12:54 +00:00
Dominique Leuenberger
7af28c4c4f Accepting request 946015 from Publishing
OBS-URL: https://build.opensuse.org/request/show/946015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=84
2022-01-13 22:21:11 +00:00
Martin Pluskal
fcaeda2fd8 Accepting request 945993 from home:alarrosa:branches:KDE:Qt:5.15:fix-changelog
Add bugzilla reference so we don't lose it when submitting to SLE
- Hardening: compile with PIC and link with PIE (bsc#1184123).
- Hardening: compile with PIC and link with PIE (bsc#1184123).

OBS-URL: https://build.opensuse.org/request/show/945993
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=135
2022-01-13 09:21:51 +00:00
Dominique Leuenberger
97e3c17be3 Accepting request 945279 from Publishing
- Update to gnuplot 5.4.3
  * NEW "set pm3d border retrace" will use quadrangle color for the border
  * NEW "nogrid" flag for plots to opt out of dgrid3d processing
  * NEW option "above|below y=<val>" for "plot with fillsteps"
  * NEW "set style histogram nokeyseparators" suppress blank key entries Bug #2473
  * CHANGE always allow palette color for non-plot elements of 2D plot
  * FIX contours were incorrectly allocated space in the key even if "notitle"
  * FIX evaluation of unary minus in front of ternary operator Bug #2468
  * FIX arm and s390 require "signed char" Bugs #2467 #2450
  * FIX range errors if "smooth csplines" applied with x-axis reversed Bug #2465
  * FIX handle various corner cases found by fuzzing
  * FIX textcolor should accept "linetype N"  Bug #2459
  * FIX Windows:  handling of Window messages for piped input Bugs #2204 #2412
  * FIX aquaterm: auto-configuration use of Frameworks  Bug #2419
  * FIX qt:       pm3d quadrangle borders for transparent surfaces
  * FIX png/gif:  gdlib auto-configuration issues
  * FIX dumb:     limit enhanced text markup to single-line vertical displacement
- This update fixes CVE-2021-44917 (boo#1194017)
- Port patches
  * gnuplot-4.6.0.dif
  * gnuplot-gd.patch

OBS-URL: https://build.opensuse.org/request/show/945279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=83
2022-01-10 23:01:45 +00:00
Dr. Werner Fink
e236d2f602 Replace Gnuplot_5_4.pdf
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=134
2022-01-10 11:22:43 +00:00
Dr. Werner Fink
24bcc21b8f Mention boo#1194017
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=133
2022-01-10 11:18:53 +00:00
Dr. Werner Fink
21c460ac7d Update to gnuplot 5.4.3
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=132
2022-01-10 09:39:14 +00:00
Dominique Leuenberger
885e8d4e91 Accepting request 898022 from Publishing
- Update to gnuplot 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 cairo terminals: Do not lose font info during multi-line enhanced text
  * FIX left-justification of titles in splot with user-specified key position
  * FIX cairo terminals (Windows): ignore "text scaling" from user screen settings
  * FIX win: instabilities associated with changing window size Bug #2301 #2304
  * FIX pm: better mousing and font handling
  * FIX qt: prevent zombie gnuplot_qt process Bug #2188
  * 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
- Change offset of patches
  * gnuplot-4.6.0-fonts.diff
  * gnuplot-4.6.0.dif
  * gnuplot-gd.patch

- Update to gnuplot 5.4.2

OBS-URL: https://build.opensuse.org/request/show/898022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=82
2021-06-11 20:30:23 +00:00
Dr. Werner Fink
fdbf319bf9 .
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=130
2021-06-07 10:01:30 +00:00
Dr. Werner Fink
227dec73b9 Update to gnuplot 5.4.2
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=129
2021-06-07 05:56:20 +00:00
Dominique Leuenberger
7b2b4f4a07 Accepting request 889297 from Publishing
- Update spec file to work with TeXLive 2021 

- Last commit had added patch gnuplot-PIE.patch

- Hardening: compile with PIC and link with PIE.

- Update spec file to work with TeXLive 2021

OBS-URL: https://build.opensuse.org/request/show/889297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=81
2021-04-29 20:45:58 +00:00
Dr. Werner Fink
fb2d32d607 TeXLive 2021
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=127
2021-04-26 17:16:50 +00:00
Dominique Leuenberger
95d5328f7d Accepting request 887452 from Publishing
- Last commit had added patch gnuplot-PIE.patch

- Hardening: compile with PIC and link with PIE.

OBS-URL: https://build.opensuse.org/request/show/887452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=80
2021-04-24 21:06:38 +00:00
Dr. Werner Fink
a35f5873c1 Missed changelog entry: added gnuplot-PIE.patch
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=125
2021-04-22 06:30:00 +00:00
Dr. Werner Fink
9f4366e873 Accepting request 885661 from home:wfrisch:branches:Publishing
Hardening: compile with PIC and link with PIE.

OBS-URL: https://build.opensuse.org/request/show/885661
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=124
2021-04-22 05:57:48 +00:00
Dominique Leuenberger
baa4bce235 Accepting request 854609 from Publishing
- Update to gnuplot 5.4.1
  * NEW "with rgbimage" and "with rgbalpha" accept single column ARGB input
  * NEW add toggle in toolbar widget for qt terminal option "ctrl-q"
  * NEW keyword "smooth kdensity period <val>"
  * NEW time format %tD encodes days relative to time 0
  * NEW pm3d quadrangles in 2D projection are clipped smoothly to x and y
  * CHANGE gif animation 'optimize' option is deprecated Bugs #1992 #2070 #2348
  * CHANGE svg increase coordinate precision to two decimal points Bug #2369
  * FIX y autoscaling of default "with filledcurves" #Bug 2294
  * FIX placement of mirrored x and y tics in mode 'set view projection ...'
  * FIX pm3d lighting calculation for degenerate quadrangles
  * FIX botched deprecation of old syntax for "call" arguments Bug #2298 #2368
  * FIX pm3d "depthorder" affects 'set obj polygon' with >4 vertices Bug #2297
  * FIX loss of precision for asin(x), asinh(x) with real x << 0 Bug #2302
  * FIX error handling of bad font name in enhanced text Bugs #2303 #2308
  * FIX incomplete domain for complex acosh(x), real x < -1 was treated as NaN
  * FIX error handling of fuzzed input  Bugs #2306 #2307 #2309 #2312 #2344
  * FIX add range check for plot of binned data (allows clipping on y)
  * FIX "unzoom" applied to autoscaled volatile data
  * FIX no default for binary columns needed if there is a 'using' spec Bug #2315
  * FIX buffer overflow of enhanced text fragment  Bugs #2310 #2311
  * FIX qnorm and Hann functions applied in dgrid3d Bugs #2277 #2318
  * FIX handling of dashtype given as a string with leading whitespace Bug #2336
  * FIX preserve key position across isolated instance of "title at x,y" Bug #2342
  * FIX contour labels had spurious point symbols
  * FIX allow "pointtype variable" in combination with jitter Bug #2354
  * FIX cgm: sanity for non-zero font size Bug #2358
  * FIX more checks for valid UTF-8 Bugs #2362 #2364
- Remove patches now upstream
  * 052cbd17.patch

OBS-URL: https://build.opensuse.org/request/show/854609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=79
2020-12-12 19:28:10 +00:00
Dr. Werner Fink
c756463425 .
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=122
2020-12-10 15:38:06 +00:00
Dr. Werner Fink
fd24a05578 Update to gnuplot 5.4.1
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=121
2020-12-10 07:48:46 +00:00