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-21 22:38:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Fragments (Old)
 and      /work/SRC/openSUSE:Factory/.Fragments.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Fragments"

Wed Jun 21 22:38:41 2023 rev:12 rq:1093912 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/Fragments/Fragments.changes      2023-04-14 
13:13:24.503677182 +0200
+++ /work/SRC/openSUSE:Factory/.Fragments.new.15902/Fragments.changes   
2023-06-21 22:39:28.342231493 +0200
@@ -1,0 +2,6 @@
+Thu Jun 15 16:43:14 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Use %__default_rustflags instead of the deprecated %__rustflags
+  macro. Requires at least cargo-packaging 1.2.0+2.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Fragments.spec ++++++
--- /var/tmp/diff_new_pack.DKK1qs/_old  2023-06-21 22:39:30.402243889 +0200
+++ /var/tmp/diff_new_pack.DKK1qs/_new  2023-06-21 22:39:30.406243914 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  appstream-glib
 BuildRequires:  c++_compiler
 BuildRequires:  c_compiler
-BuildRequires:  cargo-packaging
+BuildRequires:  cargo-packaging >= 1.2.0+2
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  git
@@ -60,17 +60,17 @@
 cp %{SOURCE3} .cargo/config
 
 %build
-export RUSTFLAGS="%{__rustflags}"
+export RUSTFLAGS="%{__default_rustflags}"
 %meson
 %meson_build
 
 %install
-export RUSTFLAGS="%{__rustflags}"
+export RUSTFLAGS="%{__default_rustflags}"
 %meson_install
 %find_lang fragments %{?no_lang_C}
 
 %check
-export RUSTFLAGS="%{__rustflags}"
+export RUSTFLAGS="%{__default_rustflags}"
 %meson_test
 %cargo_test
 

Reply via email to