Accepting request 1188457 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1188457 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libblockdev?expand=0&rev=25
This commit is contained in:
29
NEWS.rst
29
NEWS.rst
@@ -1,3 +1,32 @@
|
|||||||
|
Libblockdev 3.1.1
|
||||||
|
------------------
|
||||||
|
|
||||||
|
New bugfix release of the libblockdev library with multiple fixes. See below
|
||||||
|
for details.
|
||||||
|
|
||||||
|
**Full list of changes**
|
||||||
|
|
||||||
|
Giulio Benetti (1):
|
||||||
|
|
||||||
|
- Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined
|
||||||
|
|
||||||
|
Tomas Bzatek (5):
|
||||||
|
|
||||||
|
- Port to G_GNUC_INTERNAL for controlling symbols visibility
|
||||||
|
- Fix some more occurrences of missing port to G_GNUC_UNUSED
|
||||||
|
- dm_logging: Annotate redirect_dm_log() printf format
|
||||||
|
- tests: Add NVMe persistent discovery controller tests
|
||||||
|
- tests: Add NVMe controller type checks
|
||||||
|
|
||||||
|
Vojtech Trefny (6):
|
||||||
|
|
||||||
|
- Makefile: Fix bumpver to work with micro versions
|
||||||
|
- tests: Manually remove removed PVs from LVM devices file
|
||||||
|
- tests: Ignore LVM devices file for non-LVM tests
|
||||||
|
- tests: Fix removing custom LVM devices file
|
||||||
|
- nvme: Add bd_nvme_is_tech_avail to the API file
|
||||||
|
- lvm-dbus: Fix passing size for pvresize over DBus
|
||||||
|
|
||||||
Libblockdev 3.1.0
|
Libblockdev 3.1.0
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:41e4af66c9d78e795302d37825dfd88a4970f82da7b4ebe6487feba2afae44fb
|
|
||||||
size 1054326
|
|
BIN
libblockdev-3.1.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
libblockdev-3.1.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 10 11:29:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.1.1:
|
||||||
|
* Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined
|
||||||
|
* Port to G_GNUC_INTERNAL for controlling symbols visibility
|
||||||
|
* Fix some more occurrences of missing port to G_GNUC_UNUSED
|
||||||
|
* dm_logging: Annotate redirect_dm_log() printf format
|
||||||
|
* tests: Add NVMe persistent discovery controller tests
|
||||||
|
* tests: Add NVMe controller type checks
|
||||||
|
* Makefile: Fix bumpver to work with micro versions
|
||||||
|
* tests: Manually remove removed PVs from LVM devices file
|
||||||
|
* tests: Ignore LVM devices file for non-LVM tests
|
||||||
|
* tests: Fix removing custom LVM devices file
|
||||||
|
* nvme: Add bd_nvme_is_tech_avail to the API file
|
||||||
|
* lvm-dbus: Fix passing size for pvresize over DBus
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 12 10:06:44 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
Mon Feb 12 10:06:44 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@@ -41,7 +41,7 @@
|
|||||||
%define soversion 3
|
%define soversion 3
|
||||||
|
|
||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 3.1.0
|
Version: 3.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for low-level manipulation with block devices
|
Summary: A library for low-level manipulation with block devices
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
|
Reference in New Issue
Block a user