Accepting request 1062069 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1062069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2023-01-31 15:08:47 +00:00 committed by Git OBS Bridge
parent 78e4d7dc47
commit 5a2ae642c4
7 changed files with 27 additions and 11 deletions

View File

@ -4,7 +4,7 @@
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
<param name="filename">libnvme</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v1.2</param>
<param name="revision">v1.3</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
<param name="changesrevision">b25dc6102bc000ff4c8061e6448cfb4c034eaed6</param>
<param name="changesrevision">94dd6d027e482749d8a915aae5fd52ef7323c054</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ff8ed5b69d498fbd25a5d2e032c0e5d5590d7b4533e3b02abe483841477fa84
size 2406924

3
libnvme-1.3.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c688320210abf82513aae215a73425a8cd065b2f312ab923f6de366ee9380d4d
size 2487820

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 30 13:51:19 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>
- Update to version 1.3:
* Support added for Flexible Data Placement (TP4146)
* Fabrics: added support for Persistent Discovery Controllers.
* libnvme-mi added a quirk framework to workaround special behavior of
certain devices
* The python binding behaves more friendly in a threading environment
by release the GIL on blocking calls.
* Replaced 3the libsystemd dependency with libdbus
* A lot of small fixes everywhere (leaks, wrong ordering of arguments, ...)
- Update spec file
* Project depends on meson >= 0.50.0
-------------------------------------------------------------------
Wed Nov 02 16:06:21 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -1,4 +1,4 @@
name: libnvme
version: 1.2
mtime: 1666977829
commit: b25dc6102bc000ff4c8061e6448cfb4c034eaed6
version: 1.3
mtime: 1675084192
commit: 94dd6d027e482749d8a915aae5fd52ef7323c054

View File

@ -1,7 +1,7 @@
#
# spec file for package libnvme
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,18 +19,19 @@
%define sover 1
Name: libnvme
Version: 1.2
Version: 1.3
Release: 0
Summary: Linux-native nvme device management library
License: LGPL-2.1-or-later
URL: https://github.com/linux-nvme/libnvme/
Source0: libnvme-%{version}.tar.gz
BuildRequires: dbus-1-devel
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: libjson-c-devel
BuildRequires: libuuid-devel
BuildRequires: make
BuildRequires: meson >= 0.47.0
BuildRequires: meson >= 0.50.0
BuildRequires: openssl-devel
BuildRequires: python3-devel
BuildRequires: swig