Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gnuplot-5.4.5-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: gnuplot Distribution: openSUSE:Factory:zSystems
Version: 5.4.5 Vendor: openSUSE
Release: 1.1 Build date: Wed Dec 21 05:39:55 2022
Group: Documentation/Other Build host: s390zl25
Size: 4052036 Source RPM: gnuplot-5.4.5-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.gnuplot.info/
Summary: Function Plotting Utility and more
GNUplot is a command line driven interactive function plotting utility.
GNUplot supports many different types of terminals, plotters, and
printers (including many color devices and pseudodevices like LaTeX)
and can easily be extended to include new devices.

Provides

Requires

License

GPL-2.0-or-later AND SUSE-Gnuplot

Changelog

* Sat Dec 17 2022 Dirk Müller <dmueller@suse.com>
  - 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
* Tue Sep 27 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - remove warnings with GNU grep 3.8 and fix build with egrep/fgrep
    removed boo#1203092 - add gnuplot-5.4.4-grep.patch
* Tue Jul 19 2022 Dr. Werner Fink <werner@suse.de>
  - 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
  - Refresh Gnuplot_5_4.pdf
* Sun Jun 19 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Use wxGTK3 instead of GTK2 wxWidgets.
* Mon Jan 10 2022 Dr. Werner Fink <werner@suse.de>
  - 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
* Mon Jun 07 2021 Dr. Werner Fink <werner@suse.de>
  - 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
* Mon Apr 26 2021 Dr. Werner Fink <werner@suse.de>
  - Update spec file to work with TeXLive 2021
* Thu Apr 22 2021 Dr. Werner Fink <werner@suse.de>
  - Last commit had added patch gnuplot-PIE.patch
* Thu Apr 15 2021 Wolfgang Frisch <wolfgang.frisch@suse.com>
  - Hardening: compile with PIC and link with PIE (bsc#1184123).
* Thu Dec 10 2020 Dr. Werner Fink <werner@suse.de>
  - 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
    * 1f36c4fb.patch
    * 963c7df3.patch
    * a31c3b70.patch
  - Port patch gnuplot-gd.patch
  - Update Gnuplot_5_4.pdf as well
* Mon Sep 28 2020 Dr. Werner Fink <werner@suse.de>
  - 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
* Fri Jul 17 2020 Dr. Werner Fink <werner@suse.de>
  - 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)
    * NEW smooth option "zsort" controls order that points are plotting in
    * NEW multiple textbox styles
    * NEW Time/date input recognizes format %p to handle am/pm field
    * EXPERIMENTAL "set mouse mouseformat function <stringval_from_xy(x,y)>"
    * EXPERIMENTAL load $DATABLOCK
    * CHANGE revised syntax for plot style "with parallelaxes"
    * CHANGE deprecate command "reread"
    * CHANGE remove deprecated command "update"
    * CHANGE remove deprecated option "thru"
    * CHANGE special case optimization of nonlinear code to speed up logscale
    * CHANGE windows terminal can print using Direct2D
    * CHANGE windows terminal supports color fonts (Direct2D)
    * CHANGE arrow head size can be decoupled from arrow size
    * CHANGE apply trange to sampling on pseudofile '+'
    * CHANGE move tgif terminal to "legacy" status; build only if configured
    * CHANGE imaginary values from the using spec of a 2D plot are treated as NaN
    * CHANGE remove compile option EXTENDED_COLOR_SPECS used only by vgagl.trm
    * CHANGE remove linux and vgagl terminals
    * CHANGE remove undocumented EXPERIMENTAL option for pm3d filled contours
    * CHANGE print to datablock expands embedded \n into a separate block entry
    * CHANGE boxplot outliers affect autoscaling only if they are enabled
    * CHANGE remove latex, emtex, eepic, and tpic terminals from default build
    * CHANGE pm3d quadrangles are by default clipped smoothly to zrange
    * CHANGE `set offset` is ignored when the axis range is not autoscaled
    * FIX allow mixed use of in-key plot titles and manually placed titles
    * FIX open/close path for polygons
    * FIX several stability issues of the caca terminal
    * FIX gd terminals: rendering of white lines with lw > 1
    * FIX do not reapply "set offset" on refresh or scrolling event
    * FIX for negative relative time format with leading element zero
  - Port patch to 5.4.0
    * 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-gd.patch
    * gnuplot-wx3.diff
    * gnuplot-5.2.0-texi2info.patch
  - Remove now obsolete patch gnuplot-QtIndexedList.dif
  - Add new Gnuplot_5_4.pdf as now the old tutorial isn't anymore
* Mon Jun 22 2020 Werner Fink <werner@suse.de>
  - Add patch gnuplot-QtIndexedList.dif to avoid warnings reported
    with boo#1172565
* Tue Jun 16 2020 Dr. Werner Fink <werner@suse.de>
  - Disable warning messages from Qt5(.15 and up) (boo#1172565)
* Mon Dec 02 2019 Dr. Werner Fink <werner@suse.de>
  - 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)
* Mon Aug 05 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Use _multibuild for documentation subpackage. The documentation requires
    TeX and emacs, which significantly add to the build dependencies (emacs
    depends on webkit2gtk, which depends on rust).
  - Split Gnuplot mode files for emacs from the gnuplot package. The
    gnuplot mode packages has no build dependency on gnuplot, while
    the split removes the emacs build dependency from gnuplot.
  - Disable KDE3 era DCOP support
  - Move man pages to main package
  - Do not package figure_*.pdf build artifacts, created for PDF manual
  - Cleanup spec file:
    * Fix RPM Group for doc package
    * Remove support for openSUSE 13.1 (Qt4)
    * Remove support for X11 installed in /usr/X11R6/
    * Remove defattr macro use
    * Disable (S)VGA terminal (requires unvailable libvga)
* Fri May 31 2019 Dr. Werner Fink <werner@suse.de>
  - 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
    * FIX extraneous dots and potential segfault from splot with contour labels
    * FIX boxplots - color sequence correctly starts with specified linetype
    * FIX incomplete initialization led to segfault from "gnuplot -c foo.gp baz"
    * FIX Allow "pm3d depthorder base" to handle 3D boxes with logscale z
  - Correct relative offsets of the hunks of the patches
    * gnuplot-4.4.0-x11ovf.dif
    * gnuplot-4.6.0-fonts.diff
    * gnuplot-4.6.0.dif
* Thu Jan 03 2019 Dr. Werner Fink <werner@suse.de>
  - 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

Files

/usr/bin/gnuplot
/usr/libexec/gnuplot
/usr/libexec/gnuplot/5.4
/usr/libexec/gnuplot/5.4/gnuplot_qt
/usr/libexec/gnuplot/5.4/gnuplot_x11
/usr/share/X11/app-defaults
/usr/share/X11/app-defaults/Gnuplot
/usr/share/gnuplot
/usr/share/gnuplot/5.4
/usr/share/gnuplot/5.4/PostScript
/usr/share/gnuplot/5.4/PostScript/8859-1.ps
/usr/share/gnuplot/5.4/PostScript/8859-15.ps
/usr/share/gnuplot/5.4/PostScript/8859-2.ps
/usr/share/gnuplot/5.4/PostScript/8859-9.ps
/usr/share/gnuplot/5.4/PostScript/aglfn.txt
/usr/share/gnuplot/5.4/PostScript/cp1250.ps
/usr/share/gnuplot/5.4/PostScript/cp1251.ps
/usr/share/gnuplot/5.4/PostScript/cp1252.ps
/usr/share/gnuplot/5.4/PostScript/cp437.ps
/usr/share/gnuplot/5.4/PostScript/cp850.ps
/usr/share/gnuplot/5.4/PostScript/cp852.ps
/usr/share/gnuplot/5.4/PostScript/koi8r.ps
/usr/share/gnuplot/5.4/PostScript/koi8u.ps
/usr/share/gnuplot/5.4/PostScript/prologue.ps
/usr/share/gnuplot/5.4/PostScript/utf-8.ps
/usr/share/gnuplot/5.4/colors_default.gp
/usr/share/gnuplot/5.4/colors_mono.gp
/usr/share/gnuplot/5.4/colors_podo.gp
/usr/share/gnuplot/5.4/gnuplot-fr.gih
/usr/share/gnuplot/5.4/gnuplot.gih
/usr/share/gnuplot/5.4/gnuplotrc
/usr/share/gnuplot/5.4/js
/usr/share/gnuplot/5.4/js/README
/usr/share/gnuplot/5.4/js/canvasmath.js
/usr/share/gnuplot/5.4/js/canvastext.js
/usr/share/gnuplot/5.4/js/gnuplot_common.js
/usr/share/gnuplot/5.4/js/gnuplot_dashedlines.js
/usr/share/gnuplot/5.4/js/gnuplot_mouse.css
/usr/share/gnuplot/5.4/js/gnuplot_mouse.js
/usr/share/gnuplot/5.4/js/gnuplot_svg.js
/usr/share/gnuplot/5.4/js/gnuplot_svg_2018.js
/usr/share/gnuplot/5.4/js/grid.png
/usr/share/gnuplot/5.4/js/help.png
/usr/share/gnuplot/5.4/js/nextzoom.png
/usr/share/gnuplot/5.4/js/previouszoom.png
/usr/share/gnuplot/5.4/js/return.png
/usr/share/gnuplot/5.4/js/textzoom.png
/usr/share/gnuplot/5.4/lua
/usr/share/gnuplot/5.4/lua/gnuplot-tikz.lua
/usr/share/gnuplot/5.4/qt
/usr/share/gnuplot/5.4/qt/qtgnuplot_fr.qm
/usr/share/gnuplot/5.4/qt/qtgnuplot_ja.qm
/usr/share/licenses/gnuplot
/usr/share/licenses/gnuplot/Copyright
/usr/share/man/ja/man1/gnuplot.1.gz
/usr/share/man/man1/gnuplot.1.gz
/usr/share/texmf
/usr/share/texmf/tex
/usr/share/texmf/tex/latex
/usr/share/texmf/tex/latex/gnuplot
/usr/share/texmf/tex/latex/gnuplot/gnuplot-lua-tikz-common.tex
/usr/share/texmf/tex/latex/gnuplot/gnuplot-lua-tikz.sty
/usr/share/texmf/tex/latex/gnuplot/gnuplot-lua-tikz.tex
/usr/share/texmf/tex/latex/gnuplot/gnuplot.cfg
/usr/share/texmf/tex/latex/gnuplot/t-gnuplot-lua-tikz.tex


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:53:36 2024