From a8746c93e0d99acce3f3c8d425ef298ee0b46703 Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Tue, 23 Feb 2016 16:23:28 +0100 Subject: [PATCH] rebase to 5.0.2 --- gnuplot.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/gnuplot.spec b/gnuplot.spec index 9fdf813..e89bc35 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -1,13 +1,13 @@ %global major 5 %global minor 0 -%global patchlevel 1 +%global patchlevel 2 %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: 4%{?dist} +Release: 1%{?dist} # MIT .. term/PostScript/aglfn.txt License: gnuplot and MIT Group: Applications/Engineering @@ -164,13 +164,13 @@ chmod 644 demo/html/webify_canvas.pl #remove binaries from source tarball rm -rf demo/plugin/*.so demo/plugin/*.o -%global configure_opts --with-readline=builtin --with-png --without-linux-vga \\\ +%global configure_opts --with-readline=builtin --without-linux-vga \\\ --enable-history-file # at first create minimal version of gnuplot for server SIG purposes mkdir minimal cd minimal ln -s ../configure . -%configure %{configure_opts} --disable-wxwidgets --without-cairo --without-qt +%configure %{configure_opts} --disable-wxwidgets --without-qt make %{?_smp_mflags} cd - @@ -339,6 +339,12 @@ fi %{_datadir}/texmf/tex/latex/gnuplot/ %changelog +* 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. + It is pulled in anyway by gnuplot-common (gnuplot_x11 binary is taken from a fat build) +- configure --with-png is unknown - flag removed + * Wed Feb 03 2016 Fedora Release Engineering - 5.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild