Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sof-tools: update to 1.9.3
@ 2021-12-07 20:33 cinerea0
  2021-12-07 20:39 ` [PR PATCH] [Updated] " cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2021-12-07 20:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages sof
https://github.com/void-linux/void-packages/pull/34423

sof-tools: update to 1.9.3
<!-- 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/34423.patch is attached

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

From 0e3cdea748baa5f826a06951e8c2bc521c6c30b7 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 7 Dec 2021 15:32:34 -0500
Subject: [PATCH] sof-tools: update to 1.9.3

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

diff --git a/srcpkgs/sof-tools/template b/srcpkgs/sof-tools/template
index ecd8c553e5b1..3967820925ec 100644
--- a/srcpkgs/sof-tools/template
+++ b/srcpkgs/sof-tools/template
@@ -1,9 +1,9 @@
 # Template file for 'sof-tools'
 pkgname=sof-tools
-version=1.9.2
+version=1.9.3
 revision=1
 # https://github.com/thesofproject/sof/issues/4902
-archs="x86_64"
+#archs="x86_64"
 wrksrc="sof-${version}"
 build_wrksrc="tools"
 build_style=cmake
@@ -14,7 +14,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://thesofproject.github.io/latest/index.html"
 distfiles="https://github.com/thesofproject/sof/archive/refs/tags/v${version}.tar.gz"
-checksum=77fc2200f96c565b18b5975fc2ac19c54a93e83502f13b4f782567e5c44f45da
+checksum=fdb791cf9e1ee71f13d8cc6992b42d3148e63bdeab98cde8bb97313249e13841
 
 post_install() {
 	vlicense ../LICENCE

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

* Re: [PR PATCH] [Updated] sof-tools: update to 1.9.3
  2021-12-07 20:33 [PR PATCH] sof-tools: update to 1.9.3 cinerea0
@ 2021-12-07 20:39 ` cinerea0
  2021-12-09  4:48 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2021-12-07 20:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages sof
https://github.com/void-linux/void-packages/pull/34423

sof-tools: update to 1.9.3
<!-- 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/34423.patch is attached

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

From 3a09f22303f2008049dcf77e00e6412eec37d4af Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 7 Dec 2021 15:39:07 -0500
Subject: [PATCH] sof-tools: update to 1.9.3

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

diff --git a/srcpkgs/sof-tools/template b/srcpkgs/sof-tools/template
index ecd8c553e5b1..777024b22520 100644
--- a/srcpkgs/sof-tools/template
+++ b/srcpkgs/sof-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'sof-tools'
 pkgname=sof-tools
-version=1.9.2
+version=1.9.3
 revision=1
 # https://github.com/thesofproject/sof/issues/4902
 archs="x86_64"
@@ -14,7 +14,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://thesofproject.github.io/latest/index.html"
 distfiles="https://github.com/thesofproject/sof/archive/refs/tags/v${version}.tar.gz"
-checksum=77fc2200f96c565b18b5975fc2ac19c54a93e83502f13b4f782567e5c44f45da
+checksum=fdb791cf9e1ee71f13d8cc6992b42d3148e63bdeab98cde8bb97313249e13841
 
 post_install() {
 	vlicense ../LICENCE

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

* Re: sof-tools: update to 1.9.3
  2021-12-07 20:33 [PR PATCH] sof-tools: update to 1.9.3 cinerea0
  2021-12-07 20:39 ` [PR PATCH] [Updated] " cinerea0
@ 2021-12-09  4:48 ` ericonr
  2021-12-09  5:51 ` cinerea0
  2021-12-09  5:51 ` [PR PATCH] [Closed]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-12-09  4:48 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34423#issuecomment-989508920

Comment:
There's a 2.0 tag, why not move to it? Neither it nor 1.9.3 are released.

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

* Re: sof-tools: update to 1.9.3
  2021-12-07 20:33 [PR PATCH] sof-tools: update to 1.9.3 cinerea0
  2021-12-07 20:39 ` [PR PATCH] [Updated] " cinerea0
  2021-12-09  4:48 ` ericonr
@ 2021-12-09  5:51 ` cinerea0
  2021-12-09  5:51 ` [PR PATCH] [Closed]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2021-12-09  5:51 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/34423#issuecomment-989536659

Comment:
I only saw the version update when running `xcheckmypkgs`, so I didn't see that this wasn't a proper release. Closing now.

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

* Re: [PR PATCH] [Closed]: sof-tools: update to 1.9.3
  2021-12-07 20:33 [PR PATCH] sof-tools: update to 1.9.3 cinerea0
                   ` (2 preceding siblings ...)
  2021-12-09  5:51 ` cinerea0
@ 2021-12-09  5:51 ` cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2021-12-09  5:51 UTC (permalink / raw)
  To: ml

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

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

sof-tools: update to 1.9.3
https://github.com/void-linux/void-packages/pull/34423

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] 5+ messages in thread

end of thread, other threads:[~2021-12-09  5:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 20:33 [PR PATCH] sof-tools: update to 1.9.3 cinerea0
2021-12-07 20:39 ` [PR PATCH] [Updated] " cinerea0
2021-12-09  4:48 ` ericonr
2021-12-09  5:51 ` cinerea0
2021-12-09  5:51 ` [PR PATCH] [Closed]: " cinerea0

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