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 2026-04-07 16:34:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs-auctex (Old)
 and      /work/SRC/openSUSE:Factory/.emacs-auctex.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs-auctex"

Tue Apr  7 16:34:12 2026 rev:54 rq:1344913 version:14.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs-auctex/emacs-auctex.changes        
2025-10-02 19:23:19.142286936 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-auctex.new.21863/emacs-auctex.changes     
2026-04-07 16:50:43.865063843 +0200
@@ -1,0 +2,5 @@
+Tue Apr  7 08:40:42 UTC 2026 - Dr. Werner Fink <[email protected]>
+
+- Skip auto generated style files for Leap (upstream also dislike them) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ emacs-auctex.spec ++++++
--- /var/tmp/diff_new_pack.pjknSW/_old  2026-04-07 16:50:44.733099777 +0200
+++ /var/tmp/diff_new_pack.pjknSW/_new  2026-04-07 16:50:44.737099942 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-auctex
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 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
@@ -105,10 +105,24 @@
     if test %{tlversion} -eq ${TLVERSION%%%%.*}
     then
        tar --use-compress-program=xz -xf %{S:3} -C ${PWD}/auto/
+       (cat > auto.list)<<-'EOF'
+       %{_aucdir}/auto/*.el%{ext_el}
+       %{_aucdir}/auto/*.elc
+       EOF
     else
+       > auto.list
+%if %{defined leap_version}
+        if test %leap_version = "0"
+        then
        echo Rerun with %%bcond_without tex4auto to generate new
        echo auctex-%{version}-auto-TL-${TLVERSION%%%%.*}.tar.xz
        exit 1
+       else
+            echo No Factory/Tumbleweed build, skipping autogenerated style 
files
+       fi
+%else
+       echo No Factory/Tumbleweed build, skipping autogenerated style files
+%endif
     fi
 %endif
     # Otherwise, e.g. the auto/url.el masks out the url/url.el from emacs lisp 
collections
@@ -221,7 +235,7 @@
   %install_info_delete --info-dir=%{_infodir} %{_infodir}/$f.gz
 done
 
-%files
+%files -f auto.list
 %defattr(-, root, root)
 %license COPYING
 %doc README doc/*.pdf ChangeLog
@@ -239,8 +253,6 @@
 %{_aucdir}/auctex/font-latex.el
 %ghost %verify(not mode) %attr(0644,root,root) %{_aucdir}/auctex/font-latex.elc
 %{_aucdir}/auctex/.nosearch
-%{_aucdir}/auto/*.el%{ext_el}
-%{_aucdir}/auto/*.elc
 %{_aucdir}/auto/.nosearch
 %{_aucdir}/images/*.xbm
 %{_aucdir}/images/*.xpm

Reply via email to