GNU bug report logs - #27313
[PATCH] gnu: libgxps: Add folder separator before name in source uri

Previous Next

Package: guix-patches;

Reported by: djwj <daniel <at> wilshirejones.com>

Date: Sat, 10 Jun 2017 17:33:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#27313: closed ([PATCH] gnu: libgxps: Add folder separator
 before name in source uri)
Date: Sat, 10 Jun 2017 21:42:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 10 Jun 2017 23:40:55 +0200
with message-id <20170610234055.6f767b2d <at> scratchpost.org>
and subject line Re: bug#27313: [PATCH] gnu: libgxps: Add folder separator before name in source uri
has caused the debbugs.gnu.org bug report #27313,
regarding [PATCH] gnu: libgxps: Add folder separator before name in source uri
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
27313: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27313
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: djwj <daniel <at> wilshirejones.com>
To: guix-patches <at> gnu.org
Cc: djwj <daniel <at> wilshirejones.com>
Subject: [PATCH] gnu: libgxps: Add folder separator before name in source uri
Date: Sat, 10 Jun 2017 18:01:05 +0100
* gnu/packages/gnome.scm (libgxps): Add / before package name in source uri
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 293df870e..d3f734450 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -294,7 +294,7 @@ access the common Google services, and has full asynchronous support.")
     (version "0.2.5")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources" name "/"
+              (uri (string-append "mirror://gnome/sources/" name "/"
                                   (version-major+minor version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
-- 
2.12.2



[Message part 3 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: djwj <daniel <at> wilshirejones.com>
Cc: 27313-done <at> debbugs.gnu.org
Subject: Re: bug#27313: [PATCH] gnu: libgxps: Add folder separator before
 name in source uri
Date: Sat, 10 Jun 2017 23:40:55 +0200
Hi,

On Sat, 10 Jun 2017 18:01:05 +0100
djwj <daniel <at> wilshirejones.com> wrote:

> * gnu/packages/gnome.scm (libgxps): Add / before package name in source uri
> ---
>  gnu/packages/gnome.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks! Applied to master as 7f10628ca8e7693cd421d2a3f3ae67e864b67998.


This bug report was last modified 8 years and 41 days ago.

Previous Next


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