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-02-26 17:24:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs-auctex (Old)
 and      /work/SRC/openSUSE:Factory/.emacs-auctex.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs-auctex"

Wed Feb 26 17:24:15 2025 rev:51 rq:1248620 version:14.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs-auctex/emacs-auctex.changes        
2024-11-25 23:23:29.223642376 +0100
+++ /work/SRC/openSUSE:Factory/.emacs-auctex.new.1873/emacs-auctex.changes      
2025-02-26 17:29:02.697599029 +0100
@@ -1,0 +2,6 @@
+Wed Feb 26 09:56:23 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- Add patch auctex-14.0.7-texinfo.patch
+  * Make it build again with latest texinfo package 
+
+-------------------------------------------------------------------

New:
----
  auctex-14.0.7-texinfo.patch

BETA DEBUG BEGIN:
  New:
- Add patch auctex-14.0.7-texinfo.patch
  * Make it build again with latest texinfo package 
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ emacs-auctex.spec ++++++
--- /var/tmp/diff_new_pack.HAnzjb/_old  2025-02-26 17:29:03.309624642 +0100
+++ /var/tmp/diff_new_pack.HAnzjb/_new  2025-02-26 17:29:03.313624809 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-auctex
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -58,6 +58,7 @@
 # Allows to select printer instance
 # PATCH-FEATURE-UPSTREAM dvips.patch
 Patch0:         dvips.patch
+Patch1:         auctex-14.0.7-texinfo.patch
 BuildArch:      noarch
 
 %description
@@ -76,6 +77,7 @@
 %prep
 %setup -n auctex-%{version}
 %patch -P0
+%patch -P1
 
 %build
     unset ${!LC_*}
@@ -151,6 +153,7 @@
     mkdir -p %{buildroot}%{_sitedir}/auctex-%{version}
     tar cpf - *.el *.elc auto/ style/ images/ | \
     tar xpf - -C %{buildroot}%{_sitedir}/auctex-%{version}/
+    find
 
     pushd doc
        install -m 644 -D -t %{buildroot}%{_infodir} preview-latex.info
@@ -159,6 +162,7 @@
 
     pushd %{buildroot}%{_sitedir}/auctex-%{version}
        find -name '*.el' -exec gzip -n -f9 '{}' \+
+       find -name '*.el.gz' -exec chmod 644 '{}' \+
        unelc auctex-autoloads.elc
        unelc auctex-pkg.elc
        unelc auctex.elc
@@ -228,10 +232,10 @@
 %doc %{_infodir}/*.info*.gz
 %{_aucdir}/*.el
 %{_aucdir}/*.el%{ext_el}
-%ghost %verify(not mode) %{_aucdir}/font-latex.elc
+%ghost %verify(not mode) %attr(0644,root,root) %{_aucdir}/font-latex.elc
 %{_aucdir}/*.elc
 %{_aucdir}/auctex/font-latex.el
-%ghost %verify(not mode) %{_aucdir}/auctex/font-latex.elc
+%ghost %verify(not mode) %attr(0644,root,root) %{_aucdir}/auctex/font-latex.elc
 %{_aucdir}/auctex/.nosearch
 %{_aucdir}/auto/*.el%{ext_el}
 %{_aucdir}/auto/*.elc

++++++ auctex-14.0.7-texinfo.patch ++++++
--- doc/auctex.texi
+++ doc/auctex.texi     2025-02-26 11:52:18.392253411 +0000
@@ -38,10 +38,6 @@ Documentation License.''
 * AUCTeX: (auctex).     A sophisticated TeX environment for Emacs.
 @end direntry
 
-@iftex
-@tolerance 10000 @emergencystretch 3em
-@end iftex
-
 @finalout
 @titlepage
 @title @AUCTeX{}
--- doc/macros.texi
+++ doc/macros.texi     2025-02-26 11:52:55.639067300 +0000
@@ -1,6 +1,5 @@
 @ifclear macros
 @set macros
-@ifnottex
 @macro AUCTeX {}
 AUC@TeX{}
 @end macro
@@ -37,15 +36,12 @@ font-latex
 @samp{\text\}
 @end macro
 @end ifset
-@end ifnottex
 @ifset no-sansserif
 @macro sansserif {text}@c
 @iftex
 {@textsf \text\}@c
 @end iftex
-@ifnottex
 \text\@c
-@end ifnottex
 @end macro
 @end ifset
 @tex



++++++ dvips.patch ++++++
--- /var/tmp/diff_new_pack.HAnzjb/_old  2025-02-26 17:29:03.401628492 +0100
+++ /var/tmp/diff_new_pack.HAnzjb/_new  2025-02-26 17:29:03.405628659 +0100
@@ -4,7 +4,7 @@
 
 --- tex.el
 +++ tex.el     2022-09-10 15:13:15.964170324 +0000
-@@ -450,7 +450,7 @@ string."
+@@ -448,7 +448,7 @@ string."
  ;; TeX-print-command.
  
  (defcustom TeX-print-command

Reply via email to