GNU bug report logs -
#78177
[PATCH] gnu: emacs-fzf: Update to 641aef3
Previous Next
Reported by: nlif-m <m.payunen <at> gumrfradio.ru>
Date: Thu, 1 May 2025 06:21:03 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
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 78177 in the body.
You can then email your comments to 78177 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78177
; Package
guix-patches
.
(Thu, 01 May 2025 06:21:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
nlif-m <m.payunen <at> gumrfradio.ru>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 01 May 2025 06:21:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: nlif-m <m.payunen <at> gmail.com>
Change-Id: I19ee1a7cfffa45e9d84b112f431cef18884949d8
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6d10fb7737..7c35b059a3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2220,30 +2220,32 @@ (define-public emacs-meyvn
(license license:gpl3+))))
(define-public emacs-fzf
- (let ((commit "21912ebc7e1084aa88c9d8b7715e782a3978ed23")
+ (let ((commit "641aef33c88df3733f13d559bcb2acc548a4a0c3")
(revision "0"))
(package
(name "emacs-fzf")
(version (git-version "0.2" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/bling/fzf.el")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0gdqjh8996hb06bnnyhi94k69mjfrzyfgq00a9s4wwagv28sqmkj"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/bling/fzf.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1nyvam5jg4gih0x2rvwr4jn97lyhaic3adpdxpdfx682ckj1k2vp"))))
(build-system emacs-build-system)
(arguments
(list
- #:tests? #f ;no tests
+ #:tests? #f ;no tests
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-fzf-executable
(lambda* (#:key inputs #:allow-other-keys)
(emacs-substitute-variables "fzf.el"
- ("fzf/executable" (search-input-file inputs "/bin/fzf"))))))))
+ ("fzf/executable" (search-input-file
+ inputs
+ "/bin/fzf"))))))))
(inputs (list fzf))
(home-page "https://github.com/bling/fzf.el")
(synopsis "Emacs front-end for Fzf finder")
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78177
; Package
guix-patches
.
(Sat, 03 May 2025 08:11:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 78177 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
As a rule, try to avoid unnecessary changes. All in all, your patch
modifies only two lines.
C.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78177
; Package
guix-patches
.
(Sat, 03 May 2025 17:49:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 78177 <at> debbugs.gnu.org (full text, mbox):
On Sat, 03 May 2025 10:11:10 +0200
Cayetano Santos <csantosb <at> inventati.org> wrote:
> As a rule, try to avoid unnecessary changes. All in all, your patch
> modifies only two lines.
>
> C.
Yes, I understand, about the minimum of the changes, I just
followed 22.8 Packaging Guidelines, it was recommended to
launch the `guix style emacs-fzf`.
This is the first time I am sending a patch, so I
have a question, on my part is something still required for the final
merge into the main branch? Perhaps removing this excessive
formatting?
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78177
; Package
guix-patches
.
(Sat, 03 May 2025 18:22:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 78177 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
>sam. 03 mai 2025 at 20:48, <m.payunen <at> gumrfradio.ru> wrote:
> On Sat, 03 May 2025 10:11:10 +0200
> Cayetano Santos <csantosb <at> inventati.org> wrote:
>
>> As a rule, try to avoid unnecessary changes. All in all, your patch
>> modifies only two lines.
>>
>> C.
>
> Yes, I understand, about the minimum of the changes, I just
> followed 22.8 Packaging Guidelines, it was recommended to
> launch the `guix style emacs-fzf`.
> This is the first time I am sending a patch, so I
> have a question, on my part is something still required for the final
> merge into the main branch? Perhaps removing this excessive
> formatting?
You can send a v2 with the minimum changes.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78177
; Package
guix-patches
.
(Sat, 03 May 2025 19:16:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 78177 <at> debbugs.gnu.org (full text, mbox):
Change-Id: I184057e010f59275941cef67d3a5e658af47814c
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 18a139d997..24ef660b3d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2221,7 +2221,7 @@ (define-public emacs-meyvn
(license license:gpl3+))))
(define-public emacs-fzf
- (let ((commit "21912ebc7e1084aa88c9d8b7715e782a3978ed23")
+ (let ((commit "641aef33c88df3733f13d559bcb2acc548a4a0c3")
(revision "0"))
(package
(name "emacs-fzf")
@@ -2234,7 +2234,7 @@ (define-public emacs-fzf
(file-name (git-file-name name version))
(sha256
(base32
- "0gdqjh8996hb06bnnyhi94k69mjfrzyfgq00a9s4wwagv28sqmkj"))))
+ "1nyvam5jg4gih0x2rvwr4jn97lyhaic3adpdxpdfx682ckj1k2vp"))))
(build-system emacs-build-system)
(arguments
(list
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78177
; Package
guix-patches
.
(Sat, 03 May 2025 19:52:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 78177 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Make a new revision with minimal changes.
On May 3, 2025 22:14:09 GMT+03:00, nlif-m <m.payunen <at> gumrfradio.ru> wrote:
>Change-Id: I184057e010f59275941cef67d3a5e658af47814c
>---
> gnu/packages/emacs-xyz.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
>index 18a139d997..24ef660b3d 100644
>--- a/gnu/packages/emacs-xyz.scm
>+++ b/gnu/packages/emacs-xyz.scm
>@@ -2221,7 +2221,7 @@ (define-public emacs-meyvn
> (license license:gpl3+))))
>
> (define-public emacs-fzf
>- (let ((commit "21912ebc7e1084aa88c9d8b7715e782a3978ed23")
>+ (let ((commit "641aef33c88df3733f13d559bcb2acc548a4a0c3")
> (revision "0"))
> (package
> (name "emacs-fzf")
>@@ -2234,7 +2234,7 @@ (define-public emacs-fzf
> (file-name (git-file-name name version))
> (sha256
> (base32
>- "0gdqjh8996hb06bnnyhi94k69mjfrzyfgq00a9s4wwagv28sqmkj"))))
>+ "1nyvam5jg4gih0x2rvwr4jn97lyhaic3adpdxpdfx682ckj1k2vp"))))
> (build-system emacs-build-system)
> (arguments
> (list
>--
>2.49.0
>
[Message part 2 (text/html, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78177
; Package
guix-patches
.
(Sun, 04 May 2025 08:03:01 GMT)
Full text and
rfc822 format available.
Message #23 received at 78177 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
>sam. 03 mai 2025 at 22:48, Матвей Паюнен <m.payunen <at> gumrfradio.ru> wrote:
> Make a new revision with minimal changes.
Thank you !
Don’t forget to increase the revision number, and review your commit
message. You may have a look to similar changes in the guix git log.
C.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78177
; Package
guix-patches
.
(Thu, 08 May 2025 09:08:01 GMT)
Full text and
rfc822 format available.
Message #26 received at 78177 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-fzf): Update to 0.2-0.641aef3
Change-Id: I184057e010f59275941cef67d3a5e658af47814c
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 50a6f4c386..d64fe583d7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2221,7 +2221,7 @@ (define-public emacs-meyvn
(license license:gpl3+))))
(define-public emacs-fzf
- (let ((commit "21912ebc7e1084aa88c9d8b7715e782a3978ed23")
+ (let ((commit "641aef33c88df3733f13d559bcb2acc548a4a0c3")
(revision "0"))
(package
(name "emacs-fzf")
@@ -2234,7 +2234,7 @@ (define-public emacs-fzf
(file-name (git-file-name name version))
(sha256
(base32
- "0gdqjh8996hb06bnnyhi94k69mjfrzyfgq00a9s4wwagv28sqmkj"))))
+ "1nyvam5jg4gih0x2rvwr4jn97lyhaic3adpdxpdfx682ckj1k2vp"))))
(build-system emacs-build-system)
(arguments
(list
--
2.49.0
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Thu, 08 May 2025 19:29:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
nlif-m <m.payunen <at> gumrfradio.ru>
:
bug acknowledged by developer.
(Thu, 08 May 2025 19:29:01 GMT)
Full text and
rfc822 format available.
Message #31 received at 78177-done <at> debbugs.gnu.org (full text, mbox):
Close.
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 06 Jun 2025 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.