Jan Engelhardt 2017-08-08 11:23:05 +00:00 committed by Git OBS Bridge
parent e70cab2371
commit 0225080404
4 changed files with 26 additions and 6 deletions

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Aug 8 11:18:07 UTC 2017 - jengelh@inai.de
- Update to new upstream release 5.3.1
* A rewrite of libzbc introducing significant changes to the
API. Support for draft standards 4.x is dropped. Compliance
to the final ZBC/ZAC standards is improved.
* All functions now operate using 512B sector units, regardless
of the device actual logical block size. This is in line with
Linux block device management and can simplify application
implementation by unifying the addressing unit used when
devices with different logical block sizes (512B or 4096B)
are being used. Applications must however still comply with
write request alignment to the device physical block size,
which may be different from the 512B sector size unit used.
* Improved read and write functions (zbc_pread and zbc_pwrite)
to not limit the request size to the device maximum request
data transfer size (calls are internally split into multiple
requests).
-------------------------------------------------------------------
Tue Nov 29 10:31:02 UTC 2016 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libzbc
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,8 @@
Name: libzbc
%define lname libzbc-4_3_3
Version: 4.3.3
%define lname libzbc-5_3_1
Version: 5.3.1
Release: 0
Summary: Library for manipulating ZBC and ZAC disks
License: BSD-2-Clause and LGPL-3.0+

View File

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

3
v5.3.1.tar.gz Normal file
View File

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