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-04-14 13:13:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Fragments (Old) and /work/SRC/openSUSE:Factory/.Fragments.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Fragments" Fri Apr 14 13:13:11 2023 rev:11 rq:1079233 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/Fragments/Fragments.changes 2023-03-17 17:04:49.245856846 +0100 +++ /work/SRC/openSUSE:Factory/.Fragments.new.19717/Fragments.changes 2023-04-14 13:13:24.503677182 +0200 @@ -1,0 +2,13 @@ +Wed Apr 12 03:31:30 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Use rustflags in check section also + run cargo_test macro. +- Add constraints, we need a bigger hdd than some of the builders + provide. + +------------------------------------------------------------------- +Wed Apr 12 01:50:20 UTC 2023 - Luciano Santos <luc1...@opensuse.org> + +- Drop %rustflags macro definition and use %__rustflags from + cargo-packaging package instead. + +------------------------------------------------------------------- New: ---- _constraints ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Fragments.spec ++++++ --- /var/tmp/diff_new_pack.gjLLJu/_old 2023-04-14 13:13:25.327681894 +0200 +++ /var/tmp/diff_new_pack.gjLLJu/_new 2023-04-14 13:13:25.335681940 +0200 @@ -17,7 +17,6 @@ %global _lto_cflags %{?_lto_cflags} -ffat-lto-objects -%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' Name: Fragments Version: 2.1 @@ -61,17 +60,19 @@ cp %{SOURCE3} .cargo/config %build -export RUSTFLAGS=%{rustflags} +export RUSTFLAGS="%{__rustflags}" %meson %meson_build %install -export RUSTFLAGS=%{rustflags} +export RUSTFLAGS="%{__rustflags}" %meson_install %find_lang fragments %{?no_lang_C} %check +export RUSTFLAGS="%{__rustflags}" %meson_test +%cargo_test %files %license COPYING.md ++++++ _constraints ++++++ <?xml version="1.0" encoding="UTF-8"?> <constraints> <hardware> <disk> <size unit="G">17</size> </disk> </hardware> </constraints>