Accepting request 1181428 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1181428 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-gnuplot-mode?expand=0&rev=2
This commit is contained in:
commit
5100214d95
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 09:03:51 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- 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 <werner@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24032e4465470d284a960c7c6073bc93f9c26be4ad14cc0f4a8fa5b90205d8b8
|
||||
size 373467
|
3
gnuplot-mode-0.8.0.tar.gz
Normal file
3
gnuplot-mode-0.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f65869d61d4ed565d9fe0627603ad6a442458c8a4a7a07cb1be93b06ce7423cf
|
||||
size 352106
|
Loading…
x
Reference in New Issue
Block a user