Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package typst for openSUSE:Factory checked in at 2026-07-07 21:00:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/typst (Old) and /work/SRC/openSUSE:Factory/.typst.new.1982 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "typst" Tue Jul 7 21:00:42 2026 rev:28 rq:1364020 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/typst/typst.changes 2026-04-02 17:45:24.885834655 +0200 +++ /work/SRC/openSUSE:Factory/.typst.new.1982/typst.changes 2026-07-07 21:02:24.616644303 +0200 @@ -1,0 +2,8 @@ +Sun Jun 21 02:57:08 UTC 2026 - Kyle Scheuing <[email protected]> + +- Update to 0.15.0 + https://typst.app/docs/changelog/0.15.0/ + https://github.com/typst/typst/releases/tag/v0.15.0 +- Remove upstreamed fix-gcc16-build-in-libdeflate-boo1260948.patch + +------------------------------------------------------------------- Old: ---- fix-gcc16-build-in-libdeflate-boo1260948.patch typst-0.14.2.tar.gz New: ---- typst-0.15.0.tar.gz ----------(Old B)---------- Old: https://github.com/typst/typst/releases/tag/v0.15.0 - Remove upstreamed fix-gcc16-build-in-libdeflate-boo1260948.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ typst.spec ++++++ --- /var/tmp/diff_new_pack.wS7mhk/_old 2026-07-07 21:02:27.908756929 +0200 +++ /var/tmp/diff_new_pack.wS7mhk/_new 2026-07-07 21:02:27.908756929 +0200 @@ -23,11 +23,11 @@ %define force_gcc_version 13 %endif -%global hayagriva_version 0.9.1 +%global hayagriva_version 0.10.1 %global hayagriva_vendor_dir vendor/hayagriva-%{hayagriva_version} Name: typst -Version: 0.14.2 +Version: 0.15.0 Release: 0 Summary: A new markup-based typesetting system that is powerful and easy to learn License: Apache-2.0 @@ -35,7 +35,6 @@ Source0: https://github.com/typst/typst/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.xz Patch0: hayagriva-bump-strum-version.patch -Patch1: fix-gcc16-build-in-libdeflate-boo1260948.patch BuildRequires: cargo-packaging BuildRequires: clang-devel BuildRequires: gcc%{?force_gcc_version}-c++ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.wS7mhk/_old 2026-07-07 21:02:27.964758845 +0200 +++ /var/tmp/diff_new_pack.wS7mhk/_new 2026-07-07 21:02:27.968758982 +0200 @@ -1,7 +1,7 @@ <services> <service name="download_files" mode="manual" /> <service name="cargo_vendor" mode="manual"> - <param name="srctar">typst-0.14.2.tar.gz</param> + <param name="srctar">typst-0.15.0.tar.gz</param> <param name="compression">xz</param> <param name="update">false</param> <param name="filter">true</param> ++++++ hayagriva-bump-strum-version.patch ++++++ --- /var/tmp/diff_new_pack.wS7mhk/_old 2026-07-07 21:02:28.000760076 +0200 +++ /var/tmp/diff_new_pack.wS7mhk/_new 2026-07-07 21:02:28.008760350 +0200 @@ -4,35 +4,32 @@ # This patch bumps the cli-version of strum to 0.27 as well, # so that we don't need another strum-version vendored. -Index: typst-0.14.0/Cargo.toml -=================================================================== ---- typst-0.14.0.orig/Cargo.toml -+++ typst-0.14.0/Cargo.toml -@@ -167,3 +167,6 @@ manual_range_contains = "allow" - mutable_key_type = "allow" - uninlined_format_args = "warn" - wildcard_in_or_patterns = "allow" +diff '--color=auto' --text --unified --recursive typst-0.15.0.orig/Cargo.lock typst-0.15.0/Cargo.lock +--- typst-0.15.0.orig/Cargo.lock 2026-06-15 05:26:46.000000000 -0400 ++++ typst-0.15.0/Cargo.lock 2026-06-20 22:43:58.906006871 -0400 +@@ -960,8 +960,6 @@ + [[package]] + name = "hayagriva" + version = "0.10.1" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "7b6c185c5c72546d50b25b70187f01ab9a1a2fa21c4db8691e2426fa5fce805c" + dependencies = [ + "biblatex", + "ciborium", +diff '--color=auto' --text --unified --recursive typst-0.15.0.orig/Cargo.toml typst-0.15.0/Cargo.toml +--- typst-0.15.0.orig/Cargo.toml 2026-06-15 05:26:46.000000000 -0400 ++++ typst-0.15.0/Cargo.toml 2026-06-20 22:43:26.773562385 -0400 +@@ -178,3 +178,6 @@ + # See https://github.com/typst/typst/pull/6560#issuecomment-3045393640 + derived_hash_with_manual_eq = "allow" + disallowed_methods = "warn" + +[patch.crates-io] -+hayagriva = { path="vendor/hayagriva-0.9.1" } -Index: typst-0.14.0/vendor/hayagriva-0.9.1/Cargo.toml -=================================================================== ---- typst-0.14.0.orig/vendor/hayagriva-0.9.1/Cargo.toml -+++ typst-0.14.0/vendor/hayagriva-0.9.1/Cargo.toml -@@ -102,7 +102,7 @@ features = ["derive"] - version = "0.9.25" - - [dependencies.strum] --version = "0.26" -+version = "0.27" - features = ["derive"] - optional = true - -Index: typst-0.14.0/vendor/hayagriva-0.9.1/Cargo.lock -=================================================================== ---- typst-0.14.0.orig/vendor/hayagriva-0.9.1/Cargo.lock -+++ typst-0.14.0/vendor/hayagriva-0.9.1/Cargo.lock -@@ -69,7 +69,7 @@ checksum = "53d0c374feba1b9a59042a7c1cf0 ++hayagriva = { path = "vendor/hayagriva-0.10.1" } +diff '--color=auto' --text --unified --recursive typst-0.15.0.orig/vendor/hayagriva-0.10.1/Cargo.lock typst-0.15.0/vendor/hayagriva-0.10.1/Cargo.lock +--- typst-0.15.0.orig/vendor/hayagriva-0.10.1/Cargo.lock 1969-12-31 19:00:00.000000000 -0500 ++++ typst-0.15.0/vendor/hayagriva-0.10.1/Cargo.lock 2026-06-20 22:42:24.169454438 -0400 +@@ -69,7 +69,7 @@ dependencies = [ "paste", "roman-numerals-rs", @@ -41,7 +38,7 @@ "unic-langid", "unicode-normalization", "unscanny", -@@ -216,7 +216,7 @@ dependencies = [ +@@ -220,7 +220,7 @@ "serde", "serde_json", "serde_yaml", @@ -50,7 +47,7 @@ "thiserror", "unic-langid", "unicode-segmentation", -@@ -470,12 +470,6 @@ source = "registry+https://github.com/ru +@@ -524,12 +524,6 @@ checksum = "c85cd47a33a4510b1424fe796498e174c6a9cf94e606460ef022a19f3e4ff85e" [[package]] @@ -61,9 +58,9 @@ - -[[package]] name = "ryu" - version = "1.0.20" + version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -@@ -557,33 +551,11 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e +@@ -622,33 +616,11 @@ [[package]] name = "strum" @@ -98,17 +95,16 @@ ] [[package]] -Index: typst-0.14.0/Cargo.lock -=================================================================== ---- typst-0.14.0.orig/Cargo.lock -+++ typst-0.14.0/Cargo.lock -@@ -935,8 +935,6 @@ checksum = "bf151400ff0baff5465007dd2f3e - [[package]] - name = "hayagriva" - version = "0.9.1" --source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "1cb69425736f184173b3ca6e27fcba440a61492a790c786b1c6af7e06a03e575" - dependencies = [ - "biblatex", - "ciborium", +diff '--color=auto' --text --unified --recursive typst-0.15.0.orig/vendor/hayagriva-0.10.1/Cargo.toml typst-0.15.0/vendor/hayagriva-0.10.1/Cargo.toml +--- typst-0.15.0.orig/vendor/hayagriva-0.10.1/Cargo.toml 1969-12-31 19:00:00.000000000 -0500 ++++ typst-0.15.0/vendor/hayagriva-0.10.1/Cargo.toml 2026-06-20 22:40:30.898574002 -0400 +@@ -108,7 +108,7 @@ + version = "0.9.25" + + [dependencies.strum] +-version = "0.26" ++version = "0.27" + features = ["derive"] + optional = true + ++++++ typst-0.14.2.tar.gz -> typst-0.15.0.tar.gz ++++++ ++++ 174756 lines of diff (skipped) ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/typst/vendor.tar.xz /work/SRC/openSUSE:Factory/.typst.new.1982/vendor.tar.xz differ: char 15, line 1
