[PATCH] gnu: libevdev: Update to 1.11.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brice Waegeneire
  • Matthew James Kraai
Owner
unassigned
Submitted by
Matthew James Kraai
Severity
normal

Debbugs page

Matthew James Kraai wrote 4 years ago
(address . guix-patches@gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
20210607042300.4156-1-kraai@ftbfs.org
* gnu/packages/xorg.scm (libevdev): Update to 1.11.0.
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 97ff8ab92b..ba3523a745 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2466,7 +2466,7 @@ XC-APPGROUP, XTEST.")
(define-public libevdev
(package
(name "libevdev")
- (version "1.9.1")
+ (version "1.11.0")
(source
(origin
(method url-fetch)
@@ -2474,7 +2474,7 @@ XC-APPGROUP, XTEST.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1jvsphdrs1i54ccjcn6ll26jy42am7h28lbsvwa6pmxgqm43qq7m"))))
+ "1l628xblk36vh7aqia1fw6hh62af7va0pd70h28112l5i4afmx33"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))
--
2.31.1
Matthew James Kraai wrote 4 years ago
(address . 48896@debbugs.gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
20210607052952.22342-1-kraai@ftbfs.org
* gnu/packages/xorg.scm (libevdev): Update to 1.11.0.
---
gnu/packages/xorg.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 97ff8ab92b..5635498552 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -26,6 +26,7 @@
;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Jean-Baptiste Note <jean-baptiste.note@m4x.org>
+;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2466,7 +2467,7 @@ XC-APPGROUP, XTEST.")
(define-public libevdev
(package
(name "libevdev")
- (version "1.9.1")
+ (version "1.11.0")
(source
(origin
(method url-fetch)
@@ -2474,7 +2475,7 @@ XC-APPGROUP, XTEST.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1jvsphdrs1i54ccjcn6ll26jy42am7h28lbsvwa6pmxgqm43qq7m"))))
+ "1l628xblk36vh7aqia1fw6hh62af7va0pd70h28112l5i4afmx33"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))
--
2.31.1
Brice Waegeneire wrote 4 years ago
(name . Matthew James Kraai)(address . kraai@ftbfs.org)(address . 48896-done@debbugs.gnu.org)
877dipy1u2.fsf_-_@waegenei.re
Matthew,

Matthew James Kraai <kraai@ftbfs.org> writes:

Toggle quote (2 lines)
> * gnu/packages/xorg.scm (libevdev): Update to 1.11.0.

Don't forget to specify the branch onto which your patch ought to be
applied; by generating it with “git format-patch --subject-prefix="PATCH
staging" ...” for example.

Pushed to staging as d7d1d8bd8a233ff61489e88b16527a99b8f32f12.

Cheers,
- Brice
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48896@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48896
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help