diff --git a/.gitignore b/.gitignore index f519311..f3301f4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /gnuplot-4.6.5.tar.gz /gnuplot-5.0.1.tar.gz /gnuplot-5.0.2.tar.gz +/gnuplot-5.0.3.tar.gz diff --git a/gnuplot.spec b/gnuplot.spec index e89bc35..4cd8d53 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -1,6 +1,6 @@ %global major 5 %global minor 0 -%global patchlevel 2 +%global patchlevel 3 %global x11_app_defaults_dir %{_datadir}/X11/app-defaults @@ -339,6 +339,9 @@ fi %{_datadir}/texmf/tex/latex/gnuplot/ %changelog +* Thu Feb 25 2016 Frantisek Kluknavsky - 5.0.3-1 +- Rebase to 5.0.3 + * Tue Feb 23 2016 Frantisek Kluknavsky - 5.0.2-1 - Rebase to 5.0.2 - Compile gnuplot-minimal with cairo support. It is needed to build docs. diff --git a/sources b/sources index 678f2f4..c95f88c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -42a7eb5544ec8a43ef85228762d303ee gnuplot-5.0.2.tar.gz +425ec74f34e54298e48b8c85e546d4ad gnuplot-5.0.3.tar.gz