From 9120dace7c22b675434d4ec78a0380be68ed50ff9f256673b2cdd1437c665a17 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 14 Oct 2021 10:48:32 +0000 Subject: [PATCH] Update to auctex-12.3 OBS-URL: https://build.opensuse.org/package/show/editors/emacs-auctex?expand=0&rev=49 --- auctex-12.2.tar.gz | 3 --- auctex-12.2.tar.gz.sig | Bin 566 -> 0 bytes auctex-12.3.tar.gz | 3 +++ auctex-12.3.tar.gz.sig | Bin 0 -> 566 bytes dvips.patch | 2 +- emacs-auctex.changes | 33 +++++++++++++++++++++++++++++++++ emacs-auctex.spec | 8 +++----- 7 files changed, 40 insertions(+), 9 deletions(-) delete mode 100644 auctex-12.2.tar.gz delete mode 100644 auctex-12.2.tar.gz.sig create mode 100644 auctex-12.3.tar.gz create mode 100644 auctex-12.3.tar.gz.sig diff --git a/auctex-12.2.tar.gz b/auctex-12.2.tar.gz deleted file mode 100644 index cf8b253..0000000 --- a/auctex-12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59677958aa76c7a15cf62f098524f79b1cdb74d24bcdf36448ecbb5911d07893 -size 1511396 diff --git a/auctex-12.2.tar.gz.sig b/auctex-12.2.tar.gz.sig deleted file mode 100644 index 993d35008aa788a94a6a50d1b3f60440f30641f8ca2c93a3bb6b473b7a157ac8..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j+1&E$u~RX{L*hL9FDC6G4yXxf>|Q zQF+H|*mo8(ryP$RLA@kcWv>dJJ_=H$4>S}9Z>_Y%nrL|hvN3Ff`Lbk`d+ zy0i9F^)i!wMJX@&s6!QzJ=8Xu2Abh%?^0tsNP$##ksr^$~hS zR~1PV&fF*JU4b7SUBfi-wN<54>mgRUPWKzzbsiA+YW&Aoj;FcA=bka^rRrHQ(s~+R zfTxR0z50RJEAMT584u(uY`x8?RGM^VBvsTJFIQhT7$0=Ua4H65GGZ`z>JQhm@@@r?NJ2UYZMX!7pA6wG+emw?^lnGT?$ldCxU8IlzxQrh zBDu3cVxsmwa;<8Au-~+B0pEU4M}Tb%G&RCN0Gc_B`fjiiI?iv#=MJ;umx-DSYV7RC Ew@}g(SpWb4 diff --git a/auctex-12.3.tar.gz b/auctex-12.3.tar.gz new file mode 100644 index 0000000..350f402 --- /dev/null +++ b/auctex-12.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd4fe30b69457c9277fe204d3e83c8472bcf500c8fe4a810d744406174ca9dd +size 1534283 diff --git a/auctex-12.3.tar.gz.sig b/auctex-12.3.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..5ef6f4a8aab945d7c7068ef004b8c5e1332a1c18905e9e4fff3b40b2fad5c8ac GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j+1&E$u~RX{L*hLeCCzxvc*U~O!%1U?wC~)Ggs=G=v#cc`p zVJQ(if5Fy%z2BW}EphLm!Etm@y;+-e_Zkr{0Js78ccCftwx#H=83I=8a+m)e`xAU>yxKc zX;x|zaU40--_ch7u|lDoal|mWw-?k8$CM6Lnv zYL{CP8-rOhkaXgFimZ1TM{kKTcY$e6<>pX#-8x!&9*id^@l0iNHWLJt_d2P>tr9rR z17Ge?E$5AjUsao&xuqnW&@FYr@*pexP6d!rX6wF*VW#N^H&E;bMiJ! + +- Update to 12.3 + * Support for 'PSTricks' is now PDF-oriented. AUCTeX no longer turns + off PDF mode for 'PSTricks' documents even without 'pst-pdf'. It + now sets up 'TeX-PDF-from-DVI' option so that PDF output is + generated when 'TeX-PDF-mode' is enabled (default). Users who want + DVI output should disable PDF mode explicitly by file local + variable, or customize 'TeX-PDF-mode' to 'nil'. + * The function 'font-latex-update-font-lock' has been obsoleted in + order to fix 'bug#37945'. That function was used by several style + files in order to refresh fontification after adding new symbols or + verbatim constructs. It is better to call 'font-lock-flush' in the + former case and 'font-latex-set-syntactic-keywords' in the latter + case. The function 'font-latex-update-font-lock' still exists as a + no-op which only shows a warning explaining how to update font-lock + as mentioned above. + * Math expression highlighting was improved. Highlighting for + documents with a lot of inline math expressions '$...$' won't get + scrambled now ('bug#33139'). + * AUCTeX tracks changes in LaTeX2e 2020-02-02 release. AUCTeX + supports the improvements to LaTeX font selection mechanism (NFSS). + New macros like '\textsw' or '\textulc' are added to font insertion + keyboard commands. See the section for inserting font specifiers + for details. Further, the entries in the menu LaTeX, Insert Font + are reorganized and adjusted accordingly. + * Insertion of environments in LaTeX documents (i.e. 'C-c C-e') was + improved. The former code had a few bugs, which sometimes resulted + in either spurious empty line or spurious comment prefix, or both, + especially when the region is active. Those bugs are now fixed. + * More bugs fixed, other minor features implemented. + ------------------------------------------------------------------- Fri Aug 14 10:03:53 UTC 2020 - Dr. Werner Fink diff --git a/emacs-auctex.spec b/emacs-auctex.spec index 403e038..ecc44a8 100644 --- a/emacs-auctex.spec +++ b/emacs-auctex.spec @@ -1,7 +1,7 @@ # # spec file for package emacs-auctex # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,15 +28,13 @@ Provides: ge_auc Requires: emacs Requires: texlive-latex Requires: texlive-tools -Supplements: packageand(texlive:emacs) -%if %suse_version > 1220 +Supplements: (texlive and emacs) BuildRequires: makeinfo BuildRequires: texinfo BuildRequires: texlive-collection-latexextra BuildRequires: texlive-tex BuildRequires: texlive-texinfo -%endif -Version: 12.2 +Version: 12.3 Release: 0 Summary: AUC TeX: An Emacs Extension License: GPL-2.0-or-later