Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2026-01-19 18:35:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive (Old)
 and      /work/SRC/openSUSE:Factory/.texlive.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive"

Mon Jan 19 18:35:17 2026 rev:110 rq:1327567 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2025-09-23 
16:06:46.918354995 +0200
+++ /work/SRC/openSUSE:Factory/.texlive.new.1928/texlive.changes        
2026-01-19 18:35:31.647659347 +0100
@@ -1,0 +2,5 @@
+Fri Jan 16 08:08:15 UTC 2026 - Dr. Werner Fink <[email protected]>
+
+- Support Immutable Mode (jsc#PED-14907 and jsc#PED-14906) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texlive.spec ++++++
--- /var/tmp/diff_new_pack.X56cLa/_old  2026-01-19 18:35:33.727745414 +0100
+++ /var/tmp/diff_new_pack.X56cLa/_new  2026-01-19 18:35:33.731745579 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texlive
 #
-# 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
@@ -19,7 +19,7 @@
 %define texlive_version  2025
 %define texlive_previous 2022
 %define texlive_release  20250308
-%define texlive_noarch   220
+%define texlive_noarch   221
 %define texlive_source   texlive-20250308-source
 %define biber_version    2.20
 
@@ -32,6 +32,12 @@
 %endif
 %global perl_versnum %(rpm -q --qf '%%{VERSION}' perl | sed 's/\\.//g')
 
+%if 0%{?suse_version} >= 1600
+%bcond_without  immutable
+%else
+%bcond_with     immutable
+%endif
+
 #
 # LuaJIT -- does not build nor support all architectures
 #          Current status is available at https://github.com/LuaJIT/LuaJIT
@@ -191,6 +197,9 @@
 BuildRequires:  zlib-devel
 %endif
 BuildRequires:  zziplib-devel
+%if 0%{?suse_version} >= 1600
+BuildRequires:  pkgconfig(systemd)
+%endif
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xaw7)
 BuildRequires:  pkgconfig(xi)
@@ -4469,6 +4478,12 @@
     cp -vf %{S:4} $paths
 
 %build
+    for flag in s l m
+    do
+       ulimit -H$flag unlimited || :
+       ulimit -S$flag unlimited || :
+    done
+
     # Extend the options file
     echo "world=${PWD}/world" >> %{options}
     echo "prefix=${PWD}/prefix" >> %{options}
@@ -5169,6 +5184,12 @@
        done
     popd
 
+# Final remove all below /var/
+%if %{with immutable}
+    rm -vrf %{buildroot}%{_texmfvardir}
+    rm -vrf %{buildroot}%{_texmfcache}
+%endif
+
 %if %{defined verify_permissions}
 %verifyscript kpathsea-bin
 %verify_permissions -e %{_libexecdir}/mktex/public

Reply via email to