Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package typst for openSUSE:Factory checked in at 2024-07-09 20:04:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/typst (Old) and /work/SRC/openSUSE:Factory/.typst.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "typst" Tue Jul 9 20:04:47 2024 rev:15 rq:1186305 version:0.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/typst/typst.changes 2024-06-18 22:53:20.417619058 +0200 +++ /work/SRC/openSUSE:Factory/.typst.new.2080/typst.changes 2024-07-09 20:05:35.240189859 +0200 @@ -1,0 +2,10 @@ +Mon Jul 8 19:48:59 UTC 2024 - Marcus Rueckert <mrueck...@suse.de> + +- Rust 1.79 wants gcc 13 + +------------------------------------------------------------------- +Mon Jul 8 16:08:35 UTC 2024 - Marcus Rueckert <mrueck...@suse.de> + +- Actually build and install the correct binary for hayagriva + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ typst.spec ++++++ --- /var/tmp/diff_new_pack.PNuQrL/_old 2024-07-09 20:05:36.048219276 +0200 +++ /var/tmp/diff_new_pack.PNuQrL/_new 2024-07-09 20:05:36.048219276 +0200 @@ -20,7 +20,7 @@ %if 0%{?sle_version} && 0%{?sle_version} < 160000 # We have to use the same gcc-version that Rust was being built with -%define force_gcc_version 12 +%define force_gcc_version 13 %endif Name: typst @@ -93,7 +93,7 @@ # (Matters in the check-section below) echo "[patch.crates-io.hayagriva]" >> Cargo.toml echo "path = \"vendor/hayagriva\"" >> Cargo.toml -RUSTFLAGS=%{rustflags} %{cargo_build} --manifest-path=vendor/hayagriva/Cargo.toml +RUSTFLAGS=%{rustflags} %{cargo_build} --manifest-path=vendor/hayagriva/Cargo.toml --features cli %check %if 0%{?force_gcc_version} @@ -105,7 +105,7 @@ %install install -d -m 0755 %{buildroot}%{_bindir} install -m 0755 target/release/typst %{buildroot}%{_bindir}/%{name} -install -m 0755 target/release/typst %{buildroot}%{_bindir}/hayagriva +install -m 0755 vendor/hayagriva/target/release/hayagriva %{buildroot}%{_bindir}/hayagriva # Shell completions install -Dm644 -T %{_builddir}/%{name}-%{version}/artifacts/%{name}.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name}