From b452f9ec29aeabeba39eea0db305bdd0755527ce Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Mon, 2 Feb 2015 15:33:03 +0100 Subject: [PATCH] work around broken alternatives until better solution is found --- gnuplot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnuplot.spec b/gnuplot.spec index 12c0634..0e11505 100644 --- a/gnuplot.spec +++ b/gnuplot.spec @@ -7,7 +7,7 @@ Summary: A program for plotting mathematical expressions and data Name: gnuplot Version: %{major}.%{minor}.%{patchlevel} -Release: 4%{?dist} +Release: 5%{?dist} # MIT .. term/PostScript/aglfn.txt License: gnuplot and MIT Group: Applications/Engineering @@ -233,7 +233,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_mandir}/ja/man1 mv $RPM_BUILD_ROOT%{_mandir}/man1/gnuplot-ja.1 $RPM_BUILD_ROOT/%{_mandir}/ja/man1/ %posttrans -%{_sbindir}/alternatives --install %{_bindir}/gnuplot gnuplot %{_bindir}/gnuplot-qt 60 +%{_sbindir}/alternatives --install %{_bindir}/gnuplot gnuplot %{_bindir}/gnuplot-qt 61 %post common if [ -f %{_infodir}/gnuplot.info* ]; then @@ -329,6 +329,9 @@ fi %{_datadir}/texmf/tex/latex/gnuplot/ %changelog +* Mon Feb 02 2015 Frantisek Kluknavsky - 5.0.0-5 +- work around broken alternatives until better solution is found + * Fri Jan 23 2015 Frantisek Kluknavsky - 5.0.0-4 - make qt terminal default instead of outdated wx - luaL_checkint macro disappeared from lua headers