Files
ldmtool/ldmtool.changes

73 lines
2.6 KiB
Plaintext

-------------------------------------------------------------------
Wed Jun 25 10:35:14 MDT 2025 - carnold@suse.com
- Update to version 0.2.5 (jsc#PED-12706)
* Fix crash while creating mapper for a volume which lacks of
partitions
* Make libldm to parse and return volume GUID
* Change the way we sanitise LDM partition name
* Set UUID for device mapper devices (partitions and volumes)
* Fix potential memory leak
* Use device mapper device UUID instead of name to find device in
a tree
* New API: ldm_volume_dm_get_device
* New API: ldm_partition_dm_get_device
* Fix bug in libldm to allow for all spanned LDM volumes to bex
correctly identified/mounted
- Upstream fixes post 0.2.5
001-Add-example-systemd-unit-file.patch
002-ldmtool-fix-NULL-pointer-dereference.patch
003-Add-ability-to-override-device-mapper-UUID.patch
004-src-Fix-declaration-of-ldm_new.patch
005-Update-gtkdocize.patch
- Drop patch contained in new tarball
Remove-deprecated-g_type_class_add_private.patch
-------------------------------------------------------------------
Tue Jan 5 11:11:11 UTC 2021 - olaf@aepfle.de
- Adjust Remove-deprecated-g_type_class_add_private.patch to fix build
-------------------------------------------------------------------
Tue Feb 25 08:30:24 UTC 2020 - Antoine Ginies <aginies@suse.com>
- update to version 0.2.4
- update patch Remove-deprecated-g_type_class_add_private.patch
- remove upstream merged patches (werror-fixes.patch, cast_be64toh.patch)
- fix buildrequires
- use localsource as the github repo doesnt include yet the built tarball
for 0.2.4 release
-------------------------------------------------------------------
Sat Oct 27 15:29:47 UTC 2018 - Liang Yan <lyan@suse.com>
- fix deprecated api g_type_class_add_private()
- Added patches:
* Remove-deprecated-g_type_class_add_private.patch
-------------------------------------------------------------------
Tue May 30 13:17:35 UTC 2017 - olaf@aepfle.de
- fix double const
-------------------------------------------------------------------
Mon Apr 10 09:49:36 UTC 2017 - cbosdonnat@suse.com
- Fix license files
-------------------------------------------------------------------
Fri Apr 7 16:33:22 UTC 2017 - jengelh@inai.de
- Properly assign RPM group to shlib package
- Replace %soname to %sover to better reflects its intent
- Replace -exec rm by _much simpler_ -delete
- Trim excess whitespace
-------------------------------------------------------------------
Thu Apr 6 08:40:47 UTC 2017 - cbosdonnat@suse.com
- Release 0.2.3
- Added patches:
* werror-fixes.patch
* cast_be64toh.patch