Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qpwgraph: update to 0.2.1.
@ 2022-02-26 13:56 steinex
  2022-03-06 13:00 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: steinex @ 2022-02-26 13:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages qpwgraph
https://github.com/void-linux/void-packages/pull/35864

qpwgraph: update to 0.2.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 [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 [skip CI](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/35864.patch is attached

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

From 180506cf29cb7915364df9f719fe316689ef63bc Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 26 Feb 2022 14:49:17 +0100
Subject: [PATCH] qpwgraph: update to 0.2.1.

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

diff --git a/srcpkgs/qpwgraph/template b/srcpkgs/qpwgraph/template
index fe37c9e69f78..c57dd5105539 100644
--- a/srcpkgs/qpwgraph/template
+++ b/srcpkgs/qpwgraph/template
@@ -1,6 +1,6 @@
 # Template file for 'qpwgraph'
 pkgname=qpwgraph
-version=0.2.0
+version=0.2.1
 revision=1
 wrksrc="qpwgraph-v${version}"
 build_style=cmake
@@ -11,4 +11,4 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.freedesktop.org/rncbc/qpwgraph"
 distfiles="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v${version}/qpwgraph-v${version}.tar.gz"
-checksum=c6a5dfa3dc529eff34bcbf76dc223f58fdd48af3cd2f42464e2680d29db66f43
+checksum=5f250e2cc482aaaf7754aa2b7437dfa279313866dc0c0691a8a829f35edb9628

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

* Re: [PR REVIEW] qpwgraph: update to 0.2.1.
  2022-02-26 13:56 [PR PATCH] qpwgraph: update to 0.2.1 steinex
@ 2022-03-06 13:00 ` paper42
  2022-03-06 13:00 ` paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-03-06 13:00 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35864#discussion_r820231226

Comment:
```suggestion
homepage="https://gitlab.freedesktop.org/rncbc/qpwgraph"
changelog="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/raw/main/ChangeLog"
distfiles="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v${version}/qpwgraph-v${version}.tar.gz"
```

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

* Re: [PR REVIEW] qpwgraph: update to 0.2.1.
  2022-02-26 13:56 [PR PATCH] qpwgraph: update to 0.2.1 steinex
  2022-03-06 13:00 ` [PR REVIEW] " paper42
@ 2022-03-06 13:00 ` paper42
  2022-03-06 13:03 ` [PR PATCH] [Updated] " steinex
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-03-06 13:00 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35864#discussion_r820231239

Comment:
0.2.2 is out

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

* Re: [PR PATCH] [Updated] qpwgraph: update to 0.2.1.
  2022-02-26 13:56 [PR PATCH] qpwgraph: update to 0.2.1 steinex
  2022-03-06 13:00 ` [PR REVIEW] " paper42
  2022-03-06 13:00 ` paper42
@ 2022-03-06 13:03 ` steinex
  2022-03-06 13:06 ` [PR PATCH] [Updated] qpwgraph: update to 0.2.2 steinex
  2022-03-06 13:14 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: steinex @ 2022-03-06 13:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages qpwgraph
https://github.com/void-linux/void-packages/pull/35864

qpwgraph: update to 0.2.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 [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 [skip CI](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/35864.patch is attached

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

From 697ae76ebe90ce5012103c81a3d370b06bbede6a Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 26 Feb 2022 14:49:17 +0100
Subject: [PATCH] qpwgraph: update to 0.2.2.

---
 srcpkgs/qpwgraph/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qpwgraph/template b/srcpkgs/qpwgraph/template
index fe37c9e69f78..cb19601bbb89 100644
--- a/srcpkgs/qpwgraph/template
+++ b/srcpkgs/qpwgraph/template
@@ -1,6 +1,6 @@
 # Template file for 'qpwgraph'
 pkgname=qpwgraph
-version=0.2.0
+version=0.2.2
 revision=1
 wrksrc="qpwgraph-v${version}"
 build_style=cmake
@@ -10,5 +10,6 @@ short_desc="Graph manager for PipeWire"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.freedesktop.org/rncbc/qpwgraph"
+changelog="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/raw/main/ChangeLog"
 distfiles="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v${version}/qpwgraph-v${version}.tar.gz"
-checksum=c6a5dfa3dc529eff34bcbf76dc223f58fdd48af3cd2f42464e2680d29db66f43
+checksum=622592c7fab8be3281eefee8979706ea8a063c98eb0f48a0c4c87655c3de7abf

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

* Re: [PR PATCH] [Updated] qpwgraph: update to 0.2.2.
  2022-02-26 13:56 [PR PATCH] qpwgraph: update to 0.2.1 steinex
                   ` (2 preceding siblings ...)
  2022-03-06 13:03 ` [PR PATCH] [Updated] " steinex
@ 2022-03-06 13:06 ` steinex
  2022-03-06 13:14 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: steinex @ 2022-03-06 13:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages qpwgraph
https://github.com/void-linux/void-packages/pull/35864

qpwgraph: update to 0.2.2.
<!-- 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 [skip CI](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/35864.patch is attached

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

From 2a02f490e0f9f85e8024a33ff735c754ceb58cf0 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sat, 26 Feb 2022 14:49:17 +0100
Subject: [PATCH] qpwgraph: update to 0.2.2.

---
 srcpkgs/qpwgraph/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qpwgraph/template b/srcpkgs/qpwgraph/template
index fe37c9e69f78..cb19601bbb89 100644
--- a/srcpkgs/qpwgraph/template
+++ b/srcpkgs/qpwgraph/template
@@ -1,6 +1,6 @@
 # Template file for 'qpwgraph'
 pkgname=qpwgraph
-version=0.2.0
+version=0.2.2
 revision=1
 wrksrc="qpwgraph-v${version}"
 build_style=cmake
@@ -10,5 +10,6 @@ short_desc="Graph manager for PipeWire"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.freedesktop.org/rncbc/qpwgraph"
+changelog="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/raw/main/ChangeLog"
 distfiles="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v${version}/qpwgraph-v${version}.tar.gz"
-checksum=c6a5dfa3dc529eff34bcbf76dc223f58fdd48af3cd2f42464e2680d29db66f43
+checksum=622592c7fab8be3281eefee8979706ea8a063c98eb0f48a0c4c87655c3de7abf

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

* Re: [PR PATCH] [Merged]: qpwgraph: update to 0.2.2.
  2022-02-26 13:56 [PR PATCH] qpwgraph: update to 0.2.1 steinex
                   ` (3 preceding siblings ...)
  2022-03-06 13:06 ` [PR PATCH] [Updated] qpwgraph: update to 0.2.2 steinex
@ 2022-03-06 13:14 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-03-06 13:14 UTC (permalink / raw)
  To: ml

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

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

qpwgraph: update to 0.2.2.
https://github.com/void-linux/void-packages/pull/35864

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 [skip CI](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] 6+ messages in thread

end of thread, other threads:[~2022-03-06 13:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-26 13:56 [PR PATCH] qpwgraph: update to 0.2.1 steinex
2022-03-06 13:00 ` [PR REVIEW] " paper42
2022-03-06 13:00 ` paper42
2022-03-06 13:03 ` [PR PATCH] [Updated] " steinex
2022-03-06 13:06 ` [PR PATCH] [Updated] qpwgraph: update to 0.2.2 steinex
2022-03-06 13:14 ` [PR PATCH] [Merged]: " paper42

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