Accepting request 1117700 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1117700 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libblockdev?expand=0&rev=22
This commit is contained in:
commit
a83842e7e2
32
NEWS.rst
32
NEWS.rst
@ -1,3 +1,35 @@
|
||||
Libblockdev 3.0.4
|
||||
------------------
|
||||
|
||||
New bugfix release of the libblockdev library with multiple fixes. See below
|
||||
for details.
|
||||
|
||||
**Full list of changes**
|
||||
|
||||
Jelle van der Waa (3):
|
||||
|
||||
- plugins: use g_autofree for free'ing g_char's
|
||||
- plugins: btrfs: use g_autofree where possible for g_free
|
||||
- fs: correct btrfs set label description
|
||||
|
||||
Tomas Bzatek (1):
|
||||
|
||||
- nvme: Rework memory allocation for device ioctls
|
||||
|
||||
Vojtech Trefny (11):
|
||||
|
||||
- spec: Obsolete vdo plugin packages
|
||||
- spec: Move obsoleted devel subpackages to libblockdev-devel
|
||||
- ci: Bump actions/checkout from v3 to v4
|
||||
- part: Do not open disk read-write for read only operations
|
||||
- fs: Disable progress for ntfsresize
|
||||
- packit: Add configuration for downstream builds
|
||||
- logging: Default to DEBUG log level if compiled with --enable-debug
|
||||
- Use log function when calling a plugin function that is not loaded
|
||||
- lvm-dbus: Replace g_critical calls with bd_utils_log_format
|
||||
- tests: Fail early when recompilation fails in library_test
|
||||
- tests: Fix "invalid escape sequence '\#'" warning from Python 3.12
|
||||
|
||||
Libblockdev 3.0.3
|
||||
------------------
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f2872830293f3e222832903d80de4c38e06a9c3ea18915b3263272a72095ea8
|
||||
size 1048628
|
3
libblockdev-3.0.4.tar.gz
Normal file
3
libblockdev-3.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49841ff92db0ab032931e6f2b5eab63e5969b0ddc14b067b60e46a6eb6c60e47
|
||||
size 1050971
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 13 08:09:53 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 3.0.4:
|
||||
* plugins: use g_autofree for free'ing g_char's
|
||||
* plugins: btrfs: use g_autofree where possible for g_free
|
||||
* fs: correct btrfs set label description
|
||||
* nvme: Rework memory allocation for device ioctls
|
||||
* spec: Obsolete vdo plugin packages
|
||||
* spec: Move obsoleted devel subpackages to libblockdev-devel
|
||||
* ci: Bump actions/checkout from v3 to v4
|
||||
* part: Do not open disk read-write for read only operations
|
||||
* fs: Disable progress for ntfsresize
|
||||
* packit: Add configuration for downstream builds
|
||||
* logging: Default to DEBUG log level if compiled with --enable-debug
|
||||
* Use log function when calling a plugin function that is not loaded
|
||||
* lvm-dbus: Replace g_critical calls with bd_utils_log_format
|
||||
* tests: Fail early when recompilation fails in library_test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 07:48:57 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
%define soversion 3
|
||||
|
||||
Name: libblockdev
|
||||
Version: 3.0.3
|
||||
Version: 3.0.4
|
||||
Release: 0
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPL-2.1-only
|
||||
|
Loading…
Reference in New Issue
Block a user