Rebase to 5.0.3

This commit is contained in:
Frantisek Kluknavsky 2016-02-25 16:26:40 +01:00
parent cbb1dc55bb
commit cb045f2821
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/gnuplot-4.6.5.tar.gz /gnuplot-4.6.5.tar.gz
/gnuplot-5.0.1.tar.gz /gnuplot-5.0.1.tar.gz
/gnuplot-5.0.2.tar.gz /gnuplot-5.0.2.tar.gz
/gnuplot-5.0.3.tar.gz

View File

@ -1,6 +1,6 @@
%global major 5 %global major 5
%global minor 0 %global minor 0
%global patchlevel 2 %global patchlevel 3
%global x11_app_defaults_dir %{_datadir}/X11/app-defaults %global x11_app_defaults_dir %{_datadir}/X11/app-defaults
@ -339,6 +339,9 @@ fi
%{_datadir}/texmf/tex/latex/gnuplot/ %{_datadir}/texmf/tex/latex/gnuplot/
%changelog %changelog
* Thu Feb 25 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.3-1
- Rebase to 5.0.3
* Tue Feb 23 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.2-1 * Tue Feb 23 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.2-1
- Rebase to 5.0.2 - Rebase to 5.0.2
- Compile gnuplot-minimal with cairo support. It is needed to build docs. - Compile gnuplot-minimal with cairo support. It is needed to build docs.

View File

@ -1 +1 @@
42a7eb5544ec8a43ef85228762d303ee gnuplot-5.0.2.tar.gz 425ec74f34e54298e48b8c85e546d4ad gnuplot-5.0.3.tar.gz