Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package emacs-auctex for openSUSE:Factory checked in at 2025-10-02 19:22:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emacs-auctex (Old) and /work/SRC/openSUSE:Factory/.emacs-auctex.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "emacs-auctex" Thu Oct 2 19:22:16 2025 rev:53 rq:1308606 version:14.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/emacs-auctex/emacs-auctex.changes 2025-03-31 11:40:44.086080906 +0200 +++ /work/SRC/openSUSE:Factory/.emacs-auctex.new.11973/emacs-auctex.changes 2025-10-02 19:23:19.142286936 +0200 @@ -1,0 +2,39 @@ +Thu Oct 2 11:24:31 UTC 2025 - Dr. Werner Fink <[email protected]> + +- Update to AUCTeX ELPA version 14.1.0 + - Add new commands ~LaTeX-make-inline~ which converts the display math + environment at point to inline math and the more general + ~LaTeX-modify-math~ which converts the mathematical construct at point + into one with different kind of delimiter or another environment. + - Add new support files =style/embedfile.el=, =style/figureversions.el=, + =style/needspace.el=, =style/tablericons.el= and =style/wrapstuff.el=. + - AUCTeX now requires GNU Emacs 28.1 or higher. + - Fix unwanted expansion of abbrevs during filling when ~abbrev-mode~ is + enabled. + - Fix the command-line options passed to latexmk when processing files + with xetex in order to run the viewer correctly. + - Fix removing of stale verbatim entries in auto-parsed file once the + corresponding package isn't used in the .tex file anymore. Complete + removal may require two invocations of =C-u C-c C-n=. + - Improve support for folding of citations macros. The current folding + =[c]= is changed to a more descriptive version, using author names and + publication years, like =[Ne21]= or =[ABC99]=. These are extracted + from any bib files referenced in the document or specified by the user + option ~TeX-fold-bib-file~. + - Add support for folding of =\begin{env}= and =\end{env}= macros. The + replacement specifiers are controlled by the custom option + ~TeX-fold-begin-end-spec-list~. + - Add new custom option ~TeX-fold-alert-color~ which determines the + color used when folding the ~\alert~ macro, defaults to ~red~. + - Add new support files =style/glossaries-extra.el=, + =style/glossaries.el=, =style/inlinegraphicx.el=, =style/minted2.el= + (=style/minted.el= is updated to package v3.1.2) and + =style/stocksize.el=. + - Add preliminary support for parsing =\graphicspath= in + =style/graphicx.el=. + - Change the default value of ~LaTeX-insert-into-comments~ from ~t~ to + ~nil~. +- Add patch auctex-14.1.0-dinbrief.patch + * Correct usage of (LaTeX-add-environments) + +------------------------------------------------------------------- Old: ---- auctex-14.0.7-auto-TL-2025.tar.xz auctex-14.0.7.tar auctex-14.0.7.tar.sig New: ---- auctex-14.1.0-auto-TL-2025.tar.xz auctex-14.1.0-dinbrief.patch auctex-14.1.0.tar auctex-14.1.0.tar.sig ----------(New B)---------- New: ~nil~. - Add patch auctex-14.1.0-dinbrief.patch * Correct usage of (LaTeX-add-environments) ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs-auctex.spec ++++++ --- /var/tmp/diff_new_pack.jmgtXi/_old 2025-10-02 19:23:19.838316053 +0200 +++ /var/tmp/diff_new_pack.jmgtXi/_new 2025-10-02 19:23:19.842316220 +0200 @@ -1,7 +1,7 @@ # # spec file for package emacs-auctex # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,7 +44,7 @@ BuildRequires: texlive-tex >= %tlversion BuildRequires: texlive-texinfo >= %tlversion %endif -Version: 14.0.7 +Version: 14.1.0 Release: 0 Summary: AUC TeX: An Emacs Extension License: GPL-3.0-or-later @@ -59,6 +59,7 @@ # PATCH-FEATURE-UPSTREAM dvips.patch Patch0: dvips.patch Patch1: auctex-14.0.7-texinfo.patch +Patch2: auctex-14.1.0-dinbrief.patch BuildArch: noarch %description @@ -78,6 +79,7 @@ %setup -n auctex-%{version} %patch -P0 %patch -P1 +%patch -P2 %build unset ${!LC_*} ++++++ auctex-14.0.7-auto-TL-2025.tar.xz -> auctex-14.1.0-auto-TL-2025.tar.xz ++++++ ++++ 6411 lines of diff (skipped) ++++++ auctex-14.1.0-dinbrief.patch ++++++ --- style/dinbrief.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- style/dinbrief.el +++ style/dinbrief.el 2025-10-02 11:14:41.048677856 +0000 @@ -45,8 +45,8 @@ "dinbrief" (lambda () (LaTeX-add-environments - '("letter" LaTeX-dinbrief-env-recipient) - "dinquote") + '("dinquote") + '("letter" LaTeX-dinbrief-env-recipient)) (add-hook 'LaTeX-document-style-hook #'LaTeX-dinbrief-style) (setq LaTeX-default-document-environment "letter") ++++++ auctex-14.0.7.tar -> auctex-14.1.0.tar ++++++ ++++ 17805 lines of diff (skipped)
