GNU bug report logs -
#65258
[PATCH 1/2] gnu: emacs-flim-lb: Update to 1.14.9-137.80b8121.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 13 Aug 2023 01:42:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
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 65258 in the body.
You can then email your comments to 65258 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, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#65258
; Package
guix-patches
.
(Sun, 13 Aug 2023 01:42:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Sun, 13 Aug 2023 01:42: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 (emacs-flim-lb): Update to 1.14.9-137.80b8121.
[version]: Inline version.
---
gnu/packages/emacs-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f0751e39a..be8ff7ad5a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37687,12 +37687,11 @@ (define-public emacs-apel-lb
(define-public emacs-flim-lb
;; No release since Nov 28, 2007.
- (let ((version "1.14.9")
- (revision "136")
- (commit "2cf5a7891090faca8de725b1d3743dcedf233ea2"))
+ (let ((commit "80b8121f05a5a0d7fcfe3e54085467a646dd2028")
+ (revision "137"))
(package
(name "emacs-flim-lb")
- (version (git-version version revision commit))
+ (version (git-version "1.14.9" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -37701,7 +37700,7 @@ (define-public emacs-flim-lb
(file-name (git-file-name name version))
(sha256
(base32
- "1wsnipyl3blldcl8ynmpj1mxfvl7kjmxd8gapl83vqd3r0l9cr6q"))))
+ "02shd2mp9ywncn0wxgrijn0i8fa69kfx1y6nh5jjd64dyiczmskk"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-apel-lb emacs-oauth2))
(home-page "https://www.emacswiki.org/emacs/WanderLust")
base-commit: d0a2b422e06aab0cab3a10a47ef378602992577f
--
2.41.0
Information forwarded
to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#65258
; Package
guix-patches
.
(Sun, 13 Aug 2023 01:44:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 65258 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-semi-epg): Update to 1.14.6-246.9370961.
[version]: Inline version.
[propagated-inputs]: Move emacs-bbdb-vcard ...
[inputs]: ...here
---
gnu/packages/emacs-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index be8ff7ad5a..818d796a97 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37714,12 +37714,11 @@ (define-public emacs-flim-lb
(define-public emacs-semi-epg
;; No release since Dec 24, 2003.
- (let ((version "1.14.6")
- (revision "242")
- (commit "7d8df0ef2f483e2dc063a72099295f467e6bc2c8"))
+ (let ((commit "9370961ddcee78e389e44b36d38c3d93f8351619")
+ (revision "246"))
(package
(name "emacs-semi-epg")
- (version (git-version version revision commit))
+ (version (git-version "1.14.6" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -37728,9 +37727,10 @@ (define-public emacs-semi-epg
(file-name (git-file-name name version))
(sha256
(base32
- "01dn91xjcl7p5rnbgyh5l4kdlqx31s0gw5vh7hhcapbiq8rihmjd"))))
+ "13f267j0mrji9cvjhq129nslrj2gwvq7ibsz384a4qilxf5rhccc"))))
(build-system emacs-build-system)
- (propagated-inputs (list emacs-bbdb-vcard emacs-flim-lb))
+ (propagated-inputs (list emacs-flim-lb))
+ (inputs (list emacs-bbdb-vcard))
(home-page "https://www.emacswiki.org/emacs/WanderLust")
(synopsis "Library to provide MIME feature for GNU Emacs")
(description
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65258
; Package
guix-patches
.
(Sun, 13 Aug 2023 21:34:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 65258 <at> debbugs.gnu.org (full text, mbox):
Am Sonntag, dem 13.08.2023 um 09:42 +0800 schrieb Hilton Chain:
> * gnu/packages/emacs-xyz.scm (emacs-semi-epg): Update to 1.14.6-
> 246.9370961.
> [version]: Inline version.
> [propagated-inputs]: Move emacs-bbdb-vcard ...
> [inputs]: ...here
Minor style note: should be "… here." with an ending period. I'm not
aware of any particular preference of … over ... in Guix overall,
although I personally prefer ….
Otherwise LGTM
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65258
; Package
guix-patches
.
(Tue, 15 Aug 2023 08:01:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 65258 <at> debbugs.gnu.org (full text, mbox):
Hi Liliana,
On Mon, 14 Aug 2023 05:33:29 +0800,
Liliana Marie Prikler wrote:
>
> Am Sonntag, dem 13.08.2023 um 09:42 +0800 schrieb Hilton Chain:
> > * gnu/packages/emacs-xyz.scm (emacs-semi-epg): Update to 1.14.6-
> > 246.9370961.
> > [version]: Inline version.
> > [propagated-inputs]: Move emacs-bbdb-vcard ...
> > [inputs]: ...here
> Minor style note: should be "… here." with an ending period. I'm not
> aware of any particular preference of … over ... in Guix overall,
> although I personally prefer ….
>
> Otherwise LGTM
>
I must have been lost in the dots!
(eq? "…" "…") ;=> #t
Looks like I can type the same character with a Chinese IME, but I
wonder if there's a better way. How do you usually insert it?
Thanks
Information forwarded
to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#65258
; Package
guix-patches
.
(Tue, 15 Aug 2023 08:08:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 65258 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-flim-lb): Update to 1.14.9-137.80b8121.
[version]: Inline version.
---
gnu/packages/emacs-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f0751e39a..be8ff7ad5a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37687,12 +37687,11 @@ (define-public emacs-apel-lb
(define-public emacs-flim-lb
;; No release since Nov 28, 2007.
- (let ((version "1.14.9")
- (revision "136")
- (commit "2cf5a7891090faca8de725b1d3743dcedf233ea2"))
+ (let ((commit "80b8121f05a5a0d7fcfe3e54085467a646dd2028")
+ (revision "137"))
(package
(name "emacs-flim-lb")
- (version (git-version version revision commit))
+ (version (git-version "1.14.9" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -37701,7 +37700,7 @@ (define-public emacs-flim-lb
(file-name (git-file-name name version))
(sha256
(base32
- "1wsnipyl3blldcl8ynmpj1mxfvl7kjmxd8gapl83vqd3r0l9cr6q"))))
+ "02shd2mp9ywncn0wxgrijn0i8fa69kfx1y6nh5jjd64dyiczmskk"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-apel-lb emacs-oauth2))
(home-page "https://www.emacswiki.org/emacs/WanderLust")
base-commit: 642ae73ec0c38ee4758ad9d39f16232c8945c6b6
--
2.41.0
Information forwarded
to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#65258
; Package
guix-patches
.
(Tue, 15 Aug 2023 08:09:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 65258 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-semi-epg): Update to 1.14.6-246.9370961.
[version]: Inline version.
[propagated-inputs]: Move emacs-bbdb-vcard …
[inputs]: … here.
---
gnu/packages/emacs-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index be8ff7ad5a..818d796a97 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37714,12 +37714,11 @@ (define-public emacs-flim-lb
(define-public emacs-semi-epg
;; No release since Dec 24, 2003.
- (let ((version "1.14.6")
- (revision "242")
- (commit "7d8df0ef2f483e2dc063a72099295f467e6bc2c8"))
+ (let ((commit "9370961ddcee78e389e44b36d38c3d93f8351619")
+ (revision "246"))
(package
(name "emacs-semi-epg")
- (version (git-version version revision commit))
+ (version (git-version "1.14.6" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -37728,9 +37727,10 @@ (define-public emacs-semi-epg
(file-name (git-file-name name version))
(sha256
(base32
- "01dn91xjcl7p5rnbgyh5l4kdlqx31s0gw5vh7hhcapbiq8rihmjd"))))
+ "13f267j0mrji9cvjhq129nslrj2gwvq7ibsz384a4qilxf5rhccc"))))
(build-system emacs-build-system)
- (propagated-inputs (list emacs-bbdb-vcard emacs-flim-lb))
+ (propagated-inputs (list emacs-flim-lb))
+ (inputs (list emacs-bbdb-vcard))
(home-page "https://www.emacswiki.org/emacs/WanderLust")
(synopsis "Library to provide MIME feature for GNU Emacs")
(description
--
2.41.0
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Tue, 29 Aug 2023 13:02:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Tue, 29 Aug 2023 13:02:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 65258-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-semi-epg): Update to 1.14.6-246.9370961.
> [version]: Inline version.
> [propagated-inputs]: Move emacs-bbdb-vcard …
> [inputs]: … here.
> ---
> gnu/packages/emacs-xyz.scm | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
Looks good to me, I've pushed these patches to master as
8371394c0d5aee7082a7c71506b82be823e26c6e.
[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
.
(Wed, 27 Sep 2023 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 226 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.