New issue by yopito on void-packages repository https://github.com/void-linux/void-packages/issues/37815 Description: ### Is this a new report? Yes ### System Info Void 5.15.47_1 x86_64-musl GenuineIntel notuptodate hold rrnDFFFFFFFF ### Package(s) Affected qt5-speech-devel-5.15.4_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour file `/usr/lib/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfig.cmake` is supposed to point "release" 5.15.4 ### Actual behaviour file `/usr/lib/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfig.cmake` is pointing release 5.15.2 instead of 5.15.4: ``` [packages]$ xbps-query -R --cat /usr/lib/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfig.cmake qt5-speech-devel | cat -n | grep 5.15 8 set(Qt5TextToSpeech_VERSION_STRING 5.15.2) 56 "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.2" 57 "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.2/QtTextToSpeech" 100 5.15.2 ${_Qt5TextToSpeech_FIND_VERSION_EXACT} 201 _populate_TextToSpeech_target_properties(RELEASE "libQt5TextToSpeech.so.5.15.2" "" FALSE) 206 # In Qt 5.15 the glob pattern was relaxed to also catch plugins not literally named Plugin. ``` ### Steps to reproduce rebuild `python2-pyside2` package. I did not formally checked it since I'm working on 5.15.5's packaging of `python2-pyside2`. ping @Piraty