mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libxkbcommon: Version bump. 1.5.0 -> 1.6.0
@ 2023-10-11 18:10 Christian Melki
  2023-10-13 14:44 ` Michael Olbrich
  2023-10-20  7:43 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2023-10-11 18:10 UTC (permalink / raw)
  To: ptxdist

Some bugfixes and enhancements.
https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.6.0/NEWS

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libxkbcommon.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libxkbcommon.make b/rules/libxkbcommon.make
index 43b665e15..f0e307567 100644
--- a/rules/libxkbcommon.make
+++ b/rules/libxkbcommon.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBXKBCOMMON) += libxkbcommon
 #
 # Paths and names
 #
-LIBXKBCOMMON_VERSION	:= 1.5.0
-LIBXKBCOMMON_MD5	:= 40f0486b4eb491928ec6616c2ff85120
+LIBXKBCOMMON_VERSION	:= 1.6.0
+LIBXKBCOMMON_MD5	:= 90079ab4a0c6fa56dc75abffef9b1bc6
 LIBXKBCOMMON		:= libxkbcommon-$(LIBXKBCOMMON_VERSION)
 LIBXKBCOMMON_SUFFIX	:= tar.xz
 LIBXKBCOMMON_URL	:= http://xkbcommon.org/download/$(LIBXKBCOMMON).$(LIBXKBCOMMON_SUFFIX)
-- 
2.34.1




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

* Re: [ptxdist] [PATCH] libxkbcommon: Version bump. 1.5.0 -> 1.6.0
  2023-10-11 18:10 [ptxdist] [PATCH] libxkbcommon: Version bump. 1.5.0 -> 1.6.0 Christian Melki
@ 2023-10-13 14:44 ` Michael Olbrich
  2023-10-13 17:16   ` Christian Melki
  2023-10-20  7:43 ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Olbrich @ 2023-10-13 14:44 UTC (permalink / raw)
  To: Christian Melki; +Cc: ptxdist

On Wed, Oct 11, 2023 at 08:10:47PM +0200, Christian Melki wrote:
> Some bugfixes and enhancements.
> https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.6.0/NEWS

Qt5 fails to build with this.

../qxkbcommon.cpp:276:16: error: 'XKB_KEY_dead_lowline' was not declared in this scope

and some more stuff like that.

Michael

> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
>  rules/libxkbcommon.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/libxkbcommon.make b/rules/libxkbcommon.make
> index 43b665e15..f0e307567 100644
> --- a/rules/libxkbcommon.make
> +++ b/rules/libxkbcommon.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBXKBCOMMON) += libxkbcommon
>  #
>  # Paths and names
>  #
> -LIBXKBCOMMON_VERSION	:= 1.5.0
> -LIBXKBCOMMON_MD5	:= 40f0486b4eb491928ec6616c2ff85120
> +LIBXKBCOMMON_VERSION	:= 1.6.0
> +LIBXKBCOMMON_MD5	:= 90079ab4a0c6fa56dc75abffef9b1bc6
>  LIBXKBCOMMON		:= libxkbcommon-$(LIBXKBCOMMON_VERSION)
>  LIBXKBCOMMON_SUFFIX	:= tar.xz
>  LIBXKBCOMMON_URL	:= http://xkbcommon.org/download/$(LIBXKBCOMMON).$(LIBXKBCOMMON_SUFFIX)
> -- 
> 2.34.1
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

* Re: [ptxdist] [PATCH] libxkbcommon: Version bump. 1.5.0 -> 1.6.0
  2023-10-13 14:44 ` Michael Olbrich
@ 2023-10-13 17:16   ` Christian Melki
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Melki @ 2023-10-13 17:16 UTC (permalink / raw)
  To: Michael Olbrich; +Cc: ptxdist

On 10/13/23 16:44, Michael Olbrich wrote:
> On Wed, Oct 11, 2023 at 08:10:47PM +0200, Christian Melki wrote:
>> Some bugfixes and enhancements.
>> https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.6.0/NEWS
> 
> Qt5 fails to build with this.
> 
> ../qxkbcommon.cpp:276:16: error: 'XKB_KEY_dead_lowline' was not declared in this scope
> 
> and some more stuff like that.
> 
> Michael
> 

Yeah. I don't use qt a lot. :)
Beside the 5.15.9 that could use a bump to the latest 5.15 tree lts (or
newer lts?) I found this:

https://bugreports.qt.io/browse/QTBUG-117950

Seems the fix is included in the 5.15.16 due in November.

Christian

>>
>> Signed-off-by: Christian Melki <christian.melki@t2data.com>
>> ---
>>  rules/libxkbcommon.make | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/rules/libxkbcommon.make b/rules/libxkbcommon.make
>> index 43b665e15..f0e307567 100644
>> --- a/rules/libxkbcommon.make
>> +++ b/rules/libxkbcommon.make
>> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBXKBCOMMON) += libxkbcommon
>>  #
>>  # Paths and names
>>  #
>> -LIBXKBCOMMON_VERSION	:= 1.5.0
>> -LIBXKBCOMMON_MD5	:= 40f0486b4eb491928ec6616c2ff85120
>> +LIBXKBCOMMON_VERSION	:= 1.6.0
>> +LIBXKBCOMMON_MD5	:= 90079ab4a0c6fa56dc75abffef9b1bc6
>>  LIBXKBCOMMON		:= libxkbcommon-$(LIBXKBCOMMON_VERSION)
>>  LIBXKBCOMMON_SUFFIX	:= tar.xz
>>  LIBXKBCOMMON_URL	:= http://xkbcommon.org/download/$(LIBXKBCOMMON).$(LIBXKBCOMMON_SUFFIX)
>> -- 
>> 2.34.1
>>
>>
>>
> 




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

* Re: [ptxdist] [APPLIED] libxkbcommon: Version bump. 1.5.0 -> 1.6.0
  2023-10-11 18:10 [ptxdist] [PATCH] libxkbcommon: Version bump. 1.5.0 -> 1.6.0 Christian Melki
  2023-10-13 14:44 ` Michael Olbrich
@ 2023-10-20  7:43 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2023-10-20  7:43 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as f966c46b37691516206a2888624313708c12e44e.

Michael

[sent from post-receive hook]

On Fri, 20 Oct 2023 09:43:41 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Some bugfixes and enhancements.
> https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.6.0/NEWS
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231011181047.1781347-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libxkbcommon.make b/rules/libxkbcommon.make
> index 43b665e15e14..f0e307567c6d 100644
> --- a/rules/libxkbcommon.make
> +++ b/rules/libxkbcommon.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBXKBCOMMON) += libxkbcommon
>  #
>  # Paths and names
>  #
> -LIBXKBCOMMON_VERSION	:= 1.5.0
> -LIBXKBCOMMON_MD5	:= 40f0486b4eb491928ec6616c2ff85120
> +LIBXKBCOMMON_VERSION	:= 1.6.0
> +LIBXKBCOMMON_MD5	:= 90079ab4a0c6fa56dc75abffef9b1bc6
>  LIBXKBCOMMON		:= libxkbcommon-$(LIBXKBCOMMON_VERSION)
>  LIBXKBCOMMON_SUFFIX	:= tar.xz
>  LIBXKBCOMMON_URL	:= http://xkbcommon.org/download/$(LIBXKBCOMMON).$(LIBXKBCOMMON_SUFFIX)



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

end of thread, other threads:[~2023-10-20  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 18:10 [ptxdist] [PATCH] libxkbcommon: Version bump. 1.5.0 -> 1.6.0 Christian Melki
2023-10-13 14:44 ` Michael Olbrich
2023-10-13 17:16   ` Christian Melki
2023-10-20  7:43 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox