all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29942] [PATCH] gnu: gdm: Update to 3.26.2.1.
@ 2018-01-02 11:18 Rutger Helling
  2018-01-02 12:23 ` Rutger Helling
  0 siblings, 1 reply; 5+ messages in thread
From: Rutger Helling @ 2018-01-02 11:18 UTC (permalink / raw)
  To: 29942

[-- Attachment #1: Type: text/plain, Size: 27 bytes --]

Here's an update for GDM.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#29942] [PATCH] gnu: gdm: Update to 3.26.2.1.
  2018-01-02 11:18 [bug#29942] [PATCH] gnu: gdm: Update to 3.26.2.1 Rutger Helling
@ 2018-01-02 12:23 ` Rutger Helling
  2018-01-02 15:38   ` Catonano
  2018-01-06 14:14   ` Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Rutger Helling @ 2018-01-02 12:23 UTC (permalink / raw)
  To: 29942


[-- Attachment #1.1: Type: text/plain, Size: 156 bytes --]

With the actual patch this time... :).

On Tue, 2 Jan 2018 12:18:50 +0100
Rutger Helling <rhelling@mykolab.com> wrote:

> Here's an update for GDM.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-gdm-Update-to-3.26.2.1.patch --]
[-- Type: text/x-patch, Size: 1579 bytes --]

From c9a54df96f0179574e7f3dfc55f56606d65b2299 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Tue, 2 Jan 2018 13:20:29 +0100
Subject: [PATCH] gnu: gdm: Update to 3.26.2.1.

* gnu/packages/gnome.scm (gdm): Update to 3.26.2.1.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d17b5820f..c5807a5a3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -28,7 +28,7 @@
 ;;; Copyright © 2017 Chris Marusich <cmmarusich@gmail.com>
 ;;; Copyright © 2017 Mohammed Sadiq <sadiq@sadiqpk.org>
 ;;; Copyright © 2017 Brendan Tildesley <brendan.tildesley@openmailbox.org>
-;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
+;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -5231,7 +5231,7 @@ libxml2.")
 (define-public gdm
   (package
     (name "gdm")
-    (version "3.24.2")
+    (version "3.26.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5239,7 +5239,7 @@ libxml2.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1s2xzrwcjhfb4ra8jrxqfycs1jpv97id0f6idb2h6vjkspxbjy23"))))
+                "0mxdal6hh345xk2xqmw5192jgpprkbcv1d4bwmnl4arcc00cpp8p"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:configure-flags
-- 
2.15.1


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#29942] [PATCH] gnu: gdm: Update to 3.26.2.1.
  2018-01-02 12:23 ` Rutger Helling
@ 2018-01-02 15:38   ` Catonano
  2018-01-06 14:14   ` Ludovic Courtès
  1 sibling, 0 replies; 5+ messages in thread
From: Catonano @ 2018-01-02 15:38 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 29942

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

2018-01-02 13:23 GMT+01:00 Rutger Helling <rhelling@mykolab.com>:

> With the actual patch this time... :).
>
>
linted and built, ok

I'm afraid to run it for now. Maybe when I'll be more fluid wit hvirtual
machines 😉

[-- Attachment #2: Type: text/html, Size: 619 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#29942] [PATCH] gnu: gdm: Update to 3.26.2.1.
  2018-01-02 12:23 ` Rutger Helling
  2018-01-02 15:38   ` Catonano
@ 2018-01-06 14:14   ` Ludovic Courtès
  2018-01-06 15:57     ` bug#29942: " Rutger Helling
  1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2018-01-06 14:14 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 29942

Rutger Helling <rhelling@mykolab.com> skribis:

> With the actual patch this time... :).
>
> On Tue, 2 Jan 2018 12:18:50 +0100
> Rutger Helling <rhelling@mykolab.com> wrote:
>
>> Here's an update for GDM.
>
> From c9a54df96f0179574e7f3dfc55f56606d65b2299 Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Tue, 2 Jan 2018 13:20:29 +0100
> Subject: [PATCH] gnu: gdm: Update to 3.26.2.1.
>
> * gnu/packages/gnome.scm (gdm): Update to 3.26.2.1.

LGTM, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#29942: [PATCH] gnu: gdm: Update to 3.26.2.1.
  2018-01-06 14:14   ` Ludovic Courtès
@ 2018-01-06 15:57     ` Rutger Helling
  0 siblings, 0 replies; 5+ messages in thread
From: Rutger Helling @ 2018-01-06 15:57 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 29942-done

[-- Attachment #1: Type: text/plain, Size: 673 bytes --]

Thanks for the review, pushed it.

On Sat, 06 Jan 2018 15:14:18 +0100
ludo@gnu.org (Ludovic Courtès) wrote:

> Rutger Helling <rhelling@mykolab.com> skribis:
> 
> > With the actual patch this time... :).
> >
> > On Tue, 2 Jan 2018 12:18:50 +0100
> > Rutger Helling <rhelling@mykolab.com> wrote:
> >  
> >> Here's an update for GDM.  
> >
> > From c9a54df96f0179574e7f3dfc55f56606d65b2299 Mon Sep 17 00:00:00
> > 2001 From: Rutger Helling <rhelling@mykolab.com>
> > Date: Tue, 2 Jan 2018 13:20:29 +0100
> > Subject: [PATCH] gnu: gdm: Update to 3.26.2.1.
> >
> > * gnu/packages/gnome.scm (gdm): Update to 3.26.2.1.  
> 
> LGTM, thanks!
> 
> Ludo'.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-06 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-02 11:18 [bug#29942] [PATCH] gnu: gdm: Update to 3.26.2.1 Rutger Helling
2018-01-02 12:23 ` Rutger Helling
2018-01-02 15:38   ` Catonano
2018-01-06 14:14   ` Ludovic Courtès
2018-01-06 15:57     ` bug#29942: " Rutger Helling

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.