Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tectonic for openSUSE:Factory 
checked in at 2024-06-18 22:52:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tectonic (Old)
 and      /work/SRC/openSUSE:Factory/.tectonic.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tectonic"

Tue Jun 18 22:52:24 2024 rev:13 rq:1181499 version:0.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tectonic/tectonic.changes        2024-05-28 
17:30:28.659648538 +0200
+++ /work/SRC/openSUSE:Factory/.tectonic.new.19518/tectonic.changes     
2024-06-18 22:53:18.569556931 +0200
@@ -1,0 +2,5 @@
+Tue Jun 18 09:54:10 UTC 2024 - Soc Virnyl Estela <o...@uncomfyhalomacro.pl>
+
+- Fix leap builds
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tectonic.spec ++++++
--- /var/tmp/diff_new_pack.QhZmOQ/_old  2024-06-18 22:53:19.465587053 +0200
+++ /var/tmp/diff_new_pack.QhZmOQ/_new  2024-06-18 22:53:19.465587053 +0200
@@ -27,8 +27,14 @@
 Source1:        vendor.tar.zst
 Patch1:         0001-build-set-c-standard-to-c-17.patch
 Patch2:         0002-fix-update-symbols-tags_from_lang-hb_ot_tag_from_lan.patch
+%if 0%{?suse_version} > 1600
 BuildRequires:  c++_compiler
 BuildRequires:  c_compiler
+%else
+BuildRequires:  gcc13
+BuildRequires:  gcc13-c++
+BuildRequires:  libstdc++6-devel-gcc13
+%endif
 BuildRequires:  cargo-packaging
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontconfig)
@@ -51,6 +57,10 @@
 %build
 
 %install
+%if 0%{?suse_version} <= 1600
+export CC=gcc-13
+export CXX=g++-13
+%endif
 %{cargo_install} --features external-harfbuzz
 
 %files

Reply via email to