Soc Virnyl Estela
2024-06-18 09:54:27 +00:00
committed by Git OBS Bridge
parent 89b53a6b96
commit fe7b231993
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 18 09:54:10 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
- Fix leap builds
-------------------------------------------------------------------
Tue May 28 04:18:15 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@@ -27,8 +27,14 @@ Source0: https://github.com/tectonic-typesetting/tectonic/archive/refs/ta
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)