GNU bug report logs - #64638
[PATCH mesa-updates] gnu: wayland-protocols: Update to 1.32.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sat, 15 Jul 2023 06:26:01 UTC

Severity: normal

Tags: patch

Done: John Kehayias <john.kehayias <at> protonmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64638 in the body.
You can then email your comments to 64638 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#64638; Package guix-patches. (Sat, 15 Jul 2023 06:26:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 15 Jul 2023 06:26:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH mesa-updates] gnu: wayland-protocols: Update to 1.32.
Date: Sat, 15 Jul 2023 14:24:10 +0800
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.32.
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 3bfc8b33ae..26464e257f 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1209,7 +1209,7 @@ (define-public wayland
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.29")
+    (version "1.32")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gitlab.freedesktop.org/wayland/"
@@ -1217,7 +1217,7 @@ (define-public wayland-protocols
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
+                "04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl"))))
     (build-system meson-build-system)
     (inputs
      (list wayland))

base-commit: 00ed2901f5171e4f9435641a91678217cae38030
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#64638; Package guix-patches. (Tue, 25 Jul 2023 21:22:02 GMT) Full text and rfc822 format available.

Message #8 received at 64638 <at> debbugs.gnu.org (full text, mbox):

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 64638 <at> debbugs.gnu.org
Subject: Re: bug#64638: [PATCH mesa-updates] gnu: wayland-protocols: Update to
 1.32.
Date: Tue, 25 Jul 2023 21:21:36 +0000
Hello,

On Sat, Jul 15, 2023 at 02:24 PM, Hilton Chain wrote:

> * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.32.
> ---
>  gnu/packages/freedesktop.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index 3bfc8b33ae..26464e257f 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -1209,7 +1209,7 @@ (define-public wayland
>  (define-public wayland-protocols
>    (package
>      (name "wayland-protocols")
> -    (version "1.29")
> +    (version "1.32")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "https://gitlab.freedesktop.org/wayland/"
> @@ -1217,7 +1217,7 @@ (define-public wayland-protocols
>                                    name "-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
> +                "04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl"))))
>      (build-system meson-build-system)
>      (inputs
>       (list wayland))
>
> base-commit: 00ed2901f5171e4f9435641a91678217cae38030

Applied on mesa-updates which I hope to merge once rebuilds are done (in
the next few days?). Thanks!

John





Reply sent to John Kehayias <john.kehayias <at> protonmail.com>:
You have taken responsibility. (Mon, 31 Jul 2023 15:26:02 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Mon, 31 Jul 2023 15:26:03 GMT) Full text and rfc822 format available.

Message #13 received at 64638-done <at> debbugs.gnu.org (full text, mbox):

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 64638-done <at> debbugs.gnu.org
Subject: Re: bug#64638: [PATCH mesa-updates] gnu: wayland-protocols: Update to
 1.32.
Date: Mon, 31 Jul 2023 15:25:45 +0000
On Tue, Jul 25, 2023 at 09:21 PM, John Kehayias wrote:

> Hello,
>
> On Sat, Jul 15, 2023 at 02:24 PM, Hilton Chain wrote:
>
>> * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.32.
>> ---
>>  gnu/packages/freedesktop.scm | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
>> index 3bfc8b33ae..26464e257f 100644
>> --- a/gnu/packages/freedesktop.scm
>> +++ b/gnu/packages/freedesktop.scm
>> @@ -1209,7 +1209,7 @@ (define-public wayland
>>  (define-public wayland-protocols
>>    (package
>>      (name "wayland-protocols")
>> -    (version "1.29")
>> +    (version "1.32")
>>      (source (origin
>>                (method url-fetch)
>>                (uri (string-append "https://gitlab.freedesktop.org/wayland/"
>> @@ -1217,7 +1217,7 @@ (define-public wayland-protocols
>>                                    name "-" version ".tar.xz"))
>>                (sha256
>>                 (base32
>> -                "1n4yzyjbp5fng8pvckandymvwc47mkwyi4pyvr6p0dn7bavrlpp2"))))
>> +                "04dsn79409mryxs6maq9kfhca97gvl3pr1ggjnv9d0hc6jfpjnbl"))))
>>      (build-system meson-build-system)
>>      (inputs
>>       (list wayland))
>>
>> base-commit: 00ed2901f5171e4f9435641a91678217cae38030
>
> Applied on mesa-updates which I hope to merge once rebuilds are done (in
> the next few days?). Thanks!
>
> John

Pushed as d08fd612d0d96b051f1902832220f548eb6e7955. Thanks!





Information forwarded to guix-patches <at> gnu.org:
bug#64638; Package guix-patches. (Mon, 31 Jul 2023 15:36:02 GMT) Full text and rfc822 format available.

Message #16 received at 64638-done <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: 64638-done <at> debbugs.gnu.org
Subject: Close: bug#64638: Acknowledgement ([PATCH mesa-updates] gnu:
 wayland-protocols: Update to 1.32.)
Date: Mon, 31 Jul 2023 23:34:08 +0800
d08fd612d0d96b051f1902832220f548eb6e7955

Mark as done.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 29 Aug 2023 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.