Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package librsvg for openSUSE:Factory checked in at 2023-06-17 22:19:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librsvg (Old) and /work/SRC/openSUSE:Factory/.librsvg.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librsvg" Sat Jun 17 22:19:37 2023 rev:133 rq:1093329 version:2.56.1 Changes: -------- --- /work/SRC/openSUSE:Factory/librsvg/librsvg.changes 2023-06-04 00:11:43.513219322 +0200 +++ /work/SRC/openSUSE:Factory/.librsvg.new.15902/librsvg.changes 2023-06-17 22:19:38.635296612 +0200 @@ -1,0 +2,6 @@ +Wed Jun 14 06:24:36 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org> + +- Use %__default_rustflags instead of the deprecated %__rustflags + macro. Requires at least cargo-packaging 1.2.0+2 (boo#1212333). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librsvg.spec ++++++ --- /var/tmp/diff_new_pack.zBdfVk/_old 2023-06-17 22:19:39.431301396 +0200 +++ /var/tmp/diff_new_pack.zBdfVk/_new 2023-06-17 22:19:39.435301419 +0200 @@ -31,7 +31,7 @@ Source3: cargo_config Source99: baselibs.conf -BuildRequires: cargo-packaging +BuildRequires: cargo-packaging >= 1.2.0+2 BuildRequires: gobject-introspection-devel BuildRequires: libtool BuildRequires: pkgconfig @@ -140,7 +140,7 @@ cp %{SOURCE3} .cargo/config %build -export RUSTFLAGS="%{__rustflags}" +export RUSTFLAGS="%{__default_rustflags}" NOCONFIGURE=1 ./autogen.sh %configure \ --disable-static\ @@ -150,14 +150,14 @@ %make_build %install -export RUSTFLAGS="%{__rustflags}" +export RUSTFLAGS="%{__default_rustflags}" %make_install find %{buildroot} -type f -name "*.la" -delete -print # %%doc is used to package such contents rm -rf %{buildroot}%{_datadir}/doc/%{name}/CO*.md %check -export RUSTFLAGS="%{__rustflags}" +export RUSTFLAGS="%{__default_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