From bd49941e4e7a16f84722e6d3c168a694a1d60b8005377d5768194aed900dee01 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 13 Feb 2022 18:50:27 +0000 Subject: [PATCH] Accepting request 953755 from Base:System OBS-URL: https://build.opensuse.org/request/show/953755 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=3 --- _service | 2 +- _servicedata | 2 +- libnvme-1.0~2.obscpio | 3 --- libnvme-1.0~3.obscpio | 3 +++ libnvme.changes | 20 +++++++++++++++++++- libnvme.obsinfo | 6 +++--- libnvme.spec | 5 ++--- 7 files changed, 29 insertions(+), 12 deletions(-) delete mode 100644 libnvme-1.0~2.obscpio create mode 100644 libnvme-1.0~3.obscpio diff --git a/_service b/_service index c1b2a68..94b5994 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ libnvme @PARENT_TAG@ - v1.0-rc2 + v1.0-rc3 v[01].[0-9]* v([^+]*)-rc([0-9]+) \1~\2 diff --git a/_servicedata b/_servicedata index c2cdb26..9bedf96 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/linux-nvme/libnvme.git - 5b397aa3a2a70331373d321cf357055d3b1e7e4c + 0c250e9d21270032e6af08c43ee1130b75a09fc3 \ No newline at end of file diff --git a/libnvme-1.0~2.obscpio b/libnvme-1.0~2.obscpio deleted file mode 100644 index 19e3f24..0000000 --- a/libnvme-1.0~2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8683d1ffee377314de9c22122eff71a781675e6d9a230eaa91a2246dd0c8356 -size 1356300 diff --git a/libnvme-1.0~3.obscpio b/libnvme-1.0~3.obscpio new file mode 100644 index 0000000..d79f28b --- /dev/null +++ b/libnvme-1.0~3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d174abcd6383d05a287cf09c4873490fa0b12ee3ef4c638e12de706bb0575ad6 +size 11629069 diff --git a/libnvme.changes b/libnvme.changes index 5672970..034011e 100644 --- a/libnvme.changes +++ b/libnvme.changes @@ -1,5 +1,23 @@ ------------------------------------------------------------------- -Tue Feb 01 11:26:39 UTC 2022 - daniel.wagner@suse.com +Fri Feb 11 13:29:54 UTC 2022 - Daniel Wagner + +- Update to version v1.0-rc3: + * Properly create manuals/documentation + * Fix memleaks in __nvme_free_ns() and nvme_scan_subsystem() + * nvme: get log domain id included in Log Specific Identifier + * nvme: Add nulbaf(Number of Unique Capability LBA Formats) field on nvmd_id_ns + * ioctl: Add identify ioctl for CNS 09h, 0Ah + * nvme: Add Enhanced Controller Meta Data(FID: 0x7D) + * nvme: Add Supported Capacity Configuration List log page(LID: 0x11) + * tree: do not set dhchap_key to 'none' + * tree: restart controller lookup + * tree: fixup memory leak in nvme_scan_ctrl() + * Rename nvme_path_get_subsystem() + * Remove nvme_reset_topology() +- Use precompiled documentation instead regenerating it + +------------------------------------------------------------------- +Tue Feb 01 11:26:39 UTC 2022 - Daniel Wagner - Update to version 1.0~2: * Add fabrics config option 'tls' diff --git a/libnvme.obsinfo b/libnvme.obsinfo index 554eca2..d6baa62 100644 --- a/libnvme.obsinfo +++ b/libnvme.obsinfo @@ -1,4 +1,4 @@ name: libnvme -version: 1.0~2 -mtime: 1643712260 -commit: 5b397aa3a2a70331373d321cf357055d3b1e7e4c +version: 1.0~3 +mtime: 1644583936 +commit: c434d43faee6e6e93ac5ad603ef94a77299fa178 diff --git a/libnvme.spec b/libnvme.spec index d63e804..810c762 100644 --- a/libnvme.spec +++ b/libnvme.spec @@ -19,7 +19,7 @@ %define sover 1 Name: libnvme -Version: 1.0~2 +Version: 1.0~3 Release: 0 Summary: Linux-native nvme device management library License: LGPL-2.1-only @@ -32,7 +32,6 @@ BuildRequires: libuuid-devel BuildRequires: make BuildRequires: meson >= 0.47.0 BuildRequires: openssl-devel -BuildRequires: python3-Sphinx BuildRequires: python3-devel BuildRequires: swig @@ -69,7 +68,7 @@ Python binding part. %build %meson \ - -Dman=true + -Ddocs=man %meson_build %install