From c510df2f8daea9914ddadc0b8c72fa72d970c11d16f2c8e169c33e34a1df535c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 18 Jun 2024 08:31:43 +0000 Subject: [PATCH] - Update to 0.8.0 * Changed project license to GPLv3. * Greatly simplify the compilation process. * Fix deprecated calls to the cl library. * Deprecated XEmacs support. Bump minimal GNU Emacs version to 24.3. * Add a gnuplot-program-args variable for passing additional arguments to the gnuplot program binary. * The gnuplot-inline-image-mode can now take three values: nil, inline, dedicated. * Add the gnuplot-use-context-sensitive-completion configuration option. * Removed the gnuplot-bug-report function. * The provided gnuplot.info manual file has been updated for gnuplot version 5.2.6. * Add the gnuplot-program-args customization option to pass additional arguments to the gnuplot process. * Use syntax-proprietize-rules in gnuplot buffers. * gnuplot-context-sensitive-mode is now a normal minor mode. * Enable completion-at-point in gnuplot comint buffers. * Remove the unused dotemacs.el file. * comint-process-echoes is now buffer-local. OBS-URL: https://build.opensuse.org/package/show/Publishing/emacs-gnuplot-mode?expand=0&rev=4 --- emacs-gnuplot-mode.changes | 25 +++++++++++++++++++++++++ emacs-gnuplot-mode.spec | 11 ++++++----- gnuplot-mode-0.8.0.tar.gz | 3 +++ 3 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 gnuplot-mode-0.8.0.tar.gz diff --git a/emacs-gnuplot-mode.changes b/emacs-gnuplot-mode.changes index 743b6ca..a8b562c 100644 --- a/emacs-gnuplot-mode.changes +++ b/emacs-gnuplot-mode.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Jun 11 09:03:51 UTC 2024 - Dr. Werner Fink + +- Update to 0.8.0 + * Changed project license to GPLv3. + * Greatly simplify the compilation process. + * Fix deprecated calls to the cl library. + * Deprecated XEmacs support. Bump minimal GNU Emacs version to 24.3. + * Add a gnuplot-program-args variable for passing additional + arguments to the gnuplot program binary. + * The gnuplot-inline-image-mode can now take three values: nil, + inline, dedicated. + * Add the gnuplot-use-context-sensitive-completion configuration + option. + * Removed the gnuplot-bug-report function. + * The provided gnuplot.info manual file has been updated for gnuplot + version 5.2.6. + * Add the gnuplot-program-args customization option to pass + additional arguments to the gnuplot process. + * Use syntax-proprietize-rules in gnuplot buffers. + * gnuplot-context-sensitive-mode is now a normal minor mode. + * Enable completion-at-point in gnuplot comint buffers. + * Remove the unused dotemacs.el file. + * comint-process-echoes is now buffer-local. + ------------------------------------------------------------------- Thu Mar 11 07:04:22 UTC 2021 - Dr. Werner Fink diff --git a/emacs-gnuplot-mode.spec b/emacs-gnuplot-mode.spec index f72eee7..7bca6d9 100644 --- a/emacs-gnuplot-mode.spec +++ b/emacs-gnuplot-mode.spec @@ -1,7 +1,7 @@ # # spec file for package emacs-gnuplot-mode # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define _sitedir %{_datadir}/emacs/site-lisp Name: emacs-gnuplot-mode -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: Gnuplot mode for EMACS License: GPL-2.0-or-later @@ -50,7 +50,8 @@ This package contains the Gnuplot mode documentation in PDF format. %setup -q -n gnuplot-%{version} %build -make -f Makefile.dst default pdf +make -f Makefile default +pdflatex gpelcard.tex %install install -pm 755 -d %{buildroot}%{_sitedir} @@ -58,8 +59,8 @@ install -pm 644 gnuplot*.el %{buildroot}%{_sitedir}/ install -pm 644 gnuplot*.elc %{buildroot}%{_sitedir}/ %files -%license COPYING -%doc README.org dotemacs.el +%license LICENSE +%doc README.org %dir %{_sitedir} %{_sitedir}/gnuplot*el %{_sitedir}/gnuplot*elc diff --git a/gnuplot-mode-0.8.0.tar.gz b/gnuplot-mode-0.8.0.tar.gz new file mode 100644 index 0000000..2423a37 --- /dev/null +++ b/gnuplot-mode-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65869d61d4ed565d9fe0627603ad6a442458c8a4a7a07cb1be93b06ce7423cf +size 352106