Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust1.81 for openSUSE:Factory checked in at 2024-09-25 21:51:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust1.81 (Old) and /work/SRC/openSUSE:Factory/.rust1.81.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust1.81" Wed Sep 25 21:51:47 2024 rev:2 rq:1202795 version:1.81.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust1.81/rust1.81.changes 2024-09-10 21:13:44.079290752 +0200 +++ /work/SRC/openSUSE:Factory/.rust1.81.new.29891/rust1.81.changes 2024-09-25 21:51:54.204816966 +0200 @@ -1,0 +2,5 @@ +Tue Sep 24 03:52:06 UTC 2024 - William Brown <william.br...@suse.com> + +- Fix specification of cmake version for SLE15SP3 and SP4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust1.81.spec ++++++ --- /var/tmp/diff_new_pack.BpaBcv/_old 2024-09-25 21:52:03.789216189 +0200 +++ /var/tmp/diff_new_pack.BpaBcv/_new 2024-09-25 21:52:03.789216189 +0200 @@ -328,11 +328,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