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 2023-04-13 14:11:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emacs-auctex (Old) and /work/SRC/openSUSE:Factory/.emacs-auctex.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "emacs-auctex" Thu Apr 13 14:11:26 2023 rev:42 rq:1079094 version:13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/emacs-auctex/emacs-auctex.changes 2022-09-12 19:08:55.850651452 +0200 +++ /work/SRC/openSUSE:Factory/.emacs-auctex.new.19717/emacs-auctex.changes 2023-04-13 14:11:30.548558953 +0200 @@ -1,0 +2,7 @@ +Thu Apr 13 09:23:22 UTC 2023 - Dr. Werner Fink <wer...@suse.de> + +- Add patch auctex-13.1-expand.patch + * Let it build with latest texinfo and TeXLive +- Add keyring + +------------------------------------------------------------------- New: ---- auctex-13.1-expand.patch auctex.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs-auctex.spec ++++++ --- /var/tmp/diff_new_pack.RAjBum/_old 2023-04-13 14:11:31.464564212 +0200 +++ /var/tmp/diff_new_pack.RAjBum/_new 2023-04-13 14:11:31.468564236 +0200 @@ -1,7 +1,7 @@ # # spec file for package emacs-auctex # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,10 +41,12 @@ Group: Productivity/Editors/Emacs Source0: https://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz Source1: https://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz.sig +Source2: auctex.keyring URL: https://www.gnu.org/software/auctex # Allows to select printer instance # PATCH-FEATURE-UPSTREAM dvips.patch Patch0: dvips.patch +Patch1: auctex-13.1-expand.patch BuildArch: noarch %description @@ -67,6 +69,7 @@ %prep %setup -n auctex-%{version} %patch0 +%patch1 %build unset ${!LC_*} ++++++ auctex-13.1-expand.patch ++++++ Make it work again with latest texinfo and TeXLive --- doc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- doc/Makefile.in +++ doc/Makefile.in 2023-04-13 09:20:23.005315974 +0000 @@ -49,8 +49,8 @@ else TEXI2HTML_TOC=auctex_toc.html endif endif -TEXI2DVI=@TEXI2DVI@ -TEXI2PDF=@TEXI2PDF@ +TEXI2DVI=@TEXI2DVI@ -E +TEXI2PDF=@TEXI2PDF@ -E MKINSTALLDIRS = ../mkinstalldirs DVIPS=@DVIPS@ PERL=@PERL@