diff --git a/libzbc.changes b/libzbc.changes index 377a8ba..18ae5a7 100644 --- a/libzbc.changes +++ b/libzbc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 2 08:10:22 UTC 2019 - Jan Engelhardt + +- Update to new release 5.8.2 + * Fix SG IO header dxfer_len field to avoid failures of + vectored IOs with more than a single vector. + * Change error code returned by zbc_preadv() and zbc_pwritev() + from -EINVAL to -EIO in the case of an an unaligned IO + request. This change matches the kernel returned error value. + * New gzviewer tool to graphically display a device zone state. + ------------------------------------------------------------------- Fri Jun 28 07:10:57 UTC 2019 - Jan Engelhardt diff --git a/libzbc.spec b/libzbc.spec index a827bb1..452562d 100644 --- a/libzbc.spec +++ b/libzbc.spec @@ -17,8 +17,8 @@ Name: libzbc -%define lname libzbc-5_8_0 -Version: 5.8.0 +%define lname libzbc-5_8_2 +Version: 5.8.2 Release: 0 Summary: Library for manipulating ZBC and ZAC disks License: BSD-2-Clause AND LGPL-3.0-or-later @@ -26,7 +26,6 @@ Group: Hardware/Other URL: https://github.com/hgst/libzbc Source: https://github.com/hgst/libzbc/archive/v%version.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool >= 2 BuildRequires: pkg-config BuildRequires: pkgconfig(gtk+-3.0) @@ -77,7 +76,7 @@ libzbc is a simple library providing functions for manipulating Zoned Block Command (ZBC), Zoned-device ATA command set (ZAC) disks. %prep -%setup -q +%autosetup -p1 %build autoreconf -fi @@ -99,21 +98,17 @@ make -C obj check %{?_smp_mflags} %postun -n %lname -p /sbin/ldconfig %files tools -%defattr(-,root,root) %_bindir/zbc_* %doc COPYING.LESSER %files gui -%defattr(-,root,root) -%_bindir/gzbc +%_bindir/gz* %files -n %lname -%defattr(-,root,root) %_libdir/libzbc-*.so %doc COPYING %files devel -%defattr(-,root,root) %_includedir/%name/ %_libdir/libzbc.so %_libdir/pkgconfig/libzbc.pc diff --git a/v5.8.0.tar.gz b/v5.8.0.tar.gz deleted file mode 100644 index 5ec0889..0000000 --- a/v5.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bea38b2b1c8285e443bfdf73d0c83167c75e2154f5f61bcdcc49e705db127c6 -size 138046 diff --git a/v5.8.2.tar.gz b/v5.8.2.tar.gz new file mode 100644 index 0000000..bf00525 --- /dev/null +++ b/v5.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb206a1b1ce6cbe6beb7f0681dc85d9f3aea5c36e57255729dbce552b2f181e9 +size 141968