Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libnvme for openSUSE:Factory checked in at 2023-10-05 20:03:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnvme (Old) and /work/SRC/openSUSE:Factory/.libnvme.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnvme" Thu Oct 5 20:03:02 2023 rev:21 rq:1115641 version:1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libnvme/libnvme.changes 2023-10-01 21:21:44.275411510 +0200 +++ /work/SRC/openSUSE:Factory/.libnvme.new.28202/libnvme.changes 2023-10-05 20:03:30.983500454 +0200 @@ -1,0 +2,13 @@ +Wed Oct 4 14:31:09 UTC 2023 - Daniel Wagner <[email protected]> + +- Enable tests during build +- Set git version tag +- Drop unused make dependency + +------------------------------------------------------------------- +Wed Oct 4 10:32:55 UTC 2023 - Daniel Wagner <[email protected]> + +- Drop unencessary minimum version depedency on meson. +- Re-enable libdbus feature. Upstream defaults changed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnvme.spec ++++++ --- /var/tmp/diff_new_pack.RFCd1G/_old 2023-10-05 20:03:32.263546698 +0200 +++ /var/tmp/diff_new_pack.RFCd1G/_new 2023-10-05 20:03:32.263546698 +0200 @@ -18,6 +18,8 @@ %define sover 1 +%bcond_without check + Name: libnvme Version: 1.6 Release: 0 @@ -31,8 +33,7 @@ BuildRequires: keyutils-devel BuildRequires: libjson-c-devel BuildRequires: libuuid-devel -BuildRequires: make -BuildRequires: meson >= 0.50.0 +BuildRequires: meson BuildRequires: openssl-devel BuildRequires: python3-devel BuildRequires: swig @@ -78,9 +79,14 @@ %build export KBUILD_BUILD_TIMESTAMP=@${SOURCE_DATE_EPOCH:-$(date +%s)} -%meson -Ddocs=man %{?_with_docs_build:-Ddocs-build=true} +%meson -Ddocs=man %{?_with_docs_build:-Ddocs-build=true} -Dversion-tag=%{version} -Dlibdbus=enabled %meson_build +%if %{with check} +%check +%meson_test +%endif + %install %meson_install
