From c9a544594e9302f2b2d730b22f873eec3267df4d Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Wed, 11 Feb 2015 16:13:06 +0100 Subject: [PATCH] gnuplot-wx now Provides:gnuplot - gnuplot now obsoletes old gnuplot-qt and gnuplot-wx obsoletes old gnuplot --- gnuplot.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnuplot.spec b/gnuplot.spec index 0e11505..763e884 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: 5%{?dist} +Release: 6%{?dist} # MIT .. term/PostScript/aglfn.txt License: gnuplot and MIT Group: Applications/Engineering @@ -41,6 +41,8 @@ BuildRequires: qt-devel >= 4.5 BuildRequires: wxGTK-devel %endif +Obsoletes: gnuplot-qt < 5.0.0-4 + %description Gnuplot is a command-line driven, interactive function plotting program especially suited for scientific data representation. Gnuplot @@ -89,6 +91,8 @@ Summary: Qt interface for gnuplot Requires: %{name}-common = %{version}-%{release} Requires(post): %{_sbindir}/alternatives Requires(preun): %{_sbindir}/alternatives +Provides: gnuplot +Obsoletes: gnuplot < 5.0.0-4 %description wx Gnuplot is a command-line driven, interactive function plotting @@ -329,6 +333,10 @@ fi %{_datadir}/texmf/tex/latex/gnuplot/ %changelog +* Wed Feb 11 2015 Frantisek Kluknavsky - 5.0.0-6 +- gnuplot-wx now Provides:gnuplot +- gnuplot now obsoletes old gnuplot-qt and gnuplot-wx obsoletes old gnuplot + * Mon Feb 02 2015 Frantisek Kluknavsky - 5.0.0-5 - work around broken alternatives until better solution is found