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

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Thu, 5 Sep 2024 17:34: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 73053 in the body.
You can then email your comments to 73053 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#73053; Package guix-patches. (Thu, 05 Sep 2024 17:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 05 Sep 2024 17:34:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [PATCH mesa-updates] gnu: wayland-protocols: Update to 1.37.
Date: Fri,  6 Sep 2024 01:18:05 +0800
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.37.
[source]: Switch to git-fetch.
[properties]: Remove release-monitoring-url.

Change-Id: I7a30a90d1e51406917395a339eaf0907d31448a2
---
 gnu/packages/freedesktop.scm | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 244a8c2c03..bc5aabd689 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1367,15 +1367,16 @@ (define-public wayland
 (define-public wayland-protocols
   (package
     (name "wayland-protocols")
-    (version "1.36")
+    (version "1.37")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://gitlab.freedesktop.org/wayland/"
-                                  name "/-/releases/" version "/downloads/"
-                                  name "-" 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
-                "14kyxywpfkgpjpkrybs28q1s2prnz30k1b4zap5a3ybrbvh4vzbi"))))
+                "17j9v2i3v16qyc8pp6zq9hjs6nrzgialc5sasnphg9va2vasyb5g"))))
     (build-system meson-build-system)
     (inputs
      (list wayland))
@@ -1390,9 +1391,6 @@ (define-public wayland-protocols
 add completely new functionality, or extend the functionality of some other
 protocol either in Wayland core, or some other protocol in wayland-protocols.")
     (home-page "https://wayland.freedesktop.org")
-    (properties
-     '((release-monitoring-url
-        . "https://wayland.freedesktop.org/releases.html")))
     (license license:expat)))
 
 (define-public wayland-utils

base-commit: 5b64aa0be64da50eb82a770c4af1c74f8742f88a
prerequisite-patch-id: 2492ce516359cac8bfa032cc76b61a4c92fbeef2
-- 
2.45.2





Reply sent to John Kehayias <john.kehayias <at> protonmail.com>:
You have taken responsibility. (Mon, 09 Dec 2024 01:50:02 GMT) Full text and rfc822 format available.

Notification sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
bug acknowledged by developer. (Mon, 09 Dec 2024 01:50:02 GMT) Full text and rfc822 format available.

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

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: 73053-done <at> debbugs.gnu.org
Subject: Re: bug#73053: [PATCH mesa-updates] gnu: wayland-protocols: Update to
 1.37.
Date: Mon, 09 Dec 2024 01:49:15 +0000
Hello

On Fri, Sep 06, 2024 at 01:18 AM, Zheng Junjie wrote:

> * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.37.
> [source]: Switch to git-fetch.
> [properties]: Remove release-monitoring-url.
>

Thanks for the patch. I couldn't apply it cleanly, but I have used your
changes and updated to 1.38 in
<https://git.savannah.gnu.org/cgit/guix.git/commit/?h=mesa-updates&id=691cd2bf5613e5984a94d65ad42214bcf2c44e17>
listing you as co-author. This is on the mesa-updates branch, so likely
the commit will change in the near future with a rebase.

Thanks!

John

> Change-Id: I7a30a90d1e51406917395a339eaf0907d31448a2
> ---
>  gnu/packages/freedesktop.scm | 16 +++++++---------
>  1 file changed, 7 insertions(+), 9 deletions(-)
>
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index 244a8c2c03..bc5aabd689 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -1367,15 +1367,16 @@ (define-public wayland
>  (define-public wayland-protocols
>    (package
>      (name "wayland-protocols")
> -    (version "1.36")
> +    (version "1.37")
>      (source (origin
> -              (method url-fetch)
> -              (uri (string-append "https://gitlab.freedesktop.org/wayland/"
> -                                  name "/-/releases/" version "/downloads/"
> -                                  name "-" 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
> -                "14kyxywpfkgpjpkrybs28q1s2prnz30k1b4zap5a3ybrbvh4vzbi"))))
> +                "17j9v2i3v16qyc8pp6zq9hjs6nrzgialc5sasnphg9va2vasyb5g"))))
>      (build-system meson-build-system)
>      (inputs
>       (list wayland))
> @@ -1390,9 +1391,6 @@ (define-public wayland-protocols
>  add completely new functionality, or extend the functionality of some other
>  protocol either in Wayland core, or some other protocol in wayland-protocols.")
>      (home-page "https://wayland.freedesktop.org")
> -    (properties
> -     '((release-monitoring-url
> -        . "https://wayland.freedesktop.org/releases.html")))
>      (license license:expat)))
>
>  (define-public wayland-utils
>
> base-commit: 5b64aa0be64da50eb82a770c4af1c74f8742f88a
> prerequisite-patch-id: 2492ce516359cac8bfa032cc76b61a4c92fbeef2





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

This bug report was last modified 227 days ago.

Previous Next


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