Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rcm: update to 1.3.4
@ 2020-10-19  2:18 smorimoto
  2020-10-19  2:48 ` [PR PATCH] [Updated] " smorimoto
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: smorimoto @ 2020-10-19  2:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages rcm-1.3.4
https://github.com/void-linux/void-packages/pull/25726

rcm: update to 1.3.4


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

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

From 63858557f027fedc68fe83467a4abecc573360b6 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Mon, 19 Oct 2020 11:17:59 +0900
Subject: [PATCH] rcm: update to 1.3.4

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/rcm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rcm/template b/srcpkgs/rcm/template
index 2f84ba88ad3..69a6a5148ce 100644
--- a/srcpkgs/rcm/template
+++ b/srcpkgs/rcm/template
@@ -1,6 +1,6 @@
 # Template file for 'rcm'
 pkgname=rcm
-version=1.3.3
+version=1.3.4
 revision=1
 archs=noarch
 build_style=gnu-configure
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/thoughtbot/rcm"
 distfiles="https://thoughtbot.github.io/rcm/dist/rcm-${version}.tar.gz"
-checksum=935524456f2291afa36ef815e68f1ab4a37a4ed6f0f144b7de7fb270733e13af
+checksum=9b11ae37449cf4d234ec6d1348479bfed3253daba11f7e9e774059865b66c24a
 
 do_check() {
 	# find '-perm' errors on *hooks* tests

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

* Re: [PR PATCH] [Updated] rcm: update to 1.3.4
  2020-10-19  2:18 [PR PATCH] rcm: update to 1.3.4 smorimoto
@ 2020-10-19  2:48 ` smorimoto
  2020-10-19  2:50 ` [PR REVIEW] " smorimoto
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: smorimoto @ 2020-10-19  2:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages rcm-1.3.4
https://github.com/void-linux/void-packages/pull/25726

rcm: update to 1.3.4


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

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

From 8f84d29305c8889e77ac3f97f412ed37006bb1e7 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Mon, 19 Oct 2020 11:48:33 +0900
Subject: [PATCH] rcm: update to 1.3.4

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/rcm/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/rcm/template b/srcpkgs/rcm/template
index 2f84ba88ad3..cb77aa41e84 100644
--- a/srcpkgs/rcm/template
+++ b/srcpkgs/rcm/template
@@ -1,17 +1,16 @@
 # Template file for 'rcm'
 pkgname=rcm
-version=1.3.3
+version=1.3.4
 revision=1
-archs=noarch
 build_style=gnu-configure
-checkdepends="python3-cram"
 depends="perl"
+checkdepends="python3-cram"
 short_desc="Management suite for dotfiles"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/thoughtbot/rcm"
 distfiles="https://thoughtbot.github.io/rcm/dist/rcm-${version}.tar.gz"
-checksum=935524456f2291afa36ef815e68f1ab4a37a4ed6f0f144b7de7fb270733e13af
+checksum=9b11ae37449cf4d234ec6d1348479bfed3253daba11f7e9e774059865b66c24a
 
 do_check() {
 	# find '-perm' errors on *hooks* tests

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

* Re: [PR REVIEW] rcm: update to 1.3.4
  2020-10-19  2:18 [PR PATCH] rcm: update to 1.3.4 smorimoto
  2020-10-19  2:48 ` [PR PATCH] [Updated] " smorimoto
@ 2020-10-19  2:50 ` smorimoto
  2020-10-19  2:51 ` smorimoto
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: smorimoto @ 2020-10-19  2:50 UTC (permalink / raw)
  To: ml

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

New review comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/pull/25726#discussion_r507384519

Comment:
`noarch` is deprecated

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

* Re: [PR REVIEW] rcm: update to 1.3.4
  2020-10-19  2:18 [PR PATCH] rcm: update to 1.3.4 smorimoto
  2020-10-19  2:48 ` [PR PATCH] [Updated] " smorimoto
  2020-10-19  2:50 ` [PR REVIEW] " smorimoto
@ 2020-10-19  2:51 ` smorimoto
  2020-10-19 14:00 ` [PR PATCH] [Closed]: " ahesford
  2020-10-19 14:21 ` smorimoto
  4 siblings, 0 replies; 6+ messages in thread
From: smorimoto @ 2020-10-19  2:51 UTC (permalink / raw)
  To: ml

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

New review comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/pull/25726#discussion_r507385188

Comment:
`checkdepends` must be placed after `depends`.

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

* Re: [PR PATCH] [Closed]: rcm: update to 1.3.4
  2020-10-19  2:18 [PR PATCH] rcm: update to 1.3.4 smorimoto
                   ` (2 preceding siblings ...)
  2020-10-19  2:51 ` smorimoto
@ 2020-10-19 14:00 ` ahesford
  2020-10-19 14:21 ` smorimoto
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-10-19 14:00 UTC (permalink / raw)
  To: ml

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

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

rcm: update to 1.3.4
https://github.com/void-linux/void-packages/pull/25726

Description:


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

* Re: rcm: update to 1.3.4
  2020-10-19  2:18 [PR PATCH] rcm: update to 1.3.4 smorimoto
                   ` (3 preceding siblings ...)
  2020-10-19 14:00 ` [PR PATCH] [Closed]: " ahesford
@ 2020-10-19 14:21 ` smorimoto
  4 siblings, 0 replies; 6+ messages in thread
From: smorimoto @ 2020-10-19 14:21 UTC (permalink / raw)
  To: ml

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

New comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/pull/25726#issuecomment-712194139

Comment:
Thanks @ahesford.

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

end of thread, other threads:[~2020-10-19 14:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-19  2:18 [PR PATCH] rcm: update to 1.3.4 smorimoto
2020-10-19  2:48 ` [PR PATCH] [Updated] " smorimoto
2020-10-19  2:50 ` [PR REVIEW] " smorimoto
2020-10-19  2:51 ` smorimoto
2020-10-19 14:00 ` [PR PATCH] [Closed]: " ahesford
2020-10-19 14:21 ` smorimoto

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