Update to auctex 14.0.7
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=72
This commit is contained in:
parent
ceaed792df
commit
ee809ca1db
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
auctex-14.0.6.tar filter=lfs diff=lfs merge=lfs -text
|
||||
auctex-14.0.7.tar filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b94a188303b7820ef3c20edb53295672aa71cc74a536693c648e11642e7513e
|
||||
size 1363756
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9a718e8863cbac60b53f6877d1d3997ed06b4b8406995a7e4e01cd34fcc5231
|
||||
size 6410240
|
Binary file not shown.
3
auctex-14.0.7-auto-TL-2024.tar.xz
Normal file
3
auctex-14.0.7-auto-TL-2024.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a0d1a1991fc31ed0c180d58b162e9540de21fed263eb28c5baa0e40cdae943b
|
||||
size 1359952
|
3
auctex-14.0.7.tar
Normal file
3
auctex-14.0.7.tar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2832626f7d5f65613a7cd1a20d4739442dc4c69192ccf047388dac515096e1d4
|
||||
size 6287360
|
BIN
auctex-14.0.7.tar.sig
Normal file
BIN
auctex-14.0.7.tar.sig
Normal file
Binary file not shown.
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 14:49:44 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Update to AUCTeX ELPA version 14.0.7 (2024-10-05)
|
||||
** Added
|
||||
- Respect the value of ~TeX-output-dir~ when processing files with
|
||||
latexmk. This means that the default value of ~TeX-command-list~ is
|
||||
changed.
|
||||
- Add new support files =style/authblk.el=, =style/langscibook.cls=,
|
||||
=style/lstautogobble.el=, =style/lstlinebgrd.el=,
|
||||
=style/ninecolors.el=, =style/supertabular.el=, =style/tabularray.el=
|
||||
and =style/xtab.el=.
|
||||
** Fixed
|
||||
- Fold argument of verbatim macros more accurately.
|
||||
** Removed
|
||||
- Remove the possibility to disable the side-wide installation with:
|
||||
#+begin_src emacs-lisp
|
||||
(unload-feature 'tex-site)
|
||||
#+end_src
|
||||
Using this form when installed from [[ELPA:auctex.html][ELPA]] will
|
||||
throw an error.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 12:54:27 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -44,7 +44,7 @@ BuildRequires: texlive-latex >= %tlversion
|
||||
BuildRequires: texlive-tex >= %tlversion
|
||||
BuildRequires: texlive-texinfo >= %tlversion
|
||||
%endif
|
||||
Version: 14.0.6
|
||||
Version: 14.0.7
|
||||
Release: 0
|
||||
Summary: AUC TeX: An Emacs Extension
|
||||
License: GPL-3.0-or-later
|
||||
@ -217,7 +217,8 @@ done
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc README RELEASE COPYING doc/*.pdf ChangeLog
|
||||
%license COPYING
|
||||
%doc README doc/*.pdf ChangeLog
|
||||
%dir %{_sitedir}/
|
||||
%dir %{_aucdir}/
|
||||
%dir %{_aucdir}/auctex/
|
||||
|
Loading…
x
Reference in New Issue
Block a user