From 353e56e54e2cb90fcbc063f4a0f9d7931d96a294363d3f130f6539614cf31673 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Sep 2023 11:34:58 +0000 Subject: [PATCH] Accepting request 1110591 from GNOME:Next - Skip bugs_bug668_small_caps_svg test, started failing with harfbuzz-8.2.0 OBS-URL: https://build.opensuse.org/request/show/1110591 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=242 --- librsvg.changes | 6 ++++++ librsvg.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/librsvg.changes b/librsvg.changes index fecdf44..e9b5759 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 12 11:38:48 UTC 2023 - Bjørn Lie + +- Skip bugs_bug668_small_caps_svg test, started failing with + harfbuzz-8.2.0 + ------------------------------------------------------------------- Tue Aug 15 11:45:26 UTC 2023 - Bjørn Lie diff --git a/librsvg.spec b/librsvg.spec index 927a98f..9ba1681 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -161,7 +161,9 @@ export RUSTFLAGS="%{build_rustflags}" %ifarch x86_64 %{?x86_64} # 2023-01-15: the pdf-related tests are failing (bsc#1207167) # 2023-03-17 cairo-1.17.8 filter_morphology svg test is failing -%{cargo_test} -- --skip pdf_has_text --skip pdf_has_link --skip filter_morphology_from_reference_page_svg +%{cargo_test} -- \ +--skip pdf_has_text --skip pdf_has_link \ +--skip filter_morphology_from_reference_page_svg --skip bugs_bug668_small_caps_svg %endif %post -n librsvg-2-%{librsvg_sover} -p /sbin/ldconfig