GNU bug report logs -
#58351
[PATCH] gnu: libxkbcommon: Update to 1.4.1.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Fri, 7 Oct 2022 12:51:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.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 58351 in the body.
You can then email your comments to 58351 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58351
; Package
guix-patches
.
(Fri, 07 Oct 2022 12:51:02 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
.
(Fri, 07 Oct 2022 12:51:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.4.1.
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9908f29191..8217f66584 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -486,14 +486,14 @@ (define-public xclip
(define-public libxkbcommon
(package
(name "libxkbcommon")
- (version "1.3.0")
+ (version "1.4.1")
(source (origin
(method url-fetch)
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
version ".tar.xz"))
(sha256
(base32
- "0ysynzzgzd9jdrh1321r4bgw8wd5zljrlyn5y1a31g39xacf02bv"))))
+ "0fbb2dyjvf71p42y2jmwdcylsvj03w52f5rb23c2d00rwahhfg4l"))))
(build-system meson-build-system)
(inputs
(list libx11
base-commit: 9ca0f9e5a9ee0f7aaa86719cc61757734a37eee6
--
2.37.3
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Sat, 08 Oct 2022 05:26:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Sat, 08 Oct 2022 05:26:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 58351-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Hilton Chain <hako <at> ultrarare.space> writes:
> * gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.4.1.
> ---
> gnu/packages/xdisorg.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
> index 9908f29191..8217f66584 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -486,14 +486,14 @@ (define-public xclip
> (define-public libxkbcommon
> (package
> (name "libxkbcommon")
> - (version "1.3.0")
> + (version "1.4.1")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
> version ".tar.xz"))
> (sha256
> (base32
> - "0ysynzzgzd9jdrh1321r4bgw8wd5zljrlyn5y1a31g39xacf02bv"))))
> + "0fbb2dyjvf71p42y2jmwdcylsvj03w52f5rb23c2d00rwahhfg4l"))))
> (build-system meson-build-system)
> (inputs
> (list libx11
>
> base-commit: 9ca0f9e5a9ee0f7aaa86719cc61757734a37eee6
This would cause a mass rebuild of packages (see 'guix refresh -l
libxkbcommon'). In the future, please use the [PATCH core-updates]
prefix for such submission (git send-email --subject-prefix='PATCH
core-updates') or staging, depending on the dependent packages count.
I've applied it to core-updates, thank you!
--
Maxim
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58351
; Package
guix-patches
.
(Sun, 09 Oct 2022 09:47:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 58351-done <at> debbugs.gnu.org (full text, mbox):
Thank you! I'll check that out next time ^_^
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 06 Nov 2022 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.