diff --git a/.gitignore b/.gitignore index f3301f4..192a3ab 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /gnuplot-5.0.1.tar.gz /gnuplot-5.0.2.tar.gz /gnuplot-5.0.3.tar.gz +/gnuplot-5.0.5.tar.gz diff --git a/gnuplot.spec b/gnuplot.spec index 4f1313c..1178172 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -1,13 +1,13 @@ %global major 5 %global minor 0 -%global patchlevel 3 +%global patchlevel 5 %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: 3%{?dist} +Release: 1%{?dist} # MIT .. term/PostScript/aglfn.txt License: gnuplot and MIT Group: Applications/Engineering @@ -341,6 +341,9 @@ fi %{_datadir}/texmf/tex/latex/gnuplot/ %changelog +* Mon Oct 10 2016 Frantisek Kluknavsky - 5.0.5-1 +- rebase + * Fri Jul 22 2016 Tom Callaway - 5.0.3-3 - rebuild to drop libvpx dep diff --git a/sources b/sources index c95f88c..bae77e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -425ec74f34e54298e48b8c85e546d4ad gnuplot-5.0.3.tar.gz +c5e96fca73afbee4f57cbc1bfce6b3b8 gnuplot-5.0.5.tar.gz