Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pipe-viewer: update to 0.3.1.
@ 2022-09-12 15:35 r-ricci
  2022-09-14  6:56 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: r-ricci @ 2022-09-12 15:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/r-ricci/void-packages pipe-viewer
https://github.com/void-linux/void-packages/pull/39248

pipe-viewer: update to 0.3.1.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/39248.patch is attached

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

From e2a2515e61dc4dd5ea33e895ec58f16e7fb71fed Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Mon, 12 Sep 2022 16:41:54 +0200
Subject: [PATCH] pipe-viewer: update to 0.3.1.

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

diff --git a/srcpkgs/pipe-viewer/template b/srcpkgs/pipe-viewer/template
index e8d1e40e3c04..9dc3aad1bef7 100644
--- a/srcpkgs/pipe-viewer/template
+++ b/srcpkgs/pipe-viewer/template
@@ -1,6 +1,6 @@
 # Template file for 'pipe-viewer'
 pkgname=pipe-viewer
-version=0.2.3
+version=0.3.1
 revision=1
 build_style=perl-ModuleBuild
 configure_args="--gtk"
@@ -14,7 +14,7 @@ license="Artistic-2.0"
 homepage="https://github.com/trizen/pipe-viewer"
 changelog="https://github.com/trizen/pipe-viewer/releases"
 distfiles="https://github.com/trizen/pipe-viewer/archive/${version}.tar.gz"
-checksum=08d585c6e07236975d6cb8275fc8c1f42996e0755246207a5b0197e19739ecdd
+checksum=d4fa9add3b91f81d78c27e452e09657c8fb669f99f10c3a46c863669cd44e231
 
 pipe-viewer-gtk_package() {
 	depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"

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

* Re: [PR REVIEW] pipe-viewer: update to 0.3.1.
  2022-09-12 15:35 [PR PATCH] pipe-viewer: update to 0.3.1 r-ricci
@ 2022-09-14  6:56 ` classabbyamp
  2022-09-14  7:59 ` r-ricci
  2022-09-14  8:02 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-14  6:56 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39248#discussion_r970397220

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/trizen/pipe-viewer/main/Changes"
```

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

* Re: [PR REVIEW] pipe-viewer: update to 0.3.1.
  2022-09-12 15:35 [PR PATCH] pipe-viewer: update to 0.3.1 r-ricci
  2022-09-14  6:56 ` [PR REVIEW] " classabbyamp
@ 2022-09-14  7:59 ` r-ricci
  2022-09-14  8:02 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: r-ricci @ 2022-09-14  7:59 UTC (permalink / raw)
  To: ml

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

New review comment by r-ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/39248#discussion_r970459959

Comment:
They don't have the same exact content. The releases page is a bit more detailed.

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

* Re: [PR PATCH] [Merged]: pipe-viewer: update to 0.3.1.
  2022-09-12 15:35 [PR PATCH] pipe-viewer: update to 0.3.1 r-ricci
  2022-09-14  6:56 ` [PR REVIEW] " classabbyamp
  2022-09-14  7:59 ` r-ricci
@ 2022-09-14  8:02 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-14  8:02 UTC (permalink / raw)
  To: ml

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

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

pipe-viewer: update to 0.3.1.
https://github.com/void-linux/void-packages/pull/39248

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 4+ messages in thread

end of thread, other threads:[~2022-09-14  8:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-12 15:35 [PR PATCH] pipe-viewer: update to 0.3.1 r-ricci
2022-09-14  6:56 ` [PR REVIEW] " classabbyamp
2022-09-14  7:59 ` r-ricci
2022-09-14  8:02 ` [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).