forked from pool/gnuplot
.
OBS-URL: https://build.opensuse.org/package/show/Publishing/gnuplot?expand=0&rev=86
This commit is contained in:
parent
ae2e25c4de
commit
7c2045866c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7dc6b0fb6b321691e89e344387310a8e6614f0c4e5eb15a90dc742a53d807e88
|
||||
size 5295961
|
3
gnuplot-5.2.2.tar.gz
Normal file
3
gnuplot-5.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a416d22f02bdf3873ef82c5eb7f8e94146795811ef808e12b035ada88ef7b1a1
|
||||
size 5282973
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 07:52:31 UTC 2017 - werner@suse.de
|
||||
|
||||
- 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?)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 8 18:31:59 UTC 2017 - nico.kruber@gmail.com
|
||||
|
||||
|
@ -83,7 +83,7 @@ BuildRequires: wxWidgets-devel >= 3
|
||||
BuildRequires: xorg-x11
|
||||
BuildRequires: xorg-x11-devel
|
||||
Url: http://www.gnuplot.info/
|
||||
Version: 5.2.1
|
||||
Version: 5.2.2
|
||||
Release: 0
|
||||
Summary: Function Plotting Utility and more
|
||||
License: SUSE-Gnuplot and GPL-2.0+
|
||||
@ -122,6 +122,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define _x11inc %{_includedir}
|
||||
%define _appdef %{_x11data}/app-defaults
|
||||
%endif
|
||||
%define _gnplttex tex/latex/gnuplot
|
||||
|
||||
%description
|
||||
GNUplot is a command line driven interactive function plotting utility.
|
||||
@ -189,6 +190,7 @@ autoreconf -fi
|
||||
--x-includes=%{_x11inc} \
|
||||
--x-libraries=%{_x11lib}\
|
||||
--with-x-app-defaultdir=%{_appdef}\
|
||||
--with-texdir=/usr/share/texmf/%{_gnplttex} \
|
||||
--with-readline=gnu \
|
||||
--enable-history-file \
|
||||
--with-linux-vga \
|
||||
@ -280,7 +282,7 @@ autoreconf -fi
|
||||
%{_bindir}/gnuplot
|
||||
%{_libexecdir}/gnuplot
|
||||
%{_datadir}/gnuplot
|
||||
%{_datadir}/texmf/tex/latex/gnuplot/
|
||||
%{_datadir}/texmf/%{_gnplttex}/
|
||||
%{_datadir}/emacs/site-lisp/
|
||||
%{_appdef}/Gnuplot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user