9 Commits

Author SHA256 Message Date
f769774ecd Sync changes to SLFO-1.2 branch 2025-08-20 09:46:44 +02:00
80437a7ac7 Accepting request 1184230 from hardware
- Update to release 6.1

OBS-URL: https://build.opensuse.org/request/show/1184230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzbc?expand=0&rev=24
2024-07-01 09:22:20 +00:00
OBS User unknown
99d00d485b [info=5127b3efbff1e4ec14b5d39fff2576f3a178dd20dfb69946cf817ea5b155c932]
OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=51
2024-07-01 08:37:03 +00:00
68e33e36c1 [info=dd966eaf02a4ec3319b3f7e253de87fa4925168ba1495b60c9e2250a31510091]
OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=50
2024-07-01 08:34:31 +00:00
6de7b9a80a Accepting request 1183572 from hardware
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1183572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzbc?expand=0&rev=23
2024-06-27 14:05:03 +00:00
bc437fa277 run fdupes
OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=48
2024-06-20 11:23:11 +00:00
8dc91d56a6 throw out polkit, nothing /bin/su couldn't fix
OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=47
2024-06-20 11:18:40 +00:00
9753f7581b OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=46 2024-06-10 13:08:42 +00:00
670a6fb434 - Update to release 6
OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=45
2024-06-10 11:43:42 +00:00
4 changed files with 37 additions and 6 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Oct 17 07:16:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 6.2
* Fixed problems with running test/zbc_test.sh against DH-SMR
(XMR) devices
* More XMR tests moved from the extended text case category to
the base set of test cases
-------------------------------------------------------------------
Mon Jul 1 08:34:45 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 6.1
* add functionality to process multiple consequtive zones with
zbc_write_zone tool
-------------------------------------------------------------------
Mon Jun 10 11:18:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 6
* Dropped support for draft standards 4.x.
* Compliance to the final ZBC/ZAC standards is improved and now
includes support for such ZAC-2/ZBC-2 features as support for
DH-SMR (XMR) devices and support for zone counts > 1 in zone
operations.
-------------------------------------------------------------------
Thu May 16 06:04:20 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -17,8 +17,8 @@
Name: libzbc
%define lname libzbc5
Version: 5.14.0
%define lname libzbc6
Version: 6.2.0
Release: 0
Summary: Library for manipulating ZBC and ZAC disks
License: BSD-2-Clause AND LGPL-3.0-or-later
@@ -27,6 +27,7 @@ URL: https://github.com/westerndigitalcorporation/libzbc
Source: https://github.com/westerndigitalcorporation/libzbc/archive/v%version.tar.gz
BuildRequires: autoconf-archive
BuildRequires: fdupes
BuildRequires: libtool >= 2
BuildRequires: pkg-config
BuildRequires: pkgconfig(gtk+-3.0)
@@ -88,6 +89,8 @@ autoreconf -fi
%install
%make_install
find "%buildroot/%_libdir" -type f -name "*.la" -delete
rm -Rf "%buildroot/%_datadir/polkit-1"
%fdupes %buildroot/%_prefix
%check
%make_build check
@@ -101,9 +104,11 @@ find "%buildroot/%_libdir" -type f -name "*.la" -delete
%files gui
%_bindir/gz*
%_datadir/applications/
%_datadir/pixmaps/*
%files -n %lname
%_libdir/libzbc.so.5*
%_libdir/libzbc.so.*
%license COPYING.BSD
%files devel

View File

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

BIN
v6.2.0.tar.gz LFS Normal file

Binary file not shown.