GNU bug report logs -
#68750
[PATCH] gnu: emacspeak: Update to 59.0.
Previous Next
Reported by: Ian Eure <ian <at> retrospec.tv>
Date: Sat, 27 Jan 2024 06:20:02 UTC
Severity: normal
Tags: patch
Done: Clément Lassieur <clement <at> lassieur.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 68750 in the body.
You can then email your comments to 68750 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#68750
; Package
guix-patches
.
(Sat, 27 Jan 2024 06:20:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ian Eure <ian <at> retrospec.tv>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Sat, 27 Jan 2024 06:20:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacspeak): Update to 59.0.
Change-Id: I80e93286fa0de931e85f07c22e050faeaf8d0280
---
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 561f41cccf..0e62959c60 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18367,15 +18367,15 @@ (define-public emacs-highlight-stages
(define-public emacspeak
(package
(name "emacspeak")
- (version "53.0")
+ (version "59.0")
(source
(origin
(method url-fetch)
(uri (string-append
- "https://github.com/tvraman/emacspeak/releases/download/"
- version "/emacspeak-" version ".tar.bz2"))
+ "https://github.com/tvraman/emacspeak/releases/download/59"
+ "/emacspeak-" version ".tar.bz2"))
(sha256
- (base32 "0lasj4ggsh93ingf46n16wxfx5zzxvr1igikbmdqlz3i99j331gs"))))
+ (base32 "0id9nh49sg2m21r05d1y6jspm04ihpph2lxr90qw8wczdy2hp007"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: 8ae8b9804fa4aef23d4028563559bf7bec52fec2
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68750
; Package
guix-patches
.
(Sat, 27 Jan 2024 06:24:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Adding, the current package (version 53) doesn't build, presumably because of changes in Emacs 28 or 29.
On January 26, 2024 10:18:30 PM PST, Ian Eure <ian <at> retrospec.tv> wrote:
>* gnu/packages/emacs-xyz.scm (emacspeak): Update to 59.0.
>
>Change-Id: I80e93286fa0de931e85f07c22e050faeaf8d0280
>---
> gnu/packages/emacs-xyz.scm | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
>diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
>index 561f41cccf..0e62959c60 100644
>--- a/gnu/packages/emacs-xyz.scm
>+++ b/gnu/packages/emacs-xyz.scm
>@@ -18367,15 +18367,15 @@ (define-public emacs-highlight-stages
> (define-public emacspeak
> (package
> (name "emacspeak")
>- (version "53.0")
>+ (version "59.0")
> (source
> (origin
> (method url-fetch)
> (uri (string-append
>- "https://github.com/tvraman/emacspeak/releases/download/"
>- version "/emacspeak-" version ".tar.bz2"))
>+ "https://github.com/tvraman/emacspeak/releases/download/59"
>+ "/emacspeak-" version ".tar.bz2"))
> (sha256
>- (base32 "0lasj4ggsh93ingf46n16wxfx5zzxvr1igikbmdqlz3i99j331gs"))))
>+ (base32 "0id9nh49sg2m21r05d1y6jspm04ihpph2lxr90qw8wczdy2hp007"))))
> (build-system gnu-build-system)
> (arguments
> (list
>
>base-commit: 8ae8b9804fa4aef23d4028563559bf7bec52fec2
>--
>2.41.0
>
[Message part 2 (text/html, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68750
; Package
guix-patches
.
(Mon, 29 Jan 2024 23:04:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 68750 <at> debbugs.gnu.org (full text, mbox):
On Fri, Jan 26 2024, Ian Eure wrote:
> * gnu/packages/emacs-xyz.scm (emacspeak): Update to 59.0.
>
> Change-Id: I80e93286fa0de931e85f07c22e050faeaf8d0280
> ---
> gnu/packages/emacs-xyz.scm | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 561f41cccf..0e62959c60 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -18367,15 +18367,15 @@ (define-public emacs-highlight-stages
> (define-public emacspeak
> (package
> (name "emacspeak")
> - (version "53.0")
> + (version "59.0")
> (source
> (origin
> (method url-fetch)
> (uri (string-append
> - "https://github.com/tvraman/emacspeak/releases/download/"
> - version "/emacspeak-" version ".tar.bz2"))
> + "https://github.com/tvraman/emacspeak/releases/download/59"
Hi, this hardcoded 59 is going to make it annoying to update. Could you
send an updated patch using git-fetch please? And the version as
commit.
Thanks
Clément
> + "/emacspeak-" version ".tar.bz2"))
> (sha256
> - (base32 "0lasj4ggsh93ingf46n16wxfx5zzxvr1igikbmdqlz3i99j331gs"))))
> + (base32 "0id9nh49sg2m21r05d1y6jspm04ihpph2lxr90qw8wczdy2hp007"))))
> (build-system gnu-build-system)
> (arguments
> (list
>
> base-commit: 8ae8b9804fa4aef23d4028563559bf7bec52fec2
Information forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#68750
; Package
guix-patches
.
(Mon, 29 Jan 2024 23:28:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 68750 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacspeak): Update to 59.0.
Change-Id: I80e93286fa0de931e85f07c22e050faeaf8d0280
---
gnu/packages/emacs-xyz.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 561f41cccf..722581f69d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18367,15 +18367,16 @@ (define-public emacs-highlight-stages
(define-public emacspeak
(package
(name "emacspeak")
- (version "53.0")
+ (version "59.0")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/tvraman/emacspeak/releases/download/"
- version "/emacspeak-" version ".tar.bz2"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tvraman/emacspeak")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "0lasj4ggsh93ingf46n16wxfx5zzxvr1igikbmdqlz3i99j331gs"))))
+ (base32 "010c8hy8nmffaqn1h8n8hmyxvn7gx6ygx4pxgdfp1vl8bb1bz54y"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: 8ae8b9804fa4aef23d4028563559bf7bec52fec2
--
2.41.0
bug closed, send any further explanations to
68750 <at> debbugs.gnu.org and Ian Eure <ian <at> retrospec.tv>
Request was from
Clément Lassieur <clement <at> lassieur.org>
to
control <at> debbugs.gnu.org
.
(Tue, 30 Jan 2024 08:46:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 27 Feb 2024 12:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 107 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.