Accepting request 956834 from Base:System

OBS-URL: https://build.opensuse.org/request/show/956834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-02-23 15:25:56 +00:00 committed by Git OBS Bridge
commit 1e66bc095d
7 changed files with 19 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<param name="filename">libnvme</param>
<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> -->
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v1.0-rc3</param>
<param name="revision">v1.0-rc4</param>
<param name="match-tag">v[01].[0-9]*</param>
<param name="versionrewrite-pattern">v([^+]*)-rc([0-9]+)</param>
<param name="versionrewrite-replacement">\1~\2</param>

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">0c250e9d21270032e6af08c43ee1130b75a09fc3</param>
<param name="changesrevision">3a1bc6c6226d240b544058065382e2546018caa8</param>
</service>
</servicedata>

View File

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

3
libnvme-1.0~4.obscpio Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Feb 22 17:40:44 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
- Update to version 1.0-rc4:
* fabrics: add default port number for NVMe/TCP I/O controllers
* linux: Update size when telemetry controller initiated data is unavailable
* add cdw13 for set_feature_args structure
* Add support for TP8010
* Documentation cleanups
-------------------------------------------------------------------
Fri Feb 11 13:29:54 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -1,4 +1,4 @@
name: libnvme
version: 1.0~3
mtime: 1644583936
commit: c434d43faee6e6e93ac5ad603ef94a77299fa178
version: 1.0~4
mtime: 1645549785
commit: 3a1bc6c6226d240b544058065382e2546018caa8

View File

@ -19,7 +19,7 @@
%define sover 1
Name: libnvme
Version: 1.0~3
Version: 1.0~4
Release: 0
Summary: Linux-native nvme device management library
License: LGPL-2.1-only