Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vsv: update to 1.3.5
@ 2022-08-10 17:01 cinerea0
  2022-08-10 18:46 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2022-08-10 17:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages vsv
https://github.com/void-linux/void-packages/pull/38585

vsv: update to 1.3.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38585.patch is attached

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

From 480e519595247723352689d7b8adf40764eacb5f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 10 Aug 2022 12:59:39 -0400
Subject: [PATCH] vsv: update to 1.3.5

---
 srcpkgs/vsv/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vsv/template b/srcpkgs/vsv/template
index a54965bf7140..44795aeaa002 100644
--- a/srcpkgs/vsv/template
+++ b/srcpkgs/vsv/template
@@ -1,14 +1,14 @@
 # Template file for 'vsv'
 pkgname=vsv
-version=1.3.4
-revision=2
+version=1.3.5
+revision=1
 depends="bash coreutils psmisc"
 short_desc="Manage and view runit services"
 maintainer="Dave Eddy <dave@daveeddy.com>"
 license="MIT"
 homepage="https://github.com/bahamas10/vsv"
 distfiles="https://github.com/bahamas10/vsv/archive/v${version}.tar.gz"
-checksum=1bb6c74d05d429c18e23d963e0c8913fd80dcdc68775a9c4d5ed02463b977c08
+checksum=d4b88a7d11189d6a9dd160a25025cbec8d27a88ea02a6826e0c010824b6bc943
 
 do_install() {
 	vbin vsv

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

* Re: [PR REVIEW] vsv: update to 1.3.5
  2022-08-10 17:01 [PR PATCH] vsv: update to 1.3.5 cinerea0
@ 2022-08-10 18:46 ` classabbyamp
  2022-08-10 18:47 ` paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-10 18:46 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38585#discussion_r942787986

Comment:
```suggestion
homepage="https://github.com/bahamas10/vsv"
changelog="https://raw.githubusercontent.com/bahamas10/vsv/master/CHANGES.md"
```

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

* Re: [PR REVIEW] vsv: update to 1.3.5
  2022-08-10 17:01 [PR PATCH] vsv: update to 1.3.5 cinerea0
  2022-08-10 18:46 ` [PR REVIEW] " classabbyamp
@ 2022-08-10 18:47 ` paper42
  2022-08-10 23:22 ` [PR PATCH] [Updated] " cinerea0
  2022-08-10 23:25 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-08-10 18:47 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38585#discussion_r942788604

Comment:
```suggestion
depends="bash psmisc"
```

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

* Re: [PR PATCH] [Updated] vsv: update to 1.3.5
  2022-08-10 17:01 [PR PATCH] vsv: update to 1.3.5 cinerea0
  2022-08-10 18:46 ` [PR REVIEW] " classabbyamp
  2022-08-10 18:47 ` paper42
@ 2022-08-10 23:22 ` cinerea0
  2022-08-10 23:25 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2022-08-10 23:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages vsv
https://github.com/void-linux/void-packages/pull/38585

vsv: update to 1.3.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/38585.patch is attached

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

From 8b388ccf5106d23a257a41bbf335304382a2a78f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 10 Aug 2022 19:22:36 -0400
Subject: [PATCH] vsv: update to 1.3.5

---
 srcpkgs/vsv/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vsv/template b/srcpkgs/vsv/template
index a54965bf7140..2e1780a68fe8 100644
--- a/srcpkgs/vsv/template
+++ b/srcpkgs/vsv/template
@@ -1,14 +1,15 @@
 # Template file for 'vsv'
 pkgname=vsv
-version=1.3.4
-revision=2
-depends="bash coreutils psmisc"
+version=1.3.5
+revision=1
+depends="bash psmisc"
 short_desc="Manage and view runit services"
 maintainer="Dave Eddy <dave@daveeddy.com>"
 license="MIT"
 homepage="https://github.com/bahamas10/vsv"
+changelog="https://raw.githubusercontent.com/bahamas10/vsv/master/CHANGES.md"
 distfiles="https://github.com/bahamas10/vsv/archive/v${version}.tar.gz"
-checksum=1bb6c74d05d429c18e23d963e0c8913fd80dcdc68775a9c4d5ed02463b977c08
+checksum=d4b88a7d11189d6a9dd160a25025cbec8d27a88ea02a6826e0c010824b6bc943
 
 do_install() {
 	vbin vsv

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

* Re: [PR PATCH] [Merged]: vsv: update to 1.3.5
  2022-08-10 17:01 [PR PATCH] vsv: update to 1.3.5 cinerea0
                   ` (2 preceding siblings ...)
  2022-08-10 23:22 ` [PR PATCH] [Updated] " cinerea0
@ 2022-08-10 23:25 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-10 23:25 UTC (permalink / raw)
  To: ml

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

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

vsv: update to 1.3.5
https://github.com/void-linux/void-packages/pull/38585

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 5+ messages in thread

end of thread, other threads:[~2022-08-10 23:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10 17:01 [PR PATCH] vsv: update to 1.3.5 cinerea0
2022-08-10 18:46 ` [PR REVIEW] " classabbyamp
2022-08-10 18:47 ` paper42
2022-08-10 23:22 ` [PR PATCH] [Updated] " cinerea0
2022-08-10 23:25 ` [PR PATCH] [Merged]: " classabbyamp

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).