Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] asciidoc: update to 9.1.1.
@ 2021-10-16  9:32 arete
  2021-10-16 10:27 ` paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: arete @ 2021-10-16  9:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1585 bytes --]

There is a new pull request by arete against master on the void-packages repository

https://github.com/arete/void-packages asciidoc
https://github.com/void-linux/void-packages/pull/33585

asciidoc: update to 9.1.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/33585.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-asciidoc-33585.patch --]
[-- Type: text/x-diff, Size: 1026 bytes --]

From 14aede680128968554830d8243d9c9ed890f94ce Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Fri, 15 Oct 2021 14:18:19 +0200
Subject: [PATCH] asciidoc: update to 9.1.1.

---
 srcpkgs/asciidoc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/asciidoc/template b/srcpkgs/asciidoc/template
index 1b2ec9bd3fee..8084c4c21d28 100644
--- a/srcpkgs/asciidoc/template
+++ b/srcpkgs/asciidoc/template
@@ -1,6 +1,6 @@
 # Template file for 'asciidoc'
 pkgname=asciidoc
-version=9.1.0
+version=9.1.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="docbook-xsl libxslt python3"
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://asciidoc.org/"
 changelog="https://asciidoc.org/CHANGELOG.html"
 distfiles="https://github.com/asciidoc-py/asciidoc-py/releases/download/$version/asciidoc-$version.tar.gz"
-checksum=fd499fcf51317b1aaf27336fb5e919c44c1f867f1ae6681ee197365d3065238b
+checksum=ea39760ac2739496c14002902571592dc2ae2fa673296ec141a9e491d9c11fca

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: asciidoc: update to 9.1.1.
  2021-10-16  9:32 [PR PATCH] asciidoc: update to 9.1.1 arete
@ 2021-10-16 10:27 ` paper42
  2021-10-20  6:44 ` arete
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-10-16 10:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33585#issuecomment-944894067

Comment:
Please fill out the PR template.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: asciidoc: update to 9.1.1.
  2021-10-16  9:32 [PR PATCH] asciidoc: update to 9.1.1 arete
  2021-10-16 10:27 ` paper42
@ 2021-10-20  6:44 ` arete
  2021-10-24 23:56 ` [PR REVIEW] " ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: arete @ 2021-10-20  6:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by arete on void-packages repository

https://github.com/void-linux/void-packages/pull/33585#issuecomment-947375542

Comment:
> Please fill out the PR template.

update

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] asciidoc: update to 9.1.1.
  2021-10-16  9:32 [PR PATCH] asciidoc: update to 9.1.1 arete
  2021-10-16 10:27 ` paper42
  2021-10-20  6:44 ` arete
@ 2021-10-24 23:56 ` ericonr
  2021-10-30 19:14 ` [PR PATCH] [Updated] " ericonr
  2021-10-30 19:15 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-10-24 23:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33585#discussion_r735190306

Comment:
Homepage and changelog have been moved to https://asciidoc-py.github.io/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] asciidoc: update to 9.1.1.
  2021-10-16  9:32 [PR PATCH] asciidoc: update to 9.1.1 arete
                   ` (2 preceding siblings ...)
  2021-10-24 23:56 ` [PR REVIEW] " ericonr
@ 2021-10-30 19:14 ` ericonr
  2021-10-30 19:15 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-10-30 19:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1592 bytes --]

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/arete/void-packages asciidoc
https://github.com/void-linux/void-packages/pull/33585

asciidoc: update to 9.1.1.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/33585.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-asciidoc-33585.patch --]
[-- Type: text/x-diff, Size: 1285 bytes --]

From 57a8dfc8a52a002205411b27917df57d504a61d8 Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Fri, 15 Oct 2021 14:18:19 +0200
Subject: [PATCH] asciidoc: update to 9.1.1.

---
 srcpkgs/asciidoc/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/asciidoc/template b/srcpkgs/asciidoc/template
index 1b2ec9bd3fee..376f4d3be5f3 100644
--- a/srcpkgs/asciidoc/template
+++ b/srcpkgs/asciidoc/template
@@ -1,6 +1,6 @@
 # Template file for 'asciidoc'
 pkgname=asciidoc
-version=9.1.0
+version=9.1.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="docbook-xsl libxslt python3"
@@ -9,7 +9,7 @@ conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
 short_desc="Text based document generation"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://asciidoc.org/"
-changelog="https://asciidoc.org/CHANGELOG.html"
+homepage="https://asciidoc-py.github.io"
+changelog="https://asciidoc-py.github.io/CHANGELOG.html"
 distfiles="https://github.com/asciidoc-py/asciidoc-py/releases/download/$version/asciidoc-$version.tar.gz"
-checksum=fd499fcf51317b1aaf27336fb5e919c44c1f867f1ae6681ee197365d3065238b
+checksum=ea39760ac2739496c14002902571592dc2ae2fa673296ec141a9e491d9c11fca

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: asciidoc: update to 9.1.1.
  2021-10-16  9:32 [PR PATCH] asciidoc: update to 9.1.1 arete
                   ` (3 preceding siblings ...)
  2021-10-30 19:14 ` [PR PATCH] [Updated] " ericonr
@ 2021-10-30 19:15 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-10-30 19:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1437 bytes --]

There's a merged pull request on the void-packages repository

asciidoc: update to 9.1.1.
https://github.com/void-linux/void-packages/pull/33585

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-30 19:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16  9:32 [PR PATCH] asciidoc: update to 9.1.1 arete
2021-10-16 10:27 ` paper42
2021-10-20  6:44 ` arete
2021-10-24 23:56 ` [PR REVIEW] " ericonr
2021-10-30 19:14 ` [PR PATCH] [Updated] " ericonr
2021-10-30 19:15 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).