GNU bug report logs

#76882 [PATCH] gnu: wayland-protocols-next: Update to 1.41.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#76882; Package guix-patches. (Sun, 09 Mar 2025 05:57:01 GMT) (full text, mbox, link).


Acknowledgement sent to Zheng Junjie <z572@z572.online>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Sun, 09 Mar 2025 05:57:01 GMT) (full text, mbox, link).


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

From: Zheng Junjie <z572@z572.online>
To: guix-patches@gnu.org
Subject: [PATCH] gnu: wayland-protocols-next: Update to 1.41.
Date: Sun, 9 Mar 2025 13:56:01 +0800
* gnu/packages/freedesktop.scm (wayland-protocols-next): Update to 1.41.

Change-Id: I18b5486a7d9e820af7208a6278de1d173127bfdc
---
 gnu/packages/freedesktop.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 34dfe202296..0a178b22ef5 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1544,15 +1544,16 @@ (define-public wayland-protocols-next
   (package
     (inherit wayland-protocols)
     (name "wayland-protocols-next")
-    (version "1.38")
+    (version "1.41")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://gitlab.freedesktop.org/wayland/"
-                                  "wayland-protocols/-/releases/" version "/downloads/"
-                                  "wayland-protocols-" version ".tar.xz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://gitlab.freedesktop.org/wayland/wayland-protocols")
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ghxb0w7rbq3kdv9lhm1iwcjh6p3sx1gxb3crqh2p78m0ln2j5zz"))))))
+                "148wh3cw88pv1adbhmkr13ass2vznzpa03hc3f6hwmwfv4bjsdlr"))))))
 
 (define-public wayland-utils
   (package

base-commit: 4538aa4acd199db7d7df1deb5e47b2ff6edb50f9
-- 
2.48.1





Added indication that bug 76882 blocks77080 Request was from "Ashish SHUKLA" <ashish.is@lostca.se> to control@debbugs.gnu.org. (Mon, 17 Mar 2025 19:11:03 GMT) (full text, mbox, link).


Information forwarded to guix-patches@gnu.org:
bug#76882; Package guix-patches. (Mon, 17 Mar 2025 19:16:02 GMT) (full text, mbox, link).


Message #10 received at 76882@debbugs.gnu.org (full text, mbox, reply):

From: "Ashish SHUKLA" <ashish.is@lostca.se>
To: <76882@debbugs.gnu.org>
Subject: Re: [PATCH] gnu: wayland-protocols-next: Update to 1.41.
Date: Mon, 17 Mar 2025 19:15:22 +0000
[Message part 1 (text/plain, inline)]
Hi,

While fd.o gitlab infrastructure in under migration, this patch could be tested by replacing:

 (url "https://gitlab.freedesktop.org/wayland/wayland-protocols")

with:

 (url "https://gitlab.com/freedesktop-sdk/mirrors/freedesktop/wayland/wayland-protocols.git")

HTH
-- 
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0

"If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin)
[signature.asc (application/pgp-signature, inline)]

Reply sent to Z572 <z572@z572.online>:
You have taken responsibility. (Sat, 22 Mar 2025 06:42:02 GMT) (full text, mbox, link).


Notification sent to Zheng Junjie <z572@z572.online>:
bug acknowledged by developer. (Sat, 22 Mar 2025 06:42:02 GMT) (full text, mbox, link).


Message #15 received at 76882-done@debbugs.gnu.org (full text, mbox, reply):

From: Z572 <z572@z572.online>
To: 76882-done@debbugs.gnu.org
Subject: Re: [bug#76882] [PATCH] gnu: wayland-protocols-next: Update to 1.41.
Date: Sat, 22 Mar 2025 14:40:55 +0800
[Message part 1 (text/plain, inline)]
Zheng Junjie <z572@z572.online> writes:

> * gnu/packages/freedesktop.scm (wayland-protocols-next): Update to 1.41.
>
> Change-Id: I18b5486a7d9e820af7208a6278de1d173127bfdc
> ---
>  gnu/packages/freedesktop.scm | 13 +++++++------
>  1 file changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index 34dfe202296..0a178b22ef5 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -1544,15 +1544,16 @@ (define-public wayland-protocols-next
>    (package
>      (inherit wayland-protocols)
>      (name "wayland-protocols-next")
> -    (version "1.38")
> +    (version "1.41")
>      (source (origin
> -              (method url-fetch)
> -              (uri (string-append "https://gitlab.freedesktop.org/wayland/"
> -                                  "wayland-protocols/-/releases/" version "/downloads/"
> -                                  "wayland-protocols-" version ".tar.xz"))
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url "https://gitlab.freedesktop.org/wayland/wayland-protocols")
> +                    (commit version)))
> +              (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "1ghxb0w7rbq3kdv9lhm1iwcjh6p3sx1gxb3crqh2p78m0ln2j5zz"))))))
> +                "148wh3cw88pv1adbhmkr13ass2vznzpa03hc3f6hwmwfv4bjsdlr"))))))
>  
>  (define-public wayland-utils
>    (package
>
> base-commit: 4538aa4acd199db7d7df1deb5e47b2ff6edb50f9
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 02:44:04 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.