Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] package qt5-speech-devel : wrong so numbering in Qt5TextToSpeechConfig.cmake
@ 2022-07-03 14:23 yopito
  2022-07-03 14:33 ` yopito
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: yopito @ 2022-07-03 14:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1496 bytes --]

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 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: package qt5-speech-devel : wrong so numbering in Qt5TextToSpeechConfig.cmake
  2022-07-03 14:23 [ISSUE] package qt5-speech-devel : wrong so numbering in Qt5TextToSpeechConfig.cmake yopito
@ 2022-07-03 14:33 ` yopito
  2022-07-03 15:51 ` yopito
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: yopito @ 2022-07-03 14:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/issues/37815#issuecomment-1173102156

Comment:
BTW, It seems that upstream provide 5.15.5 now ?
I see git tag v5.15.5-lts-lgpl (https://invent.kde.org/qt/qt/qtspeech/-/commits/v5.15.5-lts-lgpl), don't know if it's relevant.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: package qt5-speech-devel : wrong so numbering in Qt5TextToSpeechConfig.cmake
  2022-07-03 14:23 [ISSUE] package qt5-speech-devel : wrong so numbering in Qt5TextToSpeechConfig.cmake yopito
  2022-07-03 14:33 ` yopito
@ 2022-07-03 15:51 ` yopito
  2022-07-06 19:36 ` Piraty
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: yopito @ 2022-07-03 15:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/issues/37815#issuecomment-1173125548

Comment:
ah: `srcpkgs/qt5-speech/files/Qt5TextToSpeechConfig.cmake` is installed instead of the one from source.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: package qt5-speech-devel : wrong so numbering in Qt5TextToSpeechConfig.cmake
  2022-07-03 14:23 [ISSUE] package qt5-speech-devel : wrong so numbering in Qt5TextToSpeechConfig.cmake yopito
  2022-07-03 14:33 ` yopito
  2022-07-03 15:51 ` yopito
@ 2022-07-06 19:36 ` Piraty
  2022-07-06 19:59 ` Piraty
  2022-07-10 10:00 ` [ISSUE] [CLOSED] " Johnnynator
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2022-07-06 19:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/issues/37815#issuecomment-1176613253

Comment:
d112bdca320414a5caf5638f28d7ca73906ea4a5

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: package qt5-speech-devel : wrong so numbering in Qt5TextToSpeechConfig.cmake
  2022-07-03 14:23 [ISSUE] package qt5-speech-devel : wrong so numbering in Qt5TextToSpeechConfig.cmake yopito
                   ` (2 preceding siblings ...)
  2022-07-06 19:36 ` Piraty
@ 2022-07-06 19:59 ` Piraty
  2022-07-10 10:00 ` [ISSUE] [CLOSED] " Johnnynator
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2022-07-06 19:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/issues/37815#issuecomment-1176645012

Comment:
@Johnnynator 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] package qt5-speech-devel : wrong so numbering in Qt5TextToSpeechConfig.cmake
  2022-07-03 14:23 [ISSUE] package qt5-speech-devel : wrong so numbering in Qt5TextToSpeechConfig.cmake yopito
                   ` (3 preceding siblings ...)
  2022-07-06 19:59 ` Piraty
@ 2022-07-10 10:00 ` Johnnynator
  4 siblings, 0 replies; 6+ messages in thread
From: Johnnynator @ 2022-07-10 10:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2039 bytes --]

Closed 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.
```
Edit: we are talking of this package
```
$ xbps-query -R qt5-speech-devel
architecture: x86_64-musl
filename-sha256: 3e0f2a9b8715d1e396135f124aade17dc462926bff0903f4cb3ab141a928d818
filename-size: 9474B
homepage: https://qt.io/
installed_size: 35KB
license: GPL-3.0-or-later, LGPL-3.0-or-later
maintainer: John <me@johnnynator.dev>
pkgname: qt5-speech-devel
pkgver: qt5-speech-devel-5.15.4_1
repository: https://repo-default.voidlinux.org/current/musl
...
source-revisions: qt5-speech:45d6e214b9
```

### 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 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-07-10 10:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-03 14:23 [ISSUE] package qt5-speech-devel : wrong so numbering in Qt5TextToSpeechConfig.cmake yopito
2022-07-03 14:33 ` yopito
2022-07-03 15:51 ` yopito
2022-07-06 19:36 ` Piraty
2022-07-06 19:59 ` Piraty
2022-07-10 10:00 ` [ISSUE] [CLOSED] " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).