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:
commit
c8daded3b2
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
|
|
3
libblockdev-3.1.1.tar.gz
Normal file
3
libblockdev-3.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a5cb33a53ff5969067982704f45399d02555fdb2313ed0c56eac9555397dc2db
|
||||||
|
size 1056270
|
@ -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>
|
||||||
|
|
||||||
@ -242,7 +259,7 @@ Thu Aug 20 22:11:53 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|||||||
|
|
||||||
- udpate to 2.24:
|
- udpate to 2.24:
|
||||||
* VDO plugin has been deprecated in this release (functionality
|
* VDO plugin has been deprecated in this release (functionality
|
||||||
replaced by LVM VDO)
|
replaced by LVM VDO)
|
||||||
* support for creating and managing LVM VDO volumes added
|
* support for creating and managing LVM VDO volumes added
|
||||||
* support for unlocking of BitLocker-compatible format BITLK
|
* support for unlocking of BitLocker-compatible format BITLK
|
||||||
added
|
added
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user