[gnuplot/f21] Requires:emacs changed to Requires:emacs(bin), https://bugzilla.redhat.com/show_bug.cgi?id=1154498

Frantisek Kluknavsky fkluknav at fedoraproject.org
Thu Feb 26 15:12:23 UTC 2015


commit 53e041288540c24beffbe1ef5898d1732ceab8bd
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Thu Feb 26 16:12:21 2015 +0100

    Requires:emacs changed to Requires:emacs(bin), https://bugzilla.redhat.com/show_bug.cgi?id=1154498

 gnuplot.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gnuplot.spec b/gnuplot.spec
index 341a3b3..a29f1a4 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
@@ -103,7 +103,7 @@ This package provides a Qt based terminal version of gnuplot
 Group: Applications/Engineering
 Summary: Emacs bindings for the gnuplot main application
 Requires: %{name} = %{version}-%{release}
-Requires: emacs >= %{_emacs_version}
+Requires: emacs(bin) >= %{_emacs_version}
 BuildRequires: emacs-el pkgconfig
 BuildArch: noarch
 Provides: gnuplot-emacs = %{version}-%{release}
@@ -320,6 +320,9 @@ fi
 %{_datadir}/texmf/tex/latex/gnuplot/
 
 %changelog
+* Thu Feb 26 2015 Frantisek Kluknavsky <fkluknav at redhat.com> - 4.6.5-5
+- Requires:emacs changed to Requires:emacs(bin), https://bugzilla.redhat.com/show_bug.cgi?id=1154498
+
 * Wed Nov 19 2014 Frantisek Kluknavsky <fkluknav at redhat.com> - 4.6.5-4
 - libedit-devel can not handle utf8, readline-devel is not legal with gnuplot, stick to builtin
   https://bugzilla.redhat.com/show_bug.cgi?id=1039102


More information about the scm-commits mailing list