GNU bug report logs - #66895
[PATCH] gnu: emacs-ox-rss: Update upstream URL.

Previous Next

Package: guix-patches;

Reported by: Simon Tournier <zimon.toutoune <at> gmail.com>

Date: Thu, 2 Nov 2023 11:16:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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: Simon Tournier <zimon.toutoune <at> gmail.com>
Subject: bug#66895: closed (Re: [bug#66895] [PATCH] gnu: emacs-ox-rss:
 Update upstream URL.)
Date: Fri, 03 Nov 2023 10:26:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66895: [PATCH] gnu: emacs-ox-rss: Update upstream URL.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 66895 <at> debbugs.gnu.org.

-- 
66895: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66895
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: 66895-done <at> debbugs.gnu.org
Subject: Re: [bug#66895] [PATCH] gnu: emacs-ox-rss: Update upstream URL.
Date: Fri, 03 Nov 2023 10:24:26 +0000
[Message part 3 (text/plain, inline)]
Simon Tournier <zimon.toutoune <at> gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-ox-rss)[source]: Update upstream URL.
>
> Change-Id: I66f0aa2cf5ee08705a89d0683e638e3fa1e1fb12
> ---
>  gnu/packages/emacs-xyz.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Hi,
>
> From current upstream <https://gitlab.com/nsavage/ox-rss>, it reads:
>
>     NOTE: The maintained version of this has been moved to
>     https://github.com/benedicthw/ox-rss, and the new maintainer is Benedict
>     Wong foss <at> bhw.name. This repo will continue to exist for the foreseeable
>     future, but will not receive any updates. Please update any links.
>
> Hence the update of the links.  Obviously, it does not trigger any rebuild.
>
> Cheers,
> simon
>
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 9620c17a5c..0c0c3f3715 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -32989,7 +32989,7 @@ (define-public emacs-ox-rss
>        (source (origin
>                  (method git-fetch)
>                  (uri (git-reference
> -                      (url "https://gitlab.com/nsavage/ox-rss")
> +                      (url "https://github.com/BenedictHW/ox-rss")
>                        (commit commit)))
>                  (file-name (git-file-name name version))
>                  (sha256
>
> base-commit: f5346094f0365a2c04ca00111ff06e17dac832e2

This looks good to me, I've pushed it to master as
4471cfd0997c739f719a344cb419a164e4544fb4.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Simon Tournier <zimon.toutoune <at> gmail.com>
Subject: [PATCH] gnu: emacs-ox-rss: Update upstream URL.
Date: Thu,  2 Nov 2023 12:14:10 +0100
* gnu/packages/emacs-xyz.scm (emacs-ox-rss)[source]: Update upstream URL.

Change-Id: I66f0aa2cf5ee08705a89d0683e638e3fa1e1fb12
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Hi,

From current upstream <https://gitlab.com/nsavage/ox-rss>, it reads:

    NOTE: The maintained version of this has been moved to
    https://github.com/benedicthw/ox-rss, and the new maintainer is Benedict
    Wong foss <at> bhw.name. This repo will continue to exist for the foreseeable
    future, but will not receive any updates. Please update any links.

Hence the update of the links.  Obviously, it does not trigger any rebuild.

Cheers,
simon


diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9620c17a5c..0c0c3f3715 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32989,7 +32989,7 @@ (define-public emacs-ox-rss
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://gitlab.com/nsavage/ox-rss")
+                      (url "https://github.com/BenedictHW/ox-rss")
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256

base-commit: f5346094f0365a2c04ca00111ff06e17dac832e2
-- 
2.41.0




This bug report was last modified 1 year and 201 days ago.

Previous Next


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