diff --git a/.gitignore b/.gitignore index f37a860..7cdadff 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gnuplot-4.6.3.tar.gz /gnuplot-4.6.4.tar.gz /gnuplot-4.6.5.tar.gz +/gnuplot-5.0.1.tar.gz diff --git a/gnuplot.spec b/gnuplot.spec index c319a81..eeb5806 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -1,13 +1,13 @@ %global major 5 %global minor 0 -%global patchlevel 0 +%global patchlevel 1 %global x11_app_defaults_dir %{_datadir}/X11/app-defaults Summary: A program for plotting mathematical expressions and data Name: gnuplot Version: %{major}.%{minor}.%{patchlevel} -Release: 8%{?dist} +Release: 1%{?dist} # MIT .. term/PostScript/aglfn.txt License: gnuplot and MIT Group: Applications/Engineering @@ -339,6 +339,9 @@ fi %{_datadir}/texmf/tex/latex/gnuplot/ %changelog +* Thu Jun 11 2015 Frantisek Kluknavsky - 5.0.1-1 +- rebase to 5.0.1 + * Mon Apr 13 2015 Frantisek Kluknavsky - 5.0.0-8 - ghost /usr/bin/gnuplot, bz#1210437 diff --git a/sources b/sources index 02931ee..f360865 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23628e321ff2428d3f171e1cd4245486 gnuplot-5.0.0.tar.gz +79b4f9e203728f76b60b28bcd402d3c7 gnuplot-5.0.1.tar.gz