File obs-vkcapture.changes of Package obs-vkcapture
-------------------------------------------------------------------
Sat Mar 7 13:17:29 UTC 2026 - Jonatas Gonçalves <jonatas.sgoncalves@gmail.com>
- Fix missing runtime dependencies:
* Add explicit Requires for libobs_glcapture and libobs_vkcapture
to the main package to ensure all capture layers are installed
together.
* Ensure version matching between subpackages using %{version}
macro to prevent ABI mismatch.
-------------------------------------------------------------------
Sat Mar 7 13:04:41 UTC 2026 - Jonatas Gonçalves <jonatas.sgoncalves@gmail.com>
- Improve spec file to meet Factory/openSUSE packaging standards:
* Remove %global __requires_exclude for libobs to allow proper
automatic dependency generation.
* Add simde-devel and fdupes to BuildRequires.
* Use %cmake and %cmake_build macros instead of manual directory
handling for better architecture support.
* Add manual strip command in %install to fix rpmlint warnings
about unstripped binaries in non-standard library paths.
* Use %fdupes to remove duplicate binaries and reduce package size.
* Fix directory ownership by explicitly declaring %dir for:
/usr/share/obs, /usr/share/vulkan, and plugin subdirectories.
* Improve subpackage metadata by adding missing %dir entries for
libobs_glcapture.
* Clean up %files section for better scannability and compliance.
-------------------------------------------------------------------
Sat Mar 7 12:30:32 UTC 2026 - Jonatas Gonçalves <jonatas.sgoncalves@gmail.com>
- Enable build for aarch64
-------------------------------------------------------------------
Sat Mar 7 12:25:04 UTC 2026 - Jonatas Gonçalves <jonatas.sgoncalves@gmail.com>
- Initial release