Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] scid_vs_pc: update to 4.22
@ 2021-12-06 12:13 clyhtsuriva
  2021-12-06 12:14 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: clyhtsuriva @ 2021-12-06 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages scid_vs_pc-update
https://github.com/void-linux/void-packages/pull/34407

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

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, x86_64
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From b615902afd49fd68b6a9ee42e156a01d6e31b226 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 6 Dec 2021 13:11:30 +0100
Subject: [PATCH] scid_vs_pc: update to 4.22

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

diff --git a/srcpkgs/scid_vs_pc/template b/srcpkgs/scid_vs_pc/template
index bc592cafce70..6093d330f8b4 100644
--- a/srcpkgs/scid_vs_pc/template
+++ b/srcpkgs/scid_vs_pc/template
@@ -1,6 +1,6 @@
 # Template file for 'scid_vs_pc'
 pkgname=scid_vs_pc
-version=4.21
+version=4.22
 revision=2
 build_style=configure
 hostmakedepends="tcl"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://scidvspc.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/scidvspc/source/scid_vs_pc-${version}.tgz"
-checksum=5ee9fdfe8a72306bf8f8e651832ea7461236c5a3120d672aaf0b430a852e55d3
+checksum=3d21c33eb7e1248fc3c845502e8f0291aae0a9ffe2506e4f82f51b3bfe163493
 
 do_configure() {
 	./configure CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \

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

* Re: [PR PATCH] [Updated] scid_vs_pc: update to 4.22
  2021-12-06 12:13 [PR PATCH] scid_vs_pc: update to 4.22 clyhtsuriva
@ 2021-12-06 12:14 ` clyhtsuriva
  2021-12-06 12:21 ` clyhtsuriva
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2021-12-06 12:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages scid_vs_pc-update
https://github.com/void-linux/void-packages/pull/34407

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

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, x86_64
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From b615902afd49fd68b6a9ee42e156a01d6e31b226 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 6 Dec 2021 13:11:30 +0100
Subject: [PATCH 1/2] scid_vs_pc: update to 4.22

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

diff --git a/srcpkgs/scid_vs_pc/template b/srcpkgs/scid_vs_pc/template
index bc592cafce70..6093d330f8b4 100644
--- a/srcpkgs/scid_vs_pc/template
+++ b/srcpkgs/scid_vs_pc/template
@@ -1,6 +1,6 @@
 # Template file for 'scid_vs_pc'
 pkgname=scid_vs_pc
-version=4.21
+version=4.22
 revision=2
 build_style=configure
 hostmakedepends="tcl"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://scidvspc.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/scidvspc/source/scid_vs_pc-${version}.tgz"
-checksum=5ee9fdfe8a72306bf8f8e651832ea7461236c5a3120d672aaf0b430a852e55d3
+checksum=3d21c33eb7e1248fc3c845502e8f0291aae0a9ffe2506e4f82f51b3bfe163493
 
 do_configure() {
 	./configure CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \

From b6abd3d4359f4b06e79b513cd6f950c321ff27e7 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 6 Dec 2021 13:14:42 +0100
Subject: [PATCH 2/2] scid_vs_pc: update to 4.22

---
 srcpkgs/scid_vs_pc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scid_vs_pc/template b/srcpkgs/scid_vs_pc/template
index 6093d330f8b4..ed2e13d5d235 100644
--- a/srcpkgs/scid_vs_pc/template
+++ b/srcpkgs/scid_vs_pc/template
@@ -1,7 +1,7 @@
 # Template file for 'scid_vs_pc'
 pkgname=scid_vs_pc
 version=4.22
-revision=2
+revision=1
 build_style=configure
 hostmakedepends="tcl"
 makedepends="tk-devel"

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

* Re: [PR PATCH] [Updated] scid_vs_pc: update to 4.22
  2021-12-06 12:13 [PR PATCH] scid_vs_pc: update to 4.22 clyhtsuriva
  2021-12-06 12:14 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2021-12-06 12:21 ` clyhtsuriva
  2021-12-11  2:39 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2021-12-06 12:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages scid_vs_pc-update
https://github.com/void-linux/void-packages/pull/34407

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

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, x86_64
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From e0850508cd345279684edbe91874bae796fc4655 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 6 Dec 2021 13:11:30 +0100
Subject: [PATCH 1/2] scid_vs_pc: update to 4.22

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

diff --git a/srcpkgs/scid_vs_pc/template b/srcpkgs/scid_vs_pc/template
index bc592cafce70..6093d330f8b4 100644
--- a/srcpkgs/scid_vs_pc/template
+++ b/srcpkgs/scid_vs_pc/template
@@ -1,6 +1,6 @@
 # Template file for 'scid_vs_pc'
 pkgname=scid_vs_pc
-version=4.21
+version=4.22
 revision=2
 build_style=configure
 hostmakedepends="tcl"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://scidvspc.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/scidvspc/source/scid_vs_pc-${version}.tgz"
-checksum=5ee9fdfe8a72306bf8f8e651832ea7461236c5a3120d672aaf0b430a852e55d3
+checksum=3d21c33eb7e1248fc3c845502e8f0291aae0a9ffe2506e4f82f51b3bfe163493
 
 do_configure() {
 	./configure CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \

From 58de9933f317cc7f4832ceec08e6074c0e13c1f0 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 6 Dec 2021 13:14:42 +0100
Subject: [PATCH 2/2] scid_vs_pc: update to 4.22

---
 srcpkgs/scid_vs_pc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/scid_vs_pc/template b/srcpkgs/scid_vs_pc/template
index 6093d330f8b4..ed2e13d5d235 100644
--- a/srcpkgs/scid_vs_pc/template
+++ b/srcpkgs/scid_vs_pc/template
@@ -1,7 +1,7 @@
 # Template file for 'scid_vs_pc'
 pkgname=scid_vs_pc
 version=4.22
-revision=2
+revision=1
 build_style=configure
 hostmakedepends="tcl"
 makedepends="tk-devel"

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

* Re: scid_vs_pc: update to 4.22
  2021-12-06 12:13 [PR PATCH] scid_vs_pc: update to 4.22 clyhtsuriva
  2021-12-06 12:14 ` [PR PATCH] [Updated] " clyhtsuriva
  2021-12-06 12:21 ` clyhtsuriva
@ 2021-12-11  2:39 ` ericonr
  2021-12-11 13:34 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-12-11  2:39 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34407#issuecomment-991417301

Comment:
Please squash the two commits together.

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

* Re: [PR PATCH] [Updated] scid_vs_pc: update to 4.22
  2021-12-06 12:13 [PR PATCH] scid_vs_pc: update to 4.22 clyhtsuriva
                   ` (2 preceding siblings ...)
  2021-12-11  2:39 ` ericonr
@ 2021-12-11 13:34 ` clyhtsuriva
  2021-12-11 13:36 ` clyhtsuriva
  2021-12-11 19:02 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2021-12-11 13:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages scid_vs_pc-update
https://github.com/void-linux/void-packages/pull/34407

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

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, x86_64
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 8f40e9f37282375ec204424c4247da84c3d29dee Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 6 Dec 2021 13:11:30 +0100
Subject: [PATCH] scid_vs_pc: update to 4.22

scid_vs_pc: update to 4.22
---
 srcpkgs/scid_vs_pc/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/scid_vs_pc/template b/srcpkgs/scid_vs_pc/template
index bc592cafce70..ed2e13d5d235 100644
--- a/srcpkgs/scid_vs_pc/template
+++ b/srcpkgs/scid_vs_pc/template
@@ -1,7 +1,7 @@
 # Template file for 'scid_vs_pc'
 pkgname=scid_vs_pc
-version=4.21
-revision=2
+version=4.22
+revision=1
 build_style=configure
 hostmakedepends="tcl"
 makedepends="tk-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://scidvspc.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/scidvspc/source/scid_vs_pc-${version}.tgz"
-checksum=5ee9fdfe8a72306bf8f8e651832ea7461236c5a3120d672aaf0b430a852e55d3
+checksum=3d21c33eb7e1248fc3c845502e8f0291aae0a9ffe2506e4f82f51b3bfe163493
 
 do_configure() {
 	./configure CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \

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

* Re: [PR PATCH] [Updated] scid_vs_pc: update to 4.22
  2021-12-06 12:13 [PR PATCH] scid_vs_pc: update to 4.22 clyhtsuriva
                   ` (3 preceding siblings ...)
  2021-12-11 13:34 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2021-12-11 13:36 ` clyhtsuriva
  2021-12-11 19:02 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2021-12-11 13:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages scid_vs_pc-update
https://github.com/void-linux/void-packages/pull/34407

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

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, x86_64
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 0b47d927538e9d8c16c34d6d4b336a78afe9c35f Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <aimeric@adjutor.xyz>
Date: Mon, 6 Dec 2021 13:11:30 +0100
Subject: [PATCH] scid_vs_pc: update to 4.22

scid_vs_pc: update to 4.22
---
 srcpkgs/scid_vs_pc/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/scid_vs_pc/template b/srcpkgs/scid_vs_pc/template
index bc592cafce70..ed2e13d5d235 100644
--- a/srcpkgs/scid_vs_pc/template
+++ b/srcpkgs/scid_vs_pc/template
@@ -1,7 +1,7 @@
 # Template file for 'scid_vs_pc'
 pkgname=scid_vs_pc
-version=4.21
-revision=2
+version=4.22
+revision=1
 build_style=configure
 hostmakedepends="tcl"
 makedepends="tk-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://scidvspc.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/scidvspc/source/scid_vs_pc-${version}.tgz"
-checksum=5ee9fdfe8a72306bf8f8e651832ea7461236c5a3120d672aaf0b430a852e55d3
+checksum=3d21c33eb7e1248fc3c845502e8f0291aae0a9ffe2506e4f82f51b3bfe163493
 
 do_configure() {
 	./configure CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \

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

* Re: [PR PATCH] [Merged]: scid_vs_pc: update to 4.22
  2021-12-06 12:13 [PR PATCH] scid_vs_pc: update to 4.22 clyhtsuriva
                   ` (4 preceding siblings ...)
  2021-12-11 13:36 ` clyhtsuriva
@ 2021-12-11 19:02 ` Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2021-12-11 19:02 UTC (permalink / raw)
  To: ml

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

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

scid_vs_pc: update to 4.22
https://github.com/void-linux/void-packages/pull/34407

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

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, x86_64
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

end of thread, other threads:[~2021-12-11 19:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06 12:13 [PR PATCH] scid_vs_pc: update to 4.22 clyhtsuriva
2021-12-06 12:14 ` [PR PATCH] [Updated] " clyhtsuriva
2021-12-06 12:21 ` clyhtsuriva
2021-12-11  2:39 ` ericonr
2021-12-11 13:34 ` [PR PATCH] [Updated] " clyhtsuriva
2021-12-11 13:36 ` clyhtsuriva
2021-12-11 19:02 ` [PR PATCH] [Merged]: " Duncaen

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