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-22 23:24:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librsvg (Old) and /work/SRC/openSUSE:Factory/.librsvg.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librsvg" Thu Jun 22 23:24:37 2023 rev:134 rq:1094347 version:2.56.1 Changes: -------- --- /work/SRC/openSUSE:Factory/librsvg/librsvg.changes 2023-06-17 22:19:38.635296612 +0200 +++ /work/SRC/openSUSE:Factory/.librsvg.new.15902/librsvg.changes 2023-06-22 23:24:41.517705700 +0200 @@ -1,0 +2,7 @@ +Wed Jun 21 06:22:07 UTC 2023 - Dominique Leuenberger <[email protected]> + +- Use %build_rustflags instead of the deprecated + %__default_rustflags macro. Requires at least cargo-packaging + 1.2.0+3 (boo#1212333). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librsvg.spec ++++++ --- /var/tmp/diff_new_pack.8V9WXL/_old 2023-06-22 23:24:42.361703557 +0200 +++ /var/tmp/diff_new_pack.8V9WXL/_new 2023-06-22 23:24:42.369703537 +0200 @@ -31,7 +31,7 @@ Source3: cargo_config Source99: baselibs.conf -BuildRequires: cargo-packaging >= 1.2.0+2 +BuildRequires: cargo-packaging >= 1.2.0+3 BuildRequires: gobject-introspection-devel BuildRequires: libtool BuildRequires: pkgconfig @@ -140,7 +140,7 @@ cp %{SOURCE3} .cargo/config %build -export RUSTFLAGS="%{__default_rustflags}" +export RUSTFLAGS="%{build_rustflags}" NOCONFIGURE=1 ./autogen.sh %configure \ --disable-static\ @@ -150,14 +150,14 @@ %make_build %install -export RUSTFLAGS="%{__default_rustflags}" +export RUSTFLAGS="%{build_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="%{__default_rustflags}" +export RUSTFLAGS="%{build_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
