* [PATCH] gnu: eudev: Update to 1.10.
@ 2014-10-06 19:02 Jason Self
2014-10-06 20:32 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Jason Self @ 2014-10-06 19:02 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: 0001-gnu-eudev-Update-to-1.10.patch --]
[-- Type: application/octet-stream, Size: 1225 bytes --]
From 9b0a71a35143ffbea75896960a5dc501b46ae87d Mon Sep 17 00:00:00 2001
From: Jason Self <j@jxself.org>
Date: Mon, 6 Oct 2014 11:58:40 -0700
Subject: [PATCH 1/1] gnu: eudev: Update to 1.10.
* gnu/packages/linux.scm (eudev): Update to version 1.10.
Signed-off-by: Jason Self <j@jxself.org>
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 18bb1c1..f1a8eac 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1385,7 +1385,7 @@ time.")
;; The post-systemd fork, maintained by Gentoo.
(package (inherit udev)
(name "eudev")
- (version "1.9")
+ (version "1.10")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1393,7 +1393,7 @@ time.")
version ".tar.gz"))
(sha256
(base32
- "1w6f8h7fhjz3prs630f8gawv7jx74zi600z0pm997kkp24pyj5wg"))
+ "1l907bvz6dcykvaq8d4iklvfpb9fyrnh1a29g3c28gkx2hlyn7j0"))
(patches (list (search-patch "eudev-rules-directory.patch")))))
(arguments
(substitute-keyword-arguments (package-arguments udev)
--
1.7.9.5
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: eudev: Update to 1.10.
2014-10-06 19:02 [PATCH] gnu: eudev: Update to 1.10 Jason Self
@ 2014-10-06 20:32 ` Ludovic Courtès
2014-10-07 8:42 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2014-10-06 20:32 UTC (permalink / raw)
To: Jason Self; +Cc: guix-devel
"Jason Self" <jason@bluehome.net> skribis:
> From 9b0a71a35143ffbea75896960a5dc501b46ae87d Mon Sep 17 00:00:00 2001
> From: Jason Self <j@jxself.org>
> Date: Mon, 6 Oct 2014 11:58:40 -0700
> Subject: [PATCH 1/1] gnu: eudev: Update to 1.10.
>
> * gnu/packages/linux.scm (eudev): Update to version 1.10.
OK to push if there’s no visible regression.
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: eudev: Update to 1.10.
2014-10-06 20:32 ` Ludovic Courtès
@ 2014-10-07 8:42 ` Ludovic Courtès
0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2014-10-07 8:42 UTC (permalink / raw)
To: Jason Self; +Cc: guix-devel
ludo@gnu.org (Ludovic Courtès) skribis:
> "Jason Self" <jason@bluehome.net> skribis:
>
>> From 9b0a71a35143ffbea75896960a5dc501b46ae87d Mon Sep 17 00:00:00 2001
>> From: Jason Self <j@jxself.org>
>> Date: Mon, 6 Oct 2014 11:58:40 -0700
>> Subject: [PATCH 1/1] gnu: eudev: Update to 1.10.
>>
>> * gnu/packages/linux.scm (eudev): Update to version 1.10.
>
> OK to push if there’s no visible regression.
There was a typo in 2de5258; with the typo fixed, it failed to build.
Commit eb564fc fixes that. And not only does it build, there’s even no
regression at run time. :-)
Please make sure to commit only after checking that in the future.
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-07 8:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-06 19:02 [PATCH] gnu: eudev: Update to 1.10 Jason Self
2014-10-06 20:32 ` Ludovic Courtès
2014-10-07 8:42 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.