lilv: updated to 0.28.0
lilv (0.28.0) stable; urgency=medium
* Add early assertions for non-null parameters in public API
* Add lilv_state_get_bundle_path()
* Always create state files with O_CLOEXEC on glibc >= 2.7
* Clarify relative symbolic link creation when saving state
* Fix build with dynmanifest support
* Fix crash when loading plugin classes on Windows
* Fix potential file loss when saving state with no link directory
* Fix potential iterator leaks and resulting log message flood
* Fix replacing links when saving over state
* Fix test build when no C++ compiler is available
* Improve error handling when writing and deleting state
gsettings-desktop-schemas: update to 50.1.
Major changes in 50.1
=====================
- Translation updates
Major changes in 50.0
=====================
- Translation updates
Major changes in 50.rc
======================
- Translation updates
Major changes in 50.beta
========================
- Translation updates
- Disable primary selection by default
- Update deprecated terminal-exec key to xdg-terminal-exec changes
[186 lines not shown]
at-spi2-core: update to 2.60.4.
* AtspiDeviceA11yManager: Make use of pid when returned by queryPointer
* Fix deregistering application-specific event listeners
cmocka: update to 2.0.2.
## [2.0.2] - 2026-01-12
### Fixed
- Fixed typo in `CMOCKA_NO_DEPRECATION_WARNINGS`
## [2.0.1] - 2025-12-19
### Added
- Option to disable deprecation warnings via `CMOCKA_NO_DEPRECATION_WARNINGS`
### Changed
- Documentation theme is now downloaded during `make docs` instead of at configure time
### Fixed
[221 lines not shown]
cbindgen: updated to 0.29.4
0.29.4
* Support constant enums and arrays.
0.29.3
* Expose the line_endings config option to use with the builder
* Fix doc attribute parsing to properly handle block comments
* Check for CMSE ABI's as well
* ci: Add a meta job to block the merge queue on it.
* Allow `pub` access to `ReprType` fields
* In C23 mode, define sized enums as enums rather than typedefs.