GNU bug report logs - #60836
[PATCH] gnu: emacs-org-reveal: Update to 20222711-1.f55c85

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sun, 15 Jan 2023 21:21:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 60836 in the body.
You can then email your comments to 60836 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60836; Package guix-patches. (Sun, 15 Jan 2023 21:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 15 Jan 2023 21:21:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-org-reveal: Update to 20222711-1.f55c85
Date: Sun, 15 Jan 2023 19:09:05 +0100
Update gnu: emacs-org-reveal to 20222711-1.f55c85

---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f60d82ad5..dfbd51ac0a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22357,10 +22357,10 @@ (define-public emacs-org-ref
     (license license:gpl3+)))
 
 (define-public emacs-org-reveal
-  (let ((commit "fe9148b670d144124d9697fcf5d0528f19025104"))
+  (let ((commit "f55c851bf6aeb1bb2a7f6cf0f2b7bd0e79c4a5a0"))
     (package
       (name "emacs-org-reveal")
-      (version (git-version "20210902" "1" commit))
+      (version (git-version "20222711" "1" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -22369,8 +22369,7 @@ (define-public emacs-org-reveal
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "034gkbc03z9jzj7ad34mmqgmvj4f14ap7iixh3zx4wp2ipw5xb7c"))))
+                  "1ck8v9qwk434w4ib9bmlmpqmiv8k1is5bcr5h7pnswgmgma68dka"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/yjwen/org-reveal")
       (synopsis "Org and Reveal.js powered HTML presentation tool")
--
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60836; Package guix-patches. (Mon, 16 Jan 2023 05:21:02 GMT) Full text and rfc822 format available.

Message #8 received at 60836 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 60836 <at> debbugs.gnu.org
Subject: Re: bug#60836: [PATCH] gnu: emacs-org-reveal: Update to
 20222711-1.f55c85
Date: Mon, 16 Jan 2023 00:20:00 -0500
Hello!

Cayetano Santos <csantosb <at> inventati.org> writes:

> Update gnu: emacs-org-reveal to 20222711-1.f55c85
>
> ---
>  gnu/packages/emacs-xyz.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks for the contribution!  Could you please update the commit message
with a GNU changelog style, as hinted in info '(guix) Submitting
Patches'?

There are also yasnipet templates under etc/snippets/yas, which then
becomes as easy as "update... TAB".  You could otherwise try to run
'etc/committer.scm' to auto-produce the commit from your unstaged
changes in git.

Hopefully that helps :-)

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#60836; Package guix-patches. (Mon, 16 Jan 2023 09:52:02 GMT) Full text and rfc822 format available.

Message #11 received at 60836 <at> debbugs.gnu.org (full text, mbox):

From: csantosb <at> inventati.org
To: 60836 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH v2] gnu: emacs-org-reveal: Update to 20222711-1.f55c85.
Date: Mon, 16 Jan 2023 10:51:40 +0100
From: Cayetano Santos <csantosb <at> inventati.org>

*  (emacs-org-reveal): Update to 20222711-1.f55c85.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f60d82ad5..dfbd51ac0a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22357,10 +22357,10 @@ (define-public emacs-org-ref
     (license license:gpl3+)))
 
 (define-public emacs-org-reveal
-  (let ((commit "fe9148b670d144124d9697fcf5d0528f19025104"))
+  (let ((commit "f55c851bf6aeb1bb2a7f6cf0f2b7bd0e79c4a5a0"))
     (package
       (name "emacs-org-reveal")
-      (version (git-version "20210902" "1" commit))
+      (version (git-version "20222711" "1" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -22369,7 +22369,7 @@ (define-public emacs-org-reveal
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "034gkbc03z9jzj7ad34mmqgmvj4f14ap7iixh3zx4wp2ipw5xb7c"))))
+                  "1ck8v9qwk434w4ib9bmlmpqmiv8k1is5bcr5h7pnswgmgma68dka"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/yjwen/org-reveal")
       (synopsis "Org and Reveal.js powered HTML presentation tool")

base-commit: 238f965c331990459a69cbc713ca951ad40e6044
-- 
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60836; Package guix-patches. (Mon, 16 Jan 2023 10:05:02 GMT) Full text and rfc822 format available.

Message #14 received at 60836 <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: 60836 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH v3] gnu: emacs-org-reveal: Update to 20222711-1.f55c85.
Date: Mon, 16 Jan 2023 11:04:41 +0100
* gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20222711-1.f55c85.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f60d82ad5..dfbd51ac0a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22357,10 +22357,10 @@ (define-public emacs-org-ref
     (license license:gpl3+)))
 
 (define-public emacs-org-reveal
-  (let ((commit "fe9148b670d144124d9697fcf5d0528f19025104"))
+  (let ((commit "f55c851bf6aeb1bb2a7f6cf0f2b7bd0e79c4a5a0"))
     (package
       (name "emacs-org-reveal")
-      (version (git-version "20210902" "1" commit))
+      (version (git-version "20222711" "1" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -22369,7 +22369,7 @@ (define-public emacs-org-reveal
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "034gkbc03z9jzj7ad34mmqgmvj4f14ap7iixh3zx4wp2ipw5xb7c"))))
+                  "1ck8v9qwk434w4ib9bmlmpqmiv8k1is5bcr5h7pnswgmgma68dka"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/yjwen/org-reveal")
       (synopsis "Org and Reveal.js powered HTML presentation tool")

base-commit: 238f965c331990459a69cbc713ca951ad40e6044
-- 
2.38.1





Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 16 Jan 2023 16:46:01 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Mon, 16 Jan 2023 16:46:02 GMT) Full text and rfc822 format available.

Message #19 received at 60836-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 60836-done <at> debbugs.gnu.org
Subject: Re: bug#60836: [PATCH] gnu: emacs-org-reveal: Update to
 20222711-1.f55c85
Date: Mon, 16 Jan 2023 11:45:18 -0500
Hi Cayetanos!

Cayetano Santos <csantosb <at> inventati.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20222711-1.f55c85.

Thanks for the reworked commit message.  This will make our (committers)
life easier for your future contributions (keep them coming :-)).

Applied!

PS: If you keep me in CC when replying to this bug email, my email
filter will leave it in my INBOX, making sure I see it.

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 14 Feb 2023 12:24:07 GMT) Full text and rfc822 format available.

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

Previous Next


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