diff --git a/loupe.changes b/loupe.changes index afe7f0f..7817faa 100644 --- a/loupe.changes +++ b/loupe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 12 09:01:31 UTC 2023 - Bjørn Lie + +- Use rustflags export also in check section. + ------------------------------------------------------------------- Tue Apr 11 20:59:05 UTC 2023 - Luciano Santos diff --git a/loupe.spec b/loupe.spec index d469403..f171162 100644 --- a/loupe.spec +++ b/loupe.spec @@ -60,7 +60,8 @@ export RUSTFLAGS="%{__rustflags}" %find_lang %{name} %{?no_lang_C} %check -%{cargo_test} +export RUSTFLAGS="%{__rustflags}" +%cargo_test # No meson_test exsist upstream yet, so run these manually appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Loupe.metainfo.xml desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Loupe.desktop