Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust1.79 for openSUSE:Factory checked in at 2024-11-21 15:17:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust1.79 (Old) and /work/SRC/openSUSE:Factory/.rust1.79.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust1.79" Thu Nov 21 15:17:36 2024 rev:3 rq:1225444 version:1.79.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust1.79/rust1.79.changes 2024-07-01 11:18:40.999373021 +0200 +++ /work/SRC/openSUSE:Factory/.rust1.79.new.28523/rust1.79.changes 2024-11-21 15:18:10.948343445 +0100 @@ -1,0 +2,5 @@ +Tue Nov 19 05:53:38 UTC 2024 - William Brown <william.br...@suse.com> + +- Backport fix for SP3 to select correct cmake version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust1.79.spec ++++++ --- /var/tmp/diff_new_pack.VopLud/_old 2024-11-21 15:18:18.352651231 +0100 +++ /var/tmp/diff_new_pack.VopLud/_new 2024-11-21 15:18:18.352651231 +0100 @@ -332,11 +332,11 @@ # CMake and Ninja required to drive the bundled llvm build. # Cmake is also needed in tests. -%if 0%{?sle_version} >= 120000 && 0%{?sle_version} <= 150200 +%if 0%{?sle_version} >= 120000 && 0%{?sle_version} <= 150300 # In these distros cmake is 2.x, or 3.X < 3.13, so we need cmake3 for building llvm. -BuildRequires: cmake3 > 3.13.4 +BuildRequires: cmake3 >= 3.20.0 %else -BuildRequires: cmake > 3.13.4 +BuildRequires: cmake >= 3.20.0 %endif # To build rust-lld