GNU bug report logs - #27351
Grilo updates

Previous Next

Package: guix-patches;

Reported by: Kei Kebreau <kei <at> openmailbox.org>

Date: Tue, 13 Jun 2017 20:23:01 UTC

Severity: normal

Done: Kei Kebreau <kei <at> openmailbox.org>

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 27351 in the body.
You can then email your comments to 27351 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#27351; Package guix-patches. (Tue, 13 Jun 2017 20:23:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kei Kebreau <kei <at> openmailbox.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 13 Jun 2017 20:23:01 GMT) Full text and rfc822 format available.

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

From: Kei Kebreau <kei <at> openmailbox.org>
To: guix-patches <at> gnu.org
Subject: Grilo updates
Date: Tue, 13 Jun 2017 16:21:53 -0400
[Message part 1 (text/plain, inline)]
The following patches update grilo to version 0.3.3 and add liboauth support.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#27351; Package guix-patches. (Tue, 13 Jun 2017 20:48:02 GMT) Full text and rfc822 format available.

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

From: Kei Kebreau <kei <at> openmailbox.org>
To: 27351 <at> debbugs.gnu.org
Cc: Kei Kebreau <kei <at> openmailbox.org>
Subject: [PATCH 1/2] gnu: grilo: Update to 0.3.3.
Date: Tue, 13 Jun 2017 16:47:07 -0400
* gnu/packages/gnome.scm (grilo): Update to 0.3.3.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1080ddfeb..229b64ce4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3356,7 +3356,7 @@ as possible!")
 (define-public grilo
   (package
     (name "grilo")
-    (version "0.3.2")
+    (version "0.3.3")
     (source
      (origin
        (method url-fetch)
@@ -3365,7 +3365,7 @@ as possible!")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0nvzr2gfk2mpzf99442zawv0n5yjcyy50rqkrvdsibknbm56hvzj"))))
+         "1qx072m0gl6m3d5g5cbbf13p4h217icmlxjnrn829x5xqwi451sw"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin")         ; for glib-mkenums and glib-genmarshal
-- 
2.13.1





Information forwarded to guix-patches <at> gnu.org:
bug#27351; Package guix-patches. (Tue, 13 Jun 2017 20:48:02 GMT) Full text and rfc822 format available.

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

From: Kei Kebreau <kei <at> openmailbox.org>
To: 27351 <at> debbugs.gnu.org
Cc: Kei Kebreau <kei <at> openmailbox.org>
Subject: [PATCH 2/2] gnu: grilo: Add liboauth support.
Date: Tue, 13 Jun 2017 16:47:08 -0400
* gnu/packages/gnome.scm (grilo)[inputs]: Add liboauth and cyrus-sasl.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 229b64ce4..73599604d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3373,10 +3373,11 @@ as possible!")
        ("pkg-config" ,pkg-config)
        ("gobject-introspection" ,gobject-introspection)))
     (inputs
-     `(("glib" ,glib)
+     `(("cyrus-sasl" ,cyrus-sasl)
+       ("glib" ,glib)
        ("gtk+" ,gtk+)
        ("libxml2" ,libxml2)
-       ;; XXX TODO: Add oauth
+       ("liboauth" ,liboauth)
        ("libsoup" ,libsoup)
        ("nettle" ,nettle)
        ("totem-pl-parser" ,totem-pl-parser)))
-- 
2.13.1





Information forwarded to guix-patches <at> gnu.org:
bug#27351; Package guix-patches. (Fri, 16 Jun 2017 08:36:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Kei Kebreau <kei <at> openmailbox.org>
Cc: 27351 <at> debbugs.gnu.org
Subject: Re: [bug#27351] Grilo updates
Date: Fri, 16 Jun 2017 10:35:44 +0200
Hello,

Kei Kebreau <kei <at> openmailbox.org> skribis:

> The following patches update grilo to version 0.3.3 and add liboauth support.

I haven’t run the code but both patches LGTM.

Thank you,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#27351; Package guix-patches. (Fri, 16 Jun 2017 12:36:01 GMT) Full text and rfc822 format available.

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

From: Kei Kebreau <kei <at> openmailbox.org>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 27351 <at> debbugs.gnu.org
Subject: Re: [bug#27351] Grilo updates
Date: Fri, 16 Jun 2017 08:35:04 -0400
[Message part 1 (text/plain, inline)]
ludo <at> gnu.org (Ludovic Courtès) writes:

> Hello,
>
> Kei Kebreau <kei <at> openmailbox.org> skribis:
>
>> The following patches update grilo to version 0.3.3 and add liboauth support.
>
> I haven’t run the code but both patches LGTM.
>
> Thank you,
> Ludo’.

Thanks for the review. I'll be testing the dependent packages shortly
and committing if they pass.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Kei Kebreau <kei <at> openmailbox.org>:
You have taken responsibility. (Fri, 16 Jun 2017 15:18:01 GMT) Full text and rfc822 format available.

Notification sent to Kei Kebreau <kei <at> openmailbox.org>:
bug acknowledged by developer. (Fri, 16 Jun 2017 15:18:02 GMT) Full text and rfc822 format available.

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

From: Kei Kebreau <kei <at> openmailbox.org>
To: 27351-done <at> debbugs.gnu.org
Subject: Re: [bug#27351] Grilo updates
Date: Fri, 16 Jun 2017 11:16:58 -0400
[Message part 1 (text/plain, inline)]
Kei Kebreau <kei <at> openmailbox.org> writes:

> The following patches update grilo to version 0.3.3 and add liboauth support.

Pushed to master as 99dd2af99eb0e6201ce062ca17d34977063f89ec and
6d7273a04d4fb4e9d15b811024e137c8332d4a5e.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 15 Jul 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 345 days ago.

Previous Next


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