Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpma for openSUSE:Factory checked in at 2025-03-26 21:23:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpma (Old) and /work/SRC/openSUSE:Factory/.rpma.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpma" Wed Mar 26 21:23:14 2025 rev:5 rq:1256196 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rpma/rpma.changes 2023-12-17 21:35:04.875593463 +0100 +++ /work/SRC/openSUSE:Factory/.rpma.new.2696/rpma.changes 2025-03-26 21:25:22.419367403 +0100 @@ -1,0 +2,7 @@ +Sat Mar 22 20:26:49 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section +- Remove Group: declarations, not used any longer + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpma.spec ++++++ --- /var/tmp/diff_new_pack.dOPFbK/_old 2025-03-26 21:25:22.923388125 +0100 +++ /var/tmp/diff_new_pack.dOPFbK/_new 2025-03-26 21:25:22.923388125 +0100 @@ -22,10 +22,9 @@ Release: 0 Summary: Remote Persistent Memory Access License: BSD-3-Clause -Group: Development/Libraries/C and C++ URL: http://pmem.io/pmdk/ Source: https://github.com/pmem/rpma/archive/%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc BuildRequires: libibverbs-devel BuildRequires: pkg-config @@ -38,7 +37,6 @@ %package -n %{lname} Summary: Remote Persistent Memory Access -Group: System/Libraries %description -n %{lname} librpma is a C library for accessing persistent memory (PMem) devices on @@ -52,7 +50,6 @@ %package devel Summary: Development files for librpma -Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} %description devel @@ -62,7 +59,9 @@ %autosetup -p1 %build -%cmake -DBUILD_TESTS=OFF +%cmake \ + -DBUILD_TESTS=OFF \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_build %install @@ -71,6 +70,9 @@ mkdir -p %{buildroot}/%{_libdir}/cmake/librpma mv %{buildroot}/%{_libdir}/librpma/cmake/*.cmake %{buildroot}/%{_libdir}/cmake/librpma +%check +%ctest + %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig