* bug#65635: [NonGNU ELPA] [PATCH] * elpa-packages (sweeprolog): Update ':doc' property
@ 2023-08-30 18:54 Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-30 19:15 ` Philip Kaludercic
0 siblings, 1 reply; 4+ messages in thread
From: Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-08-30 18:54 UTC (permalink / raw)
To: 65635
[-- Attachment #1: Type: text/plain, Size: 159 bytes --]
Tags: patch
Hi,
This is a patch for `elpa-packages` in nongnu.git, updating the entry
for `sweeprolog` to use of the package's new Texinfo manual.
Thanks!
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-elpa-packages-sweeprolog-Update-doc-property.patch --]
[-- Type: text/patch, Size: 713 bytes --]
From bab0679dc3d7aa1665d79d5a9d53b8a4b3cd0484 Mon Sep 17 00:00:00 2001
From: Eshel Yaron <me@eshelyaron.com>
Date: Wed, 30 Aug 2023 20:47:10 +0200
Subject: [PATCH] * elpa-packages (sweeprolog): Update ':doc' property
---
elpa-packages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index 8faee3a..6c9c1d9 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -690,7 +690,7 @@
(sweeprolog :url "https://github.com/SWI-Prolog/packages-sweep"
:ignored-files ("LICENSE")
- :doc "README.org")
+ :doc "sweep.texi")
(swift-mode :url "https://github.com/swift-emacs/swift-mode"
:ignored-files ("COPYING" "scripts" "test" "Eldev" "Makefile"))
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#65635: [NonGNU ELPA] [PATCH] * elpa-packages (sweeprolog): Update ':doc' property
2023-08-30 18:54 bug#65635: [NonGNU ELPA] [PATCH] * elpa-packages (sweeprolog): Update ':doc' property Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-08-30 19:15 ` Philip Kaludercic
2023-08-30 19:22 ` Stefan Kangas
2023-08-30 20:33 ` Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
0 siblings, 2 replies; 4+ messages in thread
From: Philip Kaludercic @ 2023-08-30 19:15 UTC (permalink / raw)
To: Eshel Yaron; +Cc: 65635
Eshel Yaron <me@eshelyaron.com> writes:
> Tags: patch
>
> Hi,
>
> This is a patch for `elpa-packages` in nongnu.git, updating the entry
> for `sweeprolog` to use of the package's new Texinfo manual.
I have applied the patch and pushed the change, but note that the build
will fail until you release a new version of the package.
> Thanks!
>
>>From bab0679dc3d7aa1665d79d5a9d53b8a4b3cd0484 Mon Sep 17 00:00:00 2001
> From: Eshel Yaron <me@eshelyaron.com>
> Date: Wed, 30 Aug 2023 20:47:10 +0200
> Subject: [PATCH] * elpa-packages (sweeprolog): Update ':doc' property
>
> ---
> elpa-packages | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/elpa-packages b/elpa-packages
> index 8faee3a..6c9c1d9 100644
> --- a/elpa-packages
> +++ b/elpa-packages
> @@ -690,7 +690,7 @@
>
> (sweeprolog :url "https://github.com/SWI-Prolog/packages-sweep"
> :ignored-files ("LICENSE")
> - :doc "README.org")
> + :doc "sweep.texi")
>
> (swift-mode :url "https://github.com/swift-emacs/swift-mode"
> :ignored-files ("COPYING" "scripts" "test" "Eldev" "Makefile"))
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#65635: [NonGNU ELPA] [PATCH] * elpa-packages (sweeprolog): Update ':doc' property
2023-08-30 19:15 ` Philip Kaludercic
@ 2023-08-30 19:22 ` Stefan Kangas
2023-08-30 20:33 ` Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
1 sibling, 0 replies; 4+ messages in thread
From: Stefan Kangas @ 2023-08-30 19:22 UTC (permalink / raw)
To: Philip Kaludercic; +Cc: 65635-done, Eshel Yaron
Don't forget to close the bug. :-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#65635: [NonGNU ELPA] [PATCH] * elpa-packages (sweeprolog): Update ':doc' property
2023-08-30 19:15 ` Philip Kaludercic
2023-08-30 19:22 ` Stefan Kangas
@ 2023-08-30 20:33 ` Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
1 sibling, 0 replies; 4+ messages in thread
From: Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-08-30 20:33 UTC (permalink / raw)
To: Philip Kaludercic; +Cc: 65635
Philip Kaludercic <philipk@posteo.net> writes:
> Eshel Yaron <me@eshelyaron.com> writes:
>
>> This is a patch for `elpa-packages` in nongnu.git, updating the entry
>> for `sweeprolog` to use of the package's new Texinfo manual.
>
> I have applied the patch and pushed the change, but note that the build
> will fail until you release a new version of the package.
>
Thanks for the heads up, and for applying the patch. I've now pushed a
new version (0.23.1).
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-30 20:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-30 18:54 bug#65635: [NonGNU ELPA] [PATCH] * elpa-packages (sweeprolog): Update ':doc' property Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-30 19:15 ` Philip Kaludercic
2023-08-30 19:22 ` Stefan Kangas
2023-08-30 20:33 ` Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.