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-04-28 16:22:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librsvg (Old) and /work/SRC/openSUSE:Factory/.librsvg.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librsvg" Fri Apr 28 16:22:42 2023 rev:130 rq:1083287 version:2.56.0 Changes: -------- --- /work/SRC/openSUSE:Factory/librsvg/librsvg.changes 2023-03-24 15:17:26.141950624 +0100 +++ /work/SRC/openSUSE:Factory/.librsvg.new.1533/librsvg.changes 2023-04-28 16:23:03.377900950 +0200 @@ -1,0 +2,10 @@ +Thu Apr 27 14:28:24 UTC 2023 - Frederic Crozat <[email protected]> + +- Update licence tag, there is no longer any Apache licensed code. + +------------------------------------------------------------------- +Sat Apr 15 09:22:24 UTC 2023 - Bjørn Lie <[email protected]> + +- Use __rustflags macro and drop no longer needed rustflags global. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librsvg.spec ++++++ --- /var/tmp/diff_new_pack.PTG928/_old 2023-04-28 16:23:04.153905480 +0200 +++ /var/tmp/diff_new_pack.PTG928/_new 2023-04-28 16:23:04.161905526 +0200 @@ -16,8 +16,6 @@ # -%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' - # Don't forget to update this in baselibs.conf too! %define librsvg_sover 2 @@ -25,7 +23,7 @@ Version: 2.56.0 Release: 0 Summary: A Library for Rendering SVG Data -License: Apache-2.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT +License: GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT Group: Development/Libraries/C and C++ URL: https://wiki.gnome.org/Projects/LibRsvg Source: %{name}-%{version}.tar.xz @@ -142,7 +140,7 @@ cp %{SOURCE3} .cargo/config %build -export RUSTFLAGS=%{rustflags} +export RUSTFLAGS="%{__rustflags}" NOCONFIGURE=1 ./autogen.sh %configure \ --disable-static\ @@ -152,13 +150,14 @@ %make_build %install -export RUSTFLAGS=%{rustflags} +export RUSTFLAGS="%{__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}" %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
