GNU bug report logs - #69856
[PATCH] gnu: wlr-randr: Update to 0.4.1.

Previous Next

Package: guix-patches;

Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>

Date: Sun, 17 Mar 2024 14:14:02 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 69856 in the body.
You can then email your comments to 69856 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#69856; Package guix-patches. (Sun, 17 Mar 2024 14:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 17 Mar 2024 14:14:02 GMT) Full text and rfc822 format available.

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

From: Timotej Lazar <timotej.lazar <at> araneo.si>
To: guix-patches <at> gnu.org
Cc: Timotej Lazar <timotej.lazar <at> araneo.si>
Subject: [PATCH] gnu: wlr-randr: Update to 0.4.1.
Date: Sun, 17 Mar 2024 15:12:53 +0100
* gnu/packages/wm.scm (wlr-randr): Update to 0.4.1.

Change-Id: I95732334df46f4cf524ca32de531e36ac3fd8657
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index efcca9afb8..a2e43a632f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2160,7 +2160,7 @@ (define-public waybar-experimental
 (define-public wlr-randr
   (package
     (name "wlr-randr")
-    (version "0.4.0")
+    (version "0.4.1")
     (source
      (origin
        (method git-fetch)
@@ -2169,7 +2169,7 @@ (define-public wlr-randr
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1f3dc2i6c1rn2adfcnqmh10570ps335188zllg66sv1d0l8mggry"))))
+        (base32 "1kl5awwclmlfcxfz0jp8gzpg2vffsl9chfilysfsv1mq11a96ifs"))))
     (build-system meson-build-system)
     (inputs (list wayland))
     (native-inputs (list pkg-config))

base-commit: 43d827a97004a60304cf34d37a3f0a8aeb8294f7
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69856; Package guix-patches. (Sat, 30 Mar 2024 22:29:01 GMT) Full text and rfc822 format available.

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

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 69856 <at> debbugs.gnu.org
Subject: Re: [bug#69856] [PATCH] gnu: wlr-randr: Update to 0.4.1.
Date: Sat, 30 Mar 2024 22:28:17 +0000
On Sun, Mar 17, 2024 at 03:12 PM, Timotej Lazar wrote:

> * gnu/packages/wm.scm (wlr-randr): Update to 0.4.1.
>
> Change-Id: I95732334df46f4cf524ca32de531e36ac3fd8657
> ---
>  gnu/packages/wm.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index efcca9afb8..a2e43a632f 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -2160,7 +2160,7 @@ (define-public waybar-experimental
>  (define-public wlr-randr
>    (package
>      (name "wlr-randr")
> -    (version "0.4.0")
> +    (version "0.4.1")
>      (source
>       (origin
>         (method git-fetch)
> @@ -2169,7 +2169,7 @@ (define-public wlr-randr
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "1f3dc2i6c1rn2adfcnqmh10570ps335188zllg66sv1d0l8mggry"))))
> +        (base32 "1kl5awwclmlfcxfz0jp8gzpg2vffsl9chfilysfsv1mq11a96ifs"))))
>      (build-system meson-build-system)
>      (inputs (list wayland))
>      (native-inputs (list pkg-config))
>
> base-commit: 43d827a97004a60304cf34d37a3f0a8aeb8294f7

Thanks! Pushed as 251c0f31f4cc066504bab9eae2d9493a59bcfabc

John





Reply sent to John Kehayias <john.kehayias <at> protonmail.com>:
You have taken responsibility. (Sat, 30 Mar 2024 22:29:02 GMT) Full text and rfc822 format available.

Notification sent to Timotej Lazar <timotej.lazar <at> araneo.si>:
bug acknowledged by developer. (Sat, 30 Mar 2024 22:29:02 GMT) Full text and rfc822 format available.

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

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Timotej Lazar <timotej.lazar <at> araneo.si>
Cc: 69856-done <at> debbugs.gnu.org
Subject: Re: [bug#69856] [PATCH] gnu: wlr-randr: Update to 0.4.1.
Date: Sat, 30 Mar 2024 22:28:28 +0000
On Sun, Mar 17, 2024 at 03:12 PM, Timotej Lazar wrote:

> * gnu/packages/wm.scm (wlr-randr): Update to 0.4.1.
>
> Change-Id: I95732334df46f4cf524ca32de531e36ac3fd8657
> ---
>  gnu/packages/wm.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index efcca9afb8..a2e43a632f 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -2160,7 +2160,7 @@ (define-public waybar-experimental
>  (define-public wlr-randr
>    (package
>      (name "wlr-randr")
> -    (version "0.4.0")
> +    (version "0.4.1")
>      (source
>       (origin
>         (method git-fetch)
> @@ -2169,7 +2169,7 @@ (define-public wlr-randr
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "1f3dc2i6c1rn2adfcnqmh10570ps335188zllg66sv1d0l8mggry"))))
> +        (base32 "1kl5awwclmlfcxfz0jp8gzpg2vffsl9chfilysfsv1mq11a96ifs"))))
>      (build-system meson-build-system)
>      (inputs (list wayland))
>      (native-inputs (list pkg-config))
>
> base-commit: 43d827a97004a60304cf34d37a3f0a8aeb8294f7

Thanks! Pushed as 251c0f31f4cc066504bab9eae2d9493a59bcfabc

John





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 28 Apr 2024 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 5 days ago.

Previous Next


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