diff --git a/gnuplot-5.2.1.tar.gz b/gnuplot-5.2.1.tar.gz deleted file mode 100644 index e5417a0..0000000 --- a/gnuplot-5.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dc6b0fb6b321691e89e344387310a8e6614f0c4e5eb15a90dc742a53d807e88 -size 5295961 diff --git a/gnuplot-5.2.2.tar.gz b/gnuplot-5.2.2.tar.gz new file mode 100644 index 0000000..75ab67a --- /dev/null +++ b/gnuplot-5.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a416d22f02bdf3873ef82c5eb7f8e94146795811ef808e12b035ada88ef7b1a1 +size 5282973 diff --git a/gnuplot.changes b/gnuplot.changes index d634ce6..ba085d3 100644 --- a/gnuplot.changes +++ b/gnuplot.changes @@ -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 diff --git a/gnuplot.spec b/gnuplot.spec index 8799a8c..5d90201 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -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