Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Fragments for openSUSE:Factory checked in at 2023-06-22 23:26:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Fragments (Old) and /work/SRC/openSUSE:Factory/.Fragments.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Fragments" Thu Jun 22 23:26:10 2023 rev:13 rq:1094584 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/Fragments/Fragments.changes 2023-06-21 22:39:28.342231493 +0200 +++ /work/SRC/openSUSE:Factory/.Fragments.new.15902/Fragments.changes 2023-06-22 23:26:34.417998416 +0200 @@ -1,0 +2,7 @@ +Wed Jun 21 14:54:00 UTC 2023 - Bjørn Lie <[email protected]> + +- Use %build_rustflags instead of the deprecated + %__default_rustflags macro. Requires at least cargo-packaging + %1.2.0+3. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Fragments.spec ++++++ --- /var/tmp/diff_new_pack.LjqvLj/_old 2023-06-22 23:26:35.166002231 +0200 +++ /var/tmp/diff_new_pack.LjqvLj/_new 2023-06-22 23:26:35.170002251 +0200 @@ -32,7 +32,7 @@ BuildRequires: appstream-glib BuildRequires: c++_compiler BuildRequires: c_compiler -BuildRequires: cargo-packaging >= 1.2.0+2 +BuildRequires: cargo-packaging >= 1.2.0+3 BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: git @@ -60,17 +60,17 @@ cp %{SOURCE3} .cargo/config %build -export RUSTFLAGS="%{__default_rustflags}" +export RUSTFLAGS="%{build_rustflags}" %meson %meson_build %install -export RUSTFLAGS="%{__default_rustflags}" +export RUSTFLAGS="%{build_rustflags}" %meson_install %find_lang fragments %{?no_lang_C} %check -export RUSTFLAGS="%{__default_rustflags}" +export RUSTFLAGS="%{build_rustflags}" %meson_test %cargo_test
