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-02-27 17:01:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive (Old) and /work/SRC/openSUSE:Factory/.texlive.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive" Fri Feb 27 17:01:37 2026 rev:111 rq:1335293 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive/texlive.changes 2026-01-19 18:35:31.647659347 +0100 +++ /work/SRC/openSUSE:Factory/.texlive.new.29461/texlive.changes 2026-02-27 17:03:00.470955509 +0100 @@ -1,0 +2,5 @@ +Thu Feb 26 13:53:00 UTC 2026 - Dr. Werner Fink <[email protected]> + +- Make texlive build even if on SLFO:Main with older %suse_version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive.spec ++++++ --- /var/tmp/diff_new_pack.NgyUXz/_old 2026-02-27 17:03:03.343074696 +0100 +++ /var/tmp/diff_new_pack.NgyUXz/_new 2026-02-27 17:03:03.347074863 +0100 @@ -19,7 +19,7 @@ %define texlive_version 2025 %define texlive_previous 2022 %define texlive_release 20250308 -%define texlive_noarch 221 +%define texlive_noarch 222 %define texlive_source texlive-20250308-source %define biber_version 2.20 @@ -126,7 +126,6 @@ BuildRequires: gc-devel BuildRequires: gcc-c++ %if 0%{?suse_version} <= 1500 -BuildRequires: Mesa-libglapi-devel BuildRequires: gcc13-c++ BuildRequires: python311 BuildRequires: python311-base @@ -178,7 +177,8 @@ BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glew) BuildRequires: pkgconfig(libcurl) -%if 0%{?suse_version} < 1699 +%if 0%{?suse_version} < 1699 && 0%{?is_opensuse} +BuildRequires: Mesa-libglapi-devel BuildRequires: pkgconfig(osmesa) %endif #BuildRequires: pkgconfig(glm) @@ -4694,6 +4694,8 @@ INPUT(%{_libdir}/libOSMesa.so AS_NEEDED(-lglapi)) EOF fi + OLDLDLIBPATH=${LD_LIBRARY_PATH} + LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${PWD} PATH=$prefix/bin:$PATH \ TEXMFLOCAL=%{_texmfmaindir} \ TEXMFCNF=$texmfcnf \ @@ -4727,6 +4729,8 @@ install -m 0755 asy ${prefix}/bin/ install -m 0755 GUI/xasy.py ${prefix}/texmf/asymptote/GUI ln -sf ../texmf/asymptote/GUI/xasy.py ${prefix}/bin/xasy + LD_LIBRARY_PATH=${OLDLDLIBPATH} + unset OLDLDLIBPATH popd # compile public
