GNU bug report logs - #67508
[PATCH] gnu: igt-gpu-tools: Update to 1.28

Previous Next

Package: guix-patches;

Reported by: Gabriel Wicki <gabriel <at> erlikon.ch>

Date: Tue, 28 Nov 2023 13:10:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 67508 in the body.
You can then email your comments to 67508 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#67508; Package guix-patches. (Tue, 28 Nov 2023 13:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gabriel Wicki <gabriel <at> erlikon.ch>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 28 Nov 2023 13:10:02 GMT) Full text and rfc822 format available.

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

From: Gabriel Wicki <gabriel <at> erlikon.ch>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: igt-gpu-tools: Update to 1.28
Date: Tue, 28 Nov 2023 14:08:34 +0100
From ada902ac6c569635eb994464d0b37279be6938e4 Mon Sep 17 00:00:00 2001
Message-ID: <ada902ac6c569635eb994464d0b37279be6938e4.1701171906.git.gabriel <at> erlikon.ch>
From: Gabriel Wicki <gabriel <at> erlikon.ch>
Date: Tue, 28 Nov 2023 12:41:17 +0100
Subject: [PATCH] gnu: igt-gpu-tools: Update to 1.28.

* gnu/packages/admin.scm (igt-gpu-tools): Update to 1.28.
[source] Remove patch.
[inputs] Add python.

Change-Id: I5dccd7d5a5df0084fabf713949940775671aecd7
---
 gnu/packages/admin.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 60bf87bf68..f4c5cd003e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3942,7 +3942,7 @@ (define-public sedsed
 (define-public igt-gpu-tools
   (package
     (name "igt-gpu-tools")
-    (version "1.27.1")
+    (version "1.28")
     (source
      (origin
        (method git-fetch)
@@ -3951,9 +3951,7 @@ (define-public igt-gpu-tools
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0d6jsj77qddccv0vfmqmbw3k2prvxzvmgc8zdi83gdi3wpp5i7zd"))
-       (patches
-        (search-patches "igt-gpu-tools-Use-libproc2.patch"))))
+        (base32 "15mnsgzlpd4jkr2zy3jzx0b021g89fa61b8sdm8rjp27gxqkl8mm"))))
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f              ; many of the tests try to load kernel modules
@@ -3971,7 +3969,8 @@ (define-public igt-gpu-tools
            libdrm
            libpciaccess
            libunwind
-           procps))
+           procps
+           python))
     (native-inputs
      (list bison flex pkg-config python-docutils))
     (home-page "https://gitlab.freedesktop.org/drm/igt-gpu-tools")

base-commit: 62376e3eb67644454bc655bed56be4be965bd13e
-- 
2.41.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 03 Dec 2023 22:37:01 GMT) Full text and rfc822 format available.

Notification sent to Gabriel Wicki <gabriel <at> erlikon.ch>:
bug acknowledged by developer. (Sun, 03 Dec 2023 22:37:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Gabriel Wicki <gabriel <at> erlikon.ch>
Cc: 67508-done <at> debbugs.gnu.org
Subject: Re: [bug#67508] [PATCH] gnu: igt-gpu-tools: Update to 1.28
Date: Sun, 03 Dec 2023 23:35:43 +0100
Gabriel Wicki <gabriel <at> erlikon.ch> skribis:

>>From ada902ac6c569635eb994464d0b37279be6938e4 Mon Sep 17 00:00:00 2001
> Message-ID: <ada902ac6c569635eb994464d0b37279be6938e4.1701171906.git.gabriel <at> erlikon.ch>
> From: Gabriel Wicki <gabriel <at> erlikon.ch>
> Date: Tue, 28 Nov 2023 12:41:17 +0100
> Subject: [PATCH] gnu: igt-gpu-tools: Update to 1.28.
>
> * gnu/packages/admin.scm (igt-gpu-tools): Update to 1.28.
> [source] Remove patch.
> [inputs] Add python.
>
> Change-Id: I5dccd7d5a5df0084fabf713949940775671aecd7

Hi! I also removed the patch from the repo and from ‘gnu/local.mk’.

Applied, thanks!

Ludo’.




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

This bug report was last modified 1 year and 129 days ago.

Previous Next


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