SHA256
1
0
forked from pool/gnuplot

67 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
8bdf08fd2c Accepting request 838238 from Publishing
- Add temporary upstream commits as patches
  * 052cbd17.patch
  * 1f36c4fb.patch
  * 963c7df3.patch
  * a31c3b70.patch
  to fix the bugs bsc#1176689 with CVE-2020-25559 and bsc#1176687
  with CVE-2020-25412

OBS-URL: https://build.opensuse.org/request/show/838238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=78
2020-10-03 16:52:21 +00:00
8fc9a7c013 Accepting request 821479 from Publishing
- Update to gnuplot 5.4
  * NEW support for 64-bit integer arithmetic
  * NEW support for voxel grids
  * NEW plot ... with table if <expression>
  * NEW "set walls" command to show xy xz and yz planes in 3D plots
  * NEW "set clip radial" for line segments in polar mode plots
  * NEW "splot ... with isosurface"
  * NEW "splot ... with circles"
  * NEW "splot ... with boxes"
  * NEW "plot ... with arrows"
  * NEW "plot ... with polygons"
  * NEW "set view projection {xz|yz}"
  * NEW "set datafile columnheaders"
  * NEW per-plot fillcolor and fillstyle for pm3d surfaces
  * NEW allow separate color column with dgrid3d surfaces (but not color splines)
  * NEW string function trim(" padded string ") removes leading and trailing whitespace
  * NEW unicode escape sequences \U+hhhh
  * NEW order N Bessel functions of 1st and 2nd kind (besjn besyn)
  * NEW modified Bessel functions I0 (besi0) and I1 (besi1)
  * NEW modified Bessel function of order n (besin)
  * NEW "set object polygon depthsort" as an alternative to front/back/behind
  * NEW "set pixmap" object-like bitmap images from png/gif/jpeg input files
  * NEW overflow avoidance extends range of arguments handled by complex division
  * NEW largely extended pcl5 terminal supports PCL5e/PCL5c printers
  * NEW revised pstricks and texdraw LaTeX terminals
  * NEW extended dospc terminal (DOS32/OpenWatcom)
  * NEW extended svga terminal using the (M)GRX library (DOS32/DJGPP)
  * NEW heavily revised fig terminal
  * NEW LaTeX terminal pict2e uses the LaTeX2e pict2e environment
  * NEW Left-click on hypertext label will copy text to clipboard (wxt qt)

OBS-URL: https://build.opensuse.org/request/show/821479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=77
2020-07-21 13:44:29 +00:00
bcb3c67750 Accepting request 816758 from Publishing
- Add patch gnuplot-QtIndexedList.dif to avoid warnings reported
  with boo#1172565 

- Disable warning messages from Qt5(.15 and up) (boo#1172565)

OBS-URL: https://build.opensuse.org/request/show/816758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=76
2020-06-25 14:47:27 +00:00
80c129c373 Accepting request 753096 from Publishing
- Update to gnuplot 5.2.8
  * CHANGE user-visible GPVAL_TERM_HCHAR GPVAL_TERM_VCHAR (help debug font issues)
  * CHANGE placement of ylabel (compromise 5.2.7 and earlier versions) (Bug #2181)
  * CHANGE make strstrt() aware of UTF8, e.g. strstrt("αβγ5", "5") returns 4
  * FIX "set timestamp" from "save" must not include a justification (Bug #2178)
  * FIX set cntrparam levels increment <base>, <factor> for logscale z (Bug #2183)
  * FIX character pointtypes should inherit plot coloring like normal pointtypes
  * FIX bad autoscaling of linked y2 axis (Bug #2186)
  * FIX prevent infinite loop from unbounded interation in a non-data plot command
  * FIX dimensions reported by "stats matrix every" (Bug #2189)
  * FIX extent of boxplot whiskers could be off by one point (Bug #2106)
  * FIX mix unbounded iteration and functions in a single plot command (Bug #2201)
  * FIX reverse history search with readline=builtin (Bug #2209)
  * FIX qt: suppress off-by-one ysize (Bug #1759)
  * FIX cairo: suppress off-by-one ysize (Bug #1759)
  * FIX gd: apply alpha to brushstroke lines (Bug #2117)
  * FIX tikz: fixes to accommodate lua 5.3 and newer pgf
  * FIX wxt: ExportToFile widget disabled in persist mode (Bug #2185)
  * FIX qt: handling of modifier keys (ctrl alt shift) for keyboard events
  * FIX wxt: handling of modifier keys (ctrl alt shift) for keyboard events
  * FIX fig: dashtype "solid" was not passed through correctly to transfig
  * FIX gd: incorrect line spacing of multiline label (Bug #2215)

OBS-URL: https://build.opensuse.org/request/show/753096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=75
2019-12-07 14:16:02 +00:00
289c758a3d Accepting request 725989 from Publishing
OBS-URL: https://build.opensuse.org/request/show/725989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=74
2019-08-27 08:12:00 +00:00
0622645dfe Accepting request 706614 from Publishing
- Update to gnuplot 5.2.7
  * NEW "set pm3d noclipcb" will skip drawing quadrangles with color < cbmin
  * NEW pm terminal supports utf8, dashed lines, bold/italic text
  * NEW imaginary component of array values is available to "using" in column 3
  * NEW gnuplot --slow may help use of qt terminal with slow system font server
  * CHANGE splot "with points pt 0" acts like "with dots"
  * CHANGE (tikz) improved default interpretation of gnuplot arrowhead style
  * CHANGE teach hidden3d to handle double-headed vectors (arrowstyle "heads")
  * CHANGE "unset title" or "reset" resets all title properties to default
  * CHANGE font names passed to enhanced text processing may be in quotes
  * CHANGE cairo terminals accept fractional font sizes
  * CHANGE "plot with table" does not output trailing field separator
  * CHANGE better centering for clustered histograms
  * CHANGE clear STATS_* variables before performing analysis
  * CHANGE cairo, libgd, and svg terminals handle LT_NODRAW by not drawing at all
  * CHANGE svg terminal clickable icons are in-line data rather than external refs
  * CHANGE revise space allocated for ylabel; allow text justification for ylabel
  * CHANGE reduce overhead, making it feasible to have 10^6 hypertext labels
  * CHANGE heavily revised fig terminal
  * FIX "plot with table" unnecessarily limited string column output to 60 chars 
  * FIX (windows) make sure graph window is shown even if the program is "hidden"
  * FIX hidden3d mode was not correctly dealing with arrowstyle backhead
  * FIX sprintf in 'using' spec must not clobber numeric locale
  * FIX tikz - request for polygon with 0 vertices could hang terminal
  * FIX lua/tikz - do not attempt to ftruncate output being piped through stdout
  * FIX tkcanvas - do not attempt to ftruncate output being piped through stdout
  * FIX handle NaN values in input stream to "stats FOO matrix"
  * FIX prevent extra read past the end of a datablock holding matrix data
  * FIX pm - issues in box and polygon fill, (wide) lines, enhanced text, images
  * FIX dropped character in piped input stream if plot window is manually closed

OBS-URL: https://build.opensuse.org/request/show/706614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=73
2019-06-04 10:07:14 +00:00
df757d9212 Accepting request 662610 from Publishing
- Update to gnuplot 5.2.6
  * NEW keyword "keyentry" places an entry in the key without actually plotting
  * NEW "set style boxplot medianlinewidth <lw>"
  * CHANGE drop non-working support for CIE/XYZ color space
  * CHANGE strptime ignores content read with format a/A/w/W
  * FIX various corner-case bugs and overruns found by fuzzing
  * FIX revise waitforinput in x11 terminal
  * FIX revise waitforinput and terminal close events in qt terminal
  * FIX revise waitforinput and new window events in monothreaded wxt terminal
  * FIX lua.trm compatibility with lua version 5.3
  * FIX error line reporting inside an if/else bracketed clause
  * FIX error in date conversion for times within a nanosecond of a year boundary
- Drop patch gnuplot-e3cc539c.patch as this is fixed with update

OBS-URL: https://build.opensuse.org/request/show/662610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=72
2019-01-03 17:09:38 +00:00
762b2fdced Accepting request 655317 from Publishing
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/655317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=71
2018-12-06 11:17:36 +00:00
8b36124a87 Accepting request 640800 from Publishing
- Let patch gnuplot-5.2.0-texi2info.patch apply 

- Update to gnuplot 5.2.5
  * NEW "set pm3d depthorder base" sorts pm3d quadrangles by projecting to z=0
  * NEW "set jitter vertical" displaces y coordinate rather than x coordinate
  * NEW array size can be determined automatically from the initializer
  * CHANGE place titles along x axis in plots with columnstacked histograms
  * CHANGE equivalent slope constraint for mcs splines at both ends of the range
  * CHANGE numerical arguments to "call" are stored in ARG1..ARGn as strings
  * CHANGE numerical arguments to "call" are stored in ARGV[n] as complex
  * CHANGE treat imaginary values plotted from a using spec as UNDEFINED (NaN)
  * CHANGE allow "reset" between plots in a multiplot layout
  * CHANGE Deprecate linux and vgagl terminals (to be removed in 5.3)
  * CHANGE placement of axis and tic labels in 3D projections on to xz or yz plane
  * CHANGE default to ./configure --without-wx-multithreading
  * FIX parametric function plots did not work with logscale x (regression in 5.2.0-4)
  * FIX polar mode "set trange" was assumed to use radians, now it tracks "set angle"
  * FIX clip polar grid lines and ticks to x/y range limits
  * FIX clipping of plot "with lines" when axes are nonlinear (regression from 5.0)
  * FIX clipping of all elements in finanacebars/candlesticks/boxplots
  * FIX clipping of 3D splot "with labels"
  * FIX strange interaction of "noautoscale" with blank data lines
  * FIX alignment of boxed text to center for eps/cairolatex
  * FIX incompatibility of "pm3d depthorder" and rgb color taken from data column
  * FIX aqua terminal font changes in enhanced text mode

OBS-URL: https://build.opensuse.org/request/show/640800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=70
2018-10-09 13:54:40 +00:00
33bbf3d977 Accepting request 620919 from Publishing
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/620919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=69
2018-07-06 08:43:07 +00:00
a43cf96409 Accepting request 604708 from Publishing
- Update to gnuplot 5.2.3
  * NEW "set grid {no}vertical" adds grid lines in the xz and xz planes
  * NEW "set cntrparam {firstlinetype N} {{un}sorted}"
  * CHANGE drop non-working support for YIQ color space
  * CHANGE expand \n characters when printing into a datablock
  * CHANGE allow contour plots to opt out of hidden3d processing
  * CHANGE special-case code to speed up handling of logscale axes
  * CHANGE do not write GPFUN_* variables to "save" output file
  * CHANGE default to density 100 for "set fs solid", 50 for "set fs transparent"
  * FIX potential buffer overflow in gprintf formats containing %%
  * FIX immediate response to ctrl-Z when libreadline is used for input
  * FIX warning messages inside a bracketed clause could trigger early exit
  * FIX tweak logscale tic range limits and minor tic generation intervals
  * FIX stats FOO using 'namedcolumn' name columnhead
  * FIX clipping of INRANGE->UNDEFINED line segments
  * FIX use of logscale y axis in "set view map" or "set pm3d map" modes
  * FIX placement of colorbox in "set view map" mode
  * FIX autoscaled axis range of logscale axes in "set view map" mode
  * FIX polar mode "with yerrorbars" error bars are radial, not vertical
  * FIX clipping of circles whose center is offscreen to the left or bottom
  * FIX snap to x=zero for function plot sampling does not apply to logscale x
  * FIX canvas terminal: apply both color and alpha channel to points and lines
  * FIX svg terminal: apply current color to dots
  * FIX qt terminal: include "notitle" plots in accounting for toggle operations
  * FIX svg terminal: point plot empty title produced spurious mousing directive
  * FIX tikz terminal: failed to recognize dashtype 1

- Update to gnuplot 5.2.2

OBS-URL: https://build.opensuse.org/request/show/604708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=68
2018-05-07 12:53:59 +00:00
8ea757b93d Accepting request 576952 from Publishing
- Do not miss gpic and mif
- Even if pulled by other packages do explicite require for the build
  * pkgconfig(freetype2)
  * pkgconfig(libjpeg)
  * pkgconfig(libpng16)

OBS-URL: https://build.opensuse.org/request/show/576952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=67
2018-02-16 20:43:16 +00:00
eca2788684 Accepting request 575871 from Publishing
OBS-URL: https://build.opensuse.org/request/show/575871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=66
2018-02-13 09:31:54 +00:00
a9b4236c28 Accepting request 542575 from Publishing
- Update to gnuplot 5.2.2 
  * NEW splot ... with lines title at {beg|end}
  * FIX allow mixed use of in-key plot titles and manually placed titles
  * FIX prevent runaway iterations of the form   plot for [i=start:*] ...
  * FIX handle in-line range limits for linked or nonlinear axes
  * FIX restore pre-5.2 interpretation of logscaled tic increment as a multiplier
  * FIX logscale tic placement is closer to that of versions before 5.2.0
  * FIX recheck inrange/outrange points after spline or bezier smoothing
  * FIX sampling on x2 if linked to x1;  e.g. plot sample [t=1:5:1] '+' axes x2y1
  * FIX empty range on logscale y axis is handled by auto-extending the range
  * FIX autoscaling xrange of stacked histograms
- Add now missed TEXDIR at configure time which now includes also
  the sub path tex/latex/gnuplot/ below /usr/share/texmf/ (could
  become removed with some of the next version updates?)

OBS-URL: https://build.opensuse.org/request/show/542575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=65
2017-11-17 23:20:46 +00:00
c842f98e5e Accepting request 540022 from Publishing
OBS-URL: https://build.opensuse.org/request/show/540022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=64
2017-11-09 13:07:49 +00:00
646dcb3f49 Accepting request 529865 from Publishing
- Add patch gnuplot-5.2.0-texi2info.patch as source to be able
  to patch the resulting gnuplot.texi 
- Modify patches
  * gnuplot-4.4.0-x11ovf.dif
  * gnuplot-4.6.0-demo.diff
  * gnuplot-4.6.0-fonts.diff
  * gnuplot-4.6.0.dif
  * gnuplot-QtCore-PIC.dif
  * gnuplot-wx3.diff

- Update to gnuplot 5.2.0
  * NEW user-defined dashtypes in metapost terminal
* NEW datablock contents may be accessed as an indexed array of strings
  * CHANGE allow explicit sample interval for u and v using pseudofile '++'
  * CHANGE decouple cbrange from color components in "with rgbimage"
  * FIX reconcile aspect ratio flags from "set view map" and "set view equal xy"
  * FIX "set key fixed" should be ignored in the case of "set view map"
  * FIX GPVAL_* variables were not being updated in "set table" mode
  * FIX evaluation of nested iteration containing an empty range
  * FIX bug in variant time_spec formats %tH %tM (undesired wrapping)
  * NEW "plot with table" can handle string-valued output columns
  * CHANGE add caca terminal documentation to the user manual
  * CHANGE revised output of "test" command
  * CHANGE use Mingw-w64 and MSVC popen rather than built-in "fake" popen
  * FIX copy environmental variable GNUTERM to internal variable on entry
  * FIX more consistent handling of plot 'with table'
  * FIX incorrect, possibly empty, command string was saved for previous fit
  * FIX ignore non-numeric values of potential dummy params used by "fit"
  * FIX autoscaling during refresh of volatile data plots "with vectors"
  * FIX terminal initialization must be done before executing ~/.gnuplot

OBS-URL: https://build.opensuse.org/request/show/529865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=63
2017-10-09 17:40:19 +00:00
d38b515e24 Accepting request 517125 from Publishing
- Update to 5.0.7 (which does also close CVE-2017-9670 (bsc#1044638))
  * NEW set term {pngcairo|pdfcairo} pointscale <factor>
  * NEW "save fit" back-ported from version 5.2 as a replacement for "update"
  * NEW user-defined dashtypes in metapost terminal
  * CHANGE deprecate "update" command (but do not remove it)
  * CHANGE allow placement of circles in 3D plots using axis coordinates
  * CHANGE ignore invalid z coordinate for 3D objects placed in "set view map"
  * CHANGE distinguish 'bind "shift-Button1"' from 'bind "Button1"'
  * CHANGE use Mingw-w64 and MSVC popen rather than built-in "fake" popen
  * CHANGE allow range to include sampling interval in plots using pseudofile '+'
  * FIX rangelimited y2 axis could produce spurious diagonal line across plot
  * FIX assignment of x/y dimensions in "binary record=(a,b) ... with image"
  * FIX negative array index caused by hidden3d degenerate polygon
  * FIX object clipping in "set view map"
  * FIX cairo terminals: scale textbox border linewidth by terminal linewidth
  * FIX canvas terminal: initialization of plot dimensions (affects first zoom)
  * FIX crash in stats if no usable data is found
  * FIX do not use LaTeX formatting in tabular output
  * FIX sanity check to catch "plot '+' binary"
  * FIX sanity check for NULL format passed to gprintf
  * FIX sanity check for empty image data structure on input
  * FIX more consistent handling of plot 'with table'
  * FIX incorrect, possibly empty, command string was saved for previous fit
  * FIX 2D images with logscale axes could fail (segfault)
  * FIX nested iteration containing an empty range
  * FIX allow 64-bit Cygwin build using gtk3 for wxt terminal

OBS-URL: https://build.opensuse.org/request/show/517125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=62
2017-08-16 14:23:52 +00:00
0bf8bf3b22 Accepting request 494064 from Publishing
update to 5.0.6 (forwarded request 494037 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/494064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=61
2017-05-20 08:12:38 +00:00
Ludwig Nussel
b24427c764 Accepting request 446389 from Publishing
- Update to 5.0.5
  * NEW allow filename completion for system commands and pipes (backport from 5.1)
  * NEW option to plot with labels {rotate variable}
  * NEW command "set minussign"
  * NEW stats command "name" option now accepts "columnheader" or "columnheader(N)"
  * NEW command option "set colorbox invert"
  * CHANGE qt terminal force selection of outline font rather than bitmap font
  * CHANGE post terminal simplex/duplex output depends on PostScript level setting
  * CHANGE improved autoscaling of plot "with boxes"
  * CHANGE qt terminal sets TERM_POLYGON_PIXELS to avoid aliasing artifacts
  * CHANGE all stats and fit commands skip header records if "autotitle columnhead"
  * FIX Do not confuse EOF with 8-bit character 0x177 (E.g. in Cyrillic encodings).
  * FIX use blank line rather than 'u' flag in "set table" output of smoothed data
  * FIX order dependence of "fillcolor" keyword in plot commands
  * FIX svg - better vertical justification of rotated text
  * FIX wxt - file export widget correctly handles inactive plots
  * FIX qt - preserve leading and trailing whitespace in enhanced text strings
  * FIX various bugs affecting matrix data plotted "with image"
- Remove the patches now upstream
   gnuplot-5.0.0-lua-5.3.1.dif
   gnuplot-5.0.1-fix-latex-docs.diff
- Port patches to current version
   gnuplot-4.4.0-x11ovf.dif
   gnuplot-4.6.0-demo.diff
   gnuplot-4.6.0.dif
   gnuplot-QtCore-PIC.dif
   gnuplot-wx3.diff

OBS-URL: https://build.opensuse.org/request/show/446389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=60
2016-12-29 21:43:50 +00:00
f072b328ac Accepting request 416606 from Publishing
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/416606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=59
2016-08-05 16:17:02 +00:00
422c203be2 Accepting request 346936 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/346936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=58
2015-12-09 18:48:56 +00:00
2b9fb4db36 Accepting request 319060 from Publishing
- Add patch gnuplot-5.0.0-lua-5.3.1.dif to make it build with
  lua-5.3.1

- Require pkgconfig of libcerf at build time

OBS-URL: https://build.opensuse.org/request/show/319060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=57
2015-08-03 15:21:24 +00:00
c0e62e27b8 Accepting request 309130 from Publishing
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/309130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=56
2015-05-30 10:33:52 +00:00
7cf87df9e3 Accepting request 308185 from Publishing
- Since QtCore is build with -reduce-relocations a -fPIC is required 
  therefore add patch gnuplot-QtCore-PIC.dif

OBS-URL: https://build.opensuse.org/request/show/308185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=55
2015-05-22 07:53:44 +00:00
f4d08c988c Accepting request 293536 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/293536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=54
2015-03-30 17:10:37 +00:00
8a96973dd3 Accepting request 283903 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/283903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=53
2015-02-06 09:16:33 +00:00
9952e7f6a6 Accepting request 282561 from Publishing
Update to gnuplot 5.0.0 (forwarded request 282275 from burnus)

OBS-URL: https://build.opensuse.org/request/show/282561
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=52
2015-01-25 20:14:35 +00:00
Stephan Kulow
362854c6f0 Accepting request 258721 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/258721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=51
2014-11-05 15:26:35 +00:00
Stephan Kulow
d81607f74c Accepting request 224002 from Publishing
Update to 4.6.5 (forwarded request 223794 from burnus)

OBS-URL: https://build.opensuse.org/request/show/224002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=49
2014-02-26 22:59:45 +00:00
Stephan Kulow
19354d5111 Accepting request 205588 from Publishing
Update to 4.6.4 (forwarded request 205229 from burnus)

OBS-URL: https://build.opensuse.org/request/show/205588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=48
2013-11-04 06:05:47 +00:00
Stephan Kulow
783c868c7e Accepting request 173644 from Publishing
- Update to 4.6.3
  * FIX suppression of color in linetypes after "set term ... mono"
  * FIX synchronization of graphics and text color in latex terminals (forwarded request 173320 from burnus)

OBS-URL: https://build.opensuse.org/request/show/173644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=46
2013-04-29 07:53:17 +00:00
Stephan Kulow
576e55320b Accepting request 162049 from Publishing
Update to 4.6.2 (forwarded request 161937 from burnus)

OBS-URL: https://build.opensuse.org/request/show/162049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=45
2013-04-02 09:48:12 +00:00
Stephan Kulow
3bf79c556e Accepting request 140329 from Publishing
- Update to 4.6.1
  * Bug fixes.
  * Support tabulation of variable color column.
  * Support tabulation (set table) of pixel values from image plot styles
- Remove now obsolete patches gnuplot-automake.diff and gnuplot-4.6.0-fix-format-errors.diff. (forwarded request 140325 from burnus)

OBS-URL: https://build.opensuse.org/request/show/140329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=43
2012-11-08 07:04:32 +00:00
Stephan Kulow
95c0f0bb07 Accepting request 138336 from Publishing
- buildrequire libpng, it compiles fine with it (forwarded request 138294 from coolo)

OBS-URL: https://build.opensuse.org/request/show/138336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=42
2012-10-16 19:32:12 +00:00
Stephan Kulow
1f006893d3 Accepting request 128726 from Publishing
- Resolve the former problem by using texlive-texinfo to enforce
  installing required fonts as well as required tools for TL 2012

OBS-URL: https://build.opensuse.org/request/show/128726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=41
2012-07-24 13:01:37 +00:00
Stephan Kulow
6ebca21fe4 Accepting request 128710 from Publishing
- add more texlive 2012 requirements (forwarded request 128642 from coolo)

OBS-URL: https://build.opensuse.org/request/show/128710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=40
2012-07-23 08:00:25 +00:00
Stephan Kulow
ba3ad87ab4 Accepting request 126953 from Publishing
- Convert gnuplot.el to new backtick lisp scheme for emacs 24.1

OBS-URL: https://build.opensuse.org/request/show/126953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=39
2012-07-03 11:54:11 +00:00
Stephan Kulow
f81c0f569c Accepting request 122946 from Publishing
am 1.12 - http://lists.opensuse.org/opensuse-factory/2012-05/msg00752.html
- Remove redundant tags/sections from specfile
- Parallel build with %_smp_mflags
- Add patch to delete no-longer supported constructs from
  configure.in/Makefile.am (forwarded request 122937 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/122946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=37
2012-06-01 05:20:14 +00:00
Stephan Kulow
c65d151f23 Accepting request 112459 from Publishing
- Use new bcond_without h3d_gridbox to switch back to h3d-quadtree
  if h3d-gridbox will be disabled on the commandline of rpmbuild

- Avoid to stumble on bug in QtCore.pc on older distributions 

- Refresh patches to see in which C function each change is in
- Reenable bitmap terminals

- Update to gnuplot 4.6.0
  * New syntax supporting multi-line blocks of code delimited by curly braces
       if (<cond>) { ... } else { ... }
       do for [<iteration-spec>] { ... }
       while (<cond>) { ... }
  * Time formats can handle fractional seconds to microsecond precision.
  * User-definable linetypes that can be used to establish a locally
    preferred default sequence of colors or dash/thickness/point styles.
  * Statistical summary of the data to be plotted (new command "stats")
  * New terminal drivers:  qt  context  epscairo  cairolatex
  * The version for Windows received major improvements
    (GUI, help, native terminal and wxt, installer)
  * Improved support for UTF-8, SJIS and other multi-byte encodings

OBS-URL: https://build.opensuse.org/request/show/112459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=36
2012-04-12 07:24:51 +00:00
Stephan Kulow
6af3c79e55 Accepting request 104781 from Publishing
- Make gnuplot build with newer LUA version.

- Fix version control of further help messages, fix done
  by Dieter Jurzitza (bnc#746299)

- Fix libdir x libexecdir clash (bnc#744835).
- Use %configure macro.

     - Diese Version hat splines und bezier zum Fit für
       Mit vollständiger Dokumentation und Beispielen

OBS-URL: https://build.opensuse.org/request/show/104781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=35
2012-02-16 09:05:38 +00:00
Stephan Kulow
e21c52da0a Accepting request 100907 from Publishing
OBS-URL: https://build.opensuse.org/request/show/100907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=34
2012-01-25 11:18:33 +00:00
Ruediger Oertel
7736bb396a Autobuild autoformatter for 68036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=32
2011-04-21 11:26:10 +00:00
Ruediger Oertel
7b7048e16d Accepting request 68036 from Publishing
Accepted submit request 68036 from user coolo

OBS-URL: https://build.opensuse.org/request/show/68036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=31
2011-04-21 11:26:01 +00:00
85729fb250 Autobuild autoformatter for 58530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=29
2011-01-17 17:43:05 +00:00
0501a3b4f9 Accepting request 58530 from Publishing
Accepted submit request 58530 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/58530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=28
2011-01-17 17:42:54 +00:00
OBS User autobuild
c22956f830 Accepting request 49713 from Publishing
Copy from Publishing/gnuplot based on submit request 49713 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/49713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=27
2010-10-05 21:40:05 +00:00
OBS User autobuild
97393c9dba Accepting request 48141 from Publishing
Copy from Publishing/gnuplot based on submit request 48141 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/48141
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=26
2010-09-17 23:08:13 +00:00
OBS User autobuild
92c769fe3c Accepting request 40594 from Publishing
Copy from Publishing/gnuplot based on submit request 40594 from user coolo

OBS-URL: https://build.opensuse.org/request/show/40594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=23
2010-05-25 12:35:24 +00:00
OBS User autobuild
898710ff42 Accepting request 39729 from Publishing
Copy from Publishing/gnuplot based on submit request 39729 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/39729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=22
2010-05-12 16:26:55 +00:00
OBS User autobuild
5d18b57dce Accepting request 37193 from Publishing
Copy from Publishing/gnuplot based on submit request 37193 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/37193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuplot?expand=0&rev=21
2010-04-07 19:19:15 +00:00

Diff Content Not Available