forked from pool/emacs-auctex
Update to auctex-13.3
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=56
This commit is contained in:
parent
4878087828
commit
a1f58cba79
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ac7800d1668878aef02f9a6441e4690815171757ae65fd523e829c5de874aa3
|
||||
size 3001160
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e7e402abcf846694eba7719925bf095c23ef33a5e6602201c74b6ca60944035
|
||||
size 1667548
|
Binary file not shown.
3
auctex-13.3-auto-TL-2023.tar.xz
Normal file
3
auctex-13.3-auto-TL-2023.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f404dbbe5da98006017234d5bc663f18ec71b581e47d5672eb7bce71c1b3d760
|
||||
size 2452832
|
3
auctex-13.3.tar.gz
Normal file
3
auctex-13.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f7e57e1241a499f34861d59f3c4652fb47e3896c7a2768edbbbec1e54c91252
|
||||
size 1695608
|
BIN
auctex-13.3.tar.gz.sig
Normal file
BIN
auctex-13.3.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 13:28:42 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Update to 13.4
|
||||
* AUCTeX now requires GNU Emacs 26.1 or higher.
|
||||
* LaTeX abbrevs are now available in docTeX mode buffers.
|
||||
* AUCTeX temporarily rebinds the variable ‘gc-cons-percentage’ to a
|
||||
higher value during parsing which speeds up the process
|
||||
significantly. The memory pressure should still be acceptable,
|
||||
even on older machines.
|
||||
* Macros provided by the ‘xparse’ package are part of LaTeX kernel
|
||||
since October 2020. AUCTeX tracks this change and the content of
|
||||
‘xparse.el’ is moved into ‘latex.el’ and ‘font-latex.el’
|
||||
respectively.
|
||||
* The variable ‘preview-scale-function’ is now allowed as a
|
||||
file-local variable where the assigned value can only be between
|
||||
0.1 and 10.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 11:31:29 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
@ -8,7 +26,7 @@ Thu Aug 3 11:31:29 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||
Wed Aug 2 11:11:34 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Update to 13.2
|
||||
• AUCTeX no longer refuses to insert dollar sign when you type ‘$’ at
|
||||
* AUCTeX no longer refuses to insert dollar sign when you type ‘$’ at
|
||||
point where AUCTeX thinks the current math mode didn’t start with
|
||||
dollar(s). AUCTeX assumes the user knows that it isn’t in math
|
||||
mode actually.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package emacs-auctex
|
||||
#
|
||||
# Copyright (c) 2023 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
|
||||
@ -42,7 +42,7 @@ BuildRequires: texlive-latex
|
||||
BuildRequires: texlive-tex
|
||||
BuildRequires: texlive-texinfo
|
||||
%endif
|
||||
Version: 13.2
|
||||
Version: 13.3
|
||||
Release: 0
|
||||
Summary: AUC TeX: An Emacs Extension
|
||||
License: GPL-3.0-or-later
|
||||
@ -78,8 +78,8 @@ you cannot use this package for XEmacs.
|
||||
|
||||
%prep
|
||||
%setup -n auctex-%{version}
|
||||
%patch0
|
||||
%patch1
|
||||
%patch -P0
|
||||
%patch -P1
|
||||
|
||||
%build
|
||||
unset ${!LC_*}
|
||||
@ -110,9 +110,9 @@ you cannot use this package for XEmacs.
|
||||
%make_install DESTDIR=%{buildroot}
|
||||
pushd %{buildroot}%{_aucdir}/auto/
|
||||
%if %{with tex4auto}
|
||||
cwd
|
||||
pwd
|
||||
echo "Run the command TeX-auto-generate-global in mini buffer"
|
||||
emacs-gtk --no-site -L %{buildroot}%{_sitedir}/auctex \
|
||||
emacs-gtk -Q -L %{buildroot}%{_sitedir}/auctex \
|
||||
--eval '(setq TeX-lisp-directory "%{buildroot}%{_aucdir}")' \
|
||||
--eval '(setq TeX-auto-global "%{buildroot}%{_aucdir}/auto")' \
|
||||
-l %{buildroot}%{_sitedir}/tex-site.el
|
||||
|
Loading…
Reference in New Issue
Block a user