Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package texlive-filesystem for 
openSUSE:Factory checked in at 2026-05-28 17:23:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.texlive-filesystem.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-filesystem"

Thu May 28 17:23:37 2026 rev:65 rq:1355175 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-filesystem/texlive-filesystem.changes    
2026-04-07 16:31:31.517418958 +0200
+++ 
/work/SRC/openSUSE:Factory/.texlive-filesystem.new.1937/texlive-filesystem.changes
  2026-05-28 17:23:50.296017574 +0200
@@ -1,0 +2,6 @@
+Tue May 26 07:35:50 UTC 2026 - Dr. Werner Fink <[email protected]>
+
+- For one transaction at update or fresh installation set
+  a timestamp under /var/run/texlive to be used in fmtutil 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texlive-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.Nan2Sn/_old  2026-05-28 17:23:52.508109139 +0200
+++ /var/tmp/diff_new_pack.Nan2Sn/_new  2026-05-28 17:23:52.520109636 +0200
@@ -43,7 +43,7 @@
 Version:        %{texlive_version}.%{texlive_noarch}
 Release:        0
 Summary:        Basic file system of TeX Live
-License:        Apache-2.0 AND Artistic-1.0 AND GPL-2.0-only AND 
GPL-2.0-or-later AND GPL-3.0-only AND LPPL-1.3c AND LPPL-1.0 AND MIT AND 
BSD-3-Clause AND SUSE-TeX AND SUSE-Public-Domain
+License:        Apache-2.0 AND Artistic-1.0 AND GPL-2.0-only AND 
GPL-2.0-or-later AND GPL-3.0-only AND LPPL-1.3c AND LPPL-1.0 AND MIT AND 
BSD-3-Clause AND SUSE-TeX AND LicenseRef-SUSE-Public-Domain
 Group:          Productivity/Publishing/TeX/Base
 URL:            https://www.tug.org/texlive/
 %if 0%{?suse_version} <= 1550

++++++ update.texlive ++++++
--- /var/tmp/diff_new_pack.Nan2Sn/_old  2026-05-28 17:23:53.020130334 +0200
+++ /var/tmp/diff_new_pack.Nan2Sn/_new  2026-05-28 17:23:53.024130499 +0200
@@ -57,7 +57,8 @@
 fi
 unset tmpfiles
 
-if test -n "$1" -a "$1" = force; then
+if test -n "$1" -a "$1" = force
+then
     umask 022
     mkdir -p /var/run/texlive
     for tag in run-mktexlsr run-hyphen \
@@ -85,6 +86,13 @@
 # Empty directory means nothing todo
 test -d /var/run/texlive || exit 0
 
+# Set timestamp for fmtutil to avoid to generate
+# several times the same format
+if ! test -e /var/run/texlive/.timestamp
+then
+    date --utc --rfc-3339=ns > /var/run/texlive/.timestamp
+fi
+
 typeset -r OLDIFS="$IFS"
 typeset -i rc=0
 typeset -i nl=0

Reply via email to