Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt
@ 2022-05-14 12:13 subnut
  2022-05-14 12:24 ` subnut
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: subnut @ 2022-05-14 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages ddcci-dkms
https://github.com/void-linux/void-packages/pull/37127

ddcci-dkms: fix update-check, update to 0.4.2, adopt
<!-- 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 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, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Contains the changes of #37124 

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

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

From bce6d784c156e3aa33a7e77113c035c78bf0f8c0 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sat, 14 May 2022 14:01:12 +0530
Subject: [PATCH 1/2] ddcci-dkms: fix update-check

---
 srcpkgs/ddcci-dkms/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/ddcci-dkms/update

diff --git a/srcpkgs/ddcci-dkms/update b/srcpkgs/ddcci-dkms/update
new file mode 100644
index 000000000000..c0a70d9179b8
--- /dev/null
+++ b/srcpkgs/ddcci-dkms/update
@@ -0,0 +1 @@
+pkgname=ddcci-driver-linux

From 03ca38b0b7c6843ed87d126476bc11f9e1740fef Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sat, 14 May 2022 14:09:10 +0530
Subject: [PATCH 2/2] ddcci-dkms: update to 0.4.2, adopt

---
 srcpkgs/ddcci-dkms/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ddcci-dkms/template b/srcpkgs/ddcci-dkms/template
index 958e1c63c6ea..1219bfa54faf 100644
--- a/srcpkgs/ddcci-dkms/template
+++ b/srcpkgs/ddcci-dkms/template
@@ -1,20 +1,20 @@
 # Template file for 'ddcci-dkms'
 pkgname=ddcci-dkms
-version=0.4.1
+version=0.4.2
 revision=1
 wrksrc="ddcci-driver-linux-v${version}"
-makedepends="linux-headers kmod"
 depends="dkms"
 short_desc="Pair of Linux kernel drivers for DDC/CI monitors (DKMS)"
-maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
+maintainer="Subhaditya Nath <sn03.general@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/"
 distfiles="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/archive/v${version}/ddcci-driver-linux-v${version}.tar.gz"
-checksum=518859ebb0e553a333e8b19a2eccff0f48af1b5b91469678dfb74f1b4357893b
+checksum=ae70c6049c9020ce0557f3ccf3a3982be760c007410eb0441c668f30116edabd
 dkms_modules="ddcci ${version}"
 
 do_install() {
+	vdoc README.md
+	rm LICENSE README.md
 	vmkdir usr/src/ddcci-${version}
 	vcopy "*" usr/src/ddcci-${version}
-	vdoc "README.md"
 }

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

* Re: ddcci-dkms: fix update-check, update to 0.4.2, adopt
  2022-05-14 12:13 [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt subnut
@ 2022-05-14 12:24 ` subnut
  2022-05-14 15:23 ` zenfailure
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: subnut @ 2022-05-14 12:24 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/37127#issuecomment-1126706817

Comment:
Hey @zenfailure, is it okay if I take over maintainership of this package?

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

* Re: ddcci-dkms: fix update-check, update to 0.4.2, adopt
  2022-05-14 12:13 [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt subnut
  2022-05-14 12:24 ` subnut
@ 2022-05-14 15:23 ` zenfailure
  2022-05-14 15:24 ` zenfailure
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zenfailure @ 2022-05-14 15:23 UTC (permalink / raw)
  To: ml

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

New comment by zenfailure on void-packages repository

https://github.com/void-linux/void-packages/pull/37127#issuecomment-1126735904

Comment:
Hey @subnut, absolutely, you'd be doing me a favor actually.

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

* Re: ddcci-dkms: fix update-check, update to 0.4.2, adopt
  2022-05-14 12:13 [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt subnut
  2022-05-14 12:24 ` subnut
  2022-05-14 15:23 ` zenfailure
@ 2022-05-14 15:24 ` zenfailure
  2022-05-14 18:00 ` subnut
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zenfailure @ 2022-05-14 15:24 UTC (permalink / raw)
  To: ml

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

New comment by zenfailure on void-packages repository

https://github.com/void-linux/void-packages/pull/37127#issuecomment-1126735904

Comment:
Hey @subnut, absolutely, you'd be doing me a favor actually. Is there anything to do on my part? Or the void team will just allow you to commit over your future changes?

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

* Re: ddcci-dkms: fix update-check, update to 0.4.2, adopt
  2022-05-14 12:13 [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt subnut
                   ` (2 preceding siblings ...)
  2022-05-14 15:24 ` zenfailure
@ 2022-05-14 18:00 ` subnut
  2022-05-14 19:22 ` [PR PATCH] [Updated] " subnut
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: subnut @ 2022-05-14 18:00 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/37127#issuecomment-1126785767

Comment:
> Is there anything to do on my part?

Nope. Your confirmation is all that's needed. :slightly_smiling_face:

> you'd be doing me a favor

Glad to do so. :grin: 

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

* Re: [PR PATCH] [Updated] ddcci-dkms: fix update-check, update to 0.4.2, adopt
  2022-05-14 12:13 [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt subnut
                   ` (3 preceding siblings ...)
  2022-05-14 18:00 ` subnut
@ 2022-05-14 19:22 ` subnut
  2022-05-15  3:23 ` subnut
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: subnut @ 2022-05-14 19:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages ddcci-dkms
https://github.com/void-linux/void-packages/pull/37127

ddcci-dkms: fix update-check, update to 0.4.2, adopt
<!-- 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 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, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Contains the changes of #37124 

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

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

From bce6d784c156e3aa33a7e77113c035c78bf0f8c0 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sat, 14 May 2022 14:01:12 +0530
Subject: [PATCH 1/2] ddcci-dkms: fix update-check

---
 srcpkgs/ddcci-dkms/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/ddcci-dkms/update

diff --git a/srcpkgs/ddcci-dkms/update b/srcpkgs/ddcci-dkms/update
new file mode 100644
index 000000000000..c0a70d9179b8
--- /dev/null
+++ b/srcpkgs/ddcci-dkms/update
@@ -0,0 +1 @@
+pkgname=ddcci-driver-linux

From f9a5e85f294d6c8ad2b77242a4f77f278ab5428f Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sat, 14 May 2022 14:09:10 +0530
Subject: [PATCH 2/2] ddcci-dkms: update to 0.4.2, adopt

---
 srcpkgs/ddcci-dkms/template | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/ddcci-dkms/template b/srcpkgs/ddcci-dkms/template
index 958e1c63c6ea..42fdaa8a997f 100644
--- a/srcpkgs/ddcci-dkms/template
+++ b/srcpkgs/ddcci-dkms/template
@@ -1,20 +1,26 @@
 # Template file for 'ddcci-dkms'
+_modname=ddcci
 pkgname=ddcci-dkms
-version=0.4.1
+version=0.4.2
 revision=1
 wrksrc="ddcci-driver-linux-v${version}"
-makedepends="linux-headers kmod"
 depends="dkms"
 short_desc="Pair of Linux kernel drivers for DDC/CI monitors (DKMS)"
-maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
+maintainer="Subhaditya Nath <sn03.general@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/"
 distfiles="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/archive/v${version}/ddcci-driver-linux-v${version}.tar.gz"
-checksum=518859ebb0e553a333e8b19a2eccff0f48af1b5b91469678dfb74f1b4357893b
-dkms_modules="ddcci ${version}"
+checksum=ae70c6049c9020ce0557f3ccf3a3982be760c007410eb0441c668f30116edabd
+dkms_modules="${_modname} ${version}"
 
 do_install() {
+	vdoc README.md
+	rm LICENSE README.md
+
 	vmkdir usr/src/ddcci-${version}
 	vcopy "*" usr/src/ddcci-${version}
-	vdoc "README.md"
+
+	vmkdir usr/lib/modules-load.d
+	echo "${_modname}" > "${_modname}-module.conf"
+	vcopy "${_modname}-module.conf" usr/lib/modules-load.d
 }

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

* Re: [PR PATCH] [Updated] ddcci-dkms: fix update-check, update to 0.4.2, adopt
  2022-05-14 12:13 [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt subnut
                   ` (4 preceding siblings ...)
  2022-05-14 19:22 ` [PR PATCH] [Updated] " subnut
@ 2022-05-15  3:23 ` subnut
  2022-05-21 15:09 ` ddcci-dkms: fix update-check, update to 0.4.2, adopt, fix build on `linux5.15` ericonr
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: subnut @ 2022-05-15  3:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages ddcci-dkms
https://github.com/void-linux/void-packages/pull/37127

ddcci-dkms: fix update-check, update to 0.4.2, adopt
<!-- 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 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, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Contains the changes of #37124 

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

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

From bce6d784c156e3aa33a7e77113c035c78bf0f8c0 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sat, 14 May 2022 14:01:12 +0530
Subject: [PATCH 1/2] ddcci-dkms: fix update-check

---
 srcpkgs/ddcci-dkms/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/ddcci-dkms/update

diff --git a/srcpkgs/ddcci-dkms/update b/srcpkgs/ddcci-dkms/update
new file mode 100644
index 000000000000..c0a70d9179b8
--- /dev/null
+++ b/srcpkgs/ddcci-dkms/update
@@ -0,0 +1 @@
+pkgname=ddcci-driver-linux

From d27d947488852d26ccf40f0c4fbde4184399ed79 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sat, 14 May 2022 14:09:10 +0530
Subject: [PATCH 2/2] ddcci-dkms: update to 0.4.2, adopt

---
 srcpkgs/ddcci-dkms/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ddcci-dkms/template b/srcpkgs/ddcci-dkms/template
index 958e1c63c6ea..ec8e3fcd2b76 100644
--- a/srcpkgs/ddcci-dkms/template
+++ b/srcpkgs/ddcci-dkms/template
@@ -1,20 +1,21 @@
 # Template file for 'ddcci-dkms'
 pkgname=ddcci-dkms
-version=0.4.1
+version=0.4.2
 revision=1
 wrksrc="ddcci-driver-linux-v${version}"
-makedepends="linux-headers kmod"
 depends="dkms"
 short_desc="Pair of Linux kernel drivers for DDC/CI monitors (DKMS)"
-maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
+maintainer="Subhaditya Nath <sn03.general@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/"
 distfiles="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/archive/v${version}/ddcci-driver-linux-v${version}.tar.gz"
-checksum=518859ebb0e553a333e8b19a2eccff0f48af1b5b91469678dfb74f1b4357893b
+checksum=ae70c6049c9020ce0557f3ccf3a3982be760c007410eb0441c668f30116edabd
 dkms_modules="ddcci ${version}"
 
 do_install() {
+	vdoc README.md
+	rm LICENSE README.md
+
 	vmkdir usr/src/ddcci-${version}
 	vcopy "*" usr/src/ddcci-${version}
-	vdoc "README.md"
 }

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

* Re: ddcci-dkms: fix update-check, update to 0.4.2, adopt, fix build on `linux5.15`
  2022-05-14 12:13 [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt subnut
                   ` (5 preceding siblings ...)
  2022-05-15  3:23 ` subnut
@ 2022-05-21 15:09 ` ericonr
  2022-05-21 15:39 ` [PR PATCH] [Updated] " subnut
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2022-05-21 15:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/37127#issuecomment-1133649844

Comment:
Can you squash the two commits? It's better to have this as a single change.

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

* Re: [PR PATCH] [Updated] ddcci-dkms: fix update-check, update to 0.4.2, adopt, fix build on `linux5.15`
  2022-05-14 12:13 [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt subnut
                   ` (6 preceding siblings ...)
  2022-05-21 15:09 ` ddcci-dkms: fix update-check, update to 0.4.2, adopt, fix build on `linux5.15` ericonr
@ 2022-05-21 15:39 ` subnut
  2022-05-21 15:39 ` subnut
  2022-05-21 15:43 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: subnut @ 2022-05-21 15:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages ddcci-dkms
https://github.com/void-linux/void-packages/pull/37127

ddcci-dkms: fix update-check, update to 0.4.2, adopt, fix build on `linux5.15`
<!-- 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 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, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Contains the changes of #37124 

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

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

From e64ab2119b4fae9ec3e980669373177fdd5c5685 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sat, 14 May 2022 14:01:12 +0530
Subject: [PATCH] ddcci-dkms: update to 0.4.2, fix update-check

---
 srcpkgs/ddcci-dkms/template | 11 ++++++-----
 srcpkgs/ddcci-dkms/update   |  1 +
 2 files changed, 7 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/ddcci-dkms/update

diff --git a/srcpkgs/ddcci-dkms/template b/srcpkgs/ddcci-dkms/template
index 958e1c63c6ea..ec8e3fcd2b76 100644
--- a/srcpkgs/ddcci-dkms/template
+++ b/srcpkgs/ddcci-dkms/template
@@ -1,20 +1,21 @@
 # Template file for 'ddcci-dkms'
 pkgname=ddcci-dkms
-version=0.4.1
+version=0.4.2
 revision=1
 wrksrc="ddcci-driver-linux-v${version}"
-makedepends="linux-headers kmod"
 depends="dkms"
 short_desc="Pair of Linux kernel drivers for DDC/CI monitors (DKMS)"
-maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
+maintainer="Subhaditya Nath <sn03.general@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/"
 distfiles="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/archive/v${version}/ddcci-driver-linux-v${version}.tar.gz"
-checksum=518859ebb0e553a333e8b19a2eccff0f48af1b5b91469678dfb74f1b4357893b
+checksum=ae70c6049c9020ce0557f3ccf3a3982be760c007410eb0441c668f30116edabd
 dkms_modules="ddcci ${version}"
 
 do_install() {
+	vdoc README.md
+	rm LICENSE README.md
+
 	vmkdir usr/src/ddcci-${version}
 	vcopy "*" usr/src/ddcci-${version}
-	vdoc "README.md"
 }
diff --git a/srcpkgs/ddcci-dkms/update b/srcpkgs/ddcci-dkms/update
new file mode 100644
index 000000000000..c0a70d9179b8
--- /dev/null
+++ b/srcpkgs/ddcci-dkms/update
@@ -0,0 +1 @@
+pkgname=ddcci-driver-linux

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

* Re: ddcci-dkms: fix update-check, update to 0.4.2, adopt, fix build on `linux5.15`
  2022-05-14 12:13 [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt subnut
                   ` (7 preceding siblings ...)
  2022-05-21 15:39 ` [PR PATCH] [Updated] " subnut
@ 2022-05-21 15:39 ` subnut
  2022-05-21 15:43 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: subnut @ 2022-05-21 15:39 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/37127#issuecomment-1133656170

Comment:
@ericonr Done.

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

* Re: [PR PATCH] [Merged]: ddcci-dkms: fix update-check, update to 0.4.2, adopt, fix build on `linux5.15`
  2022-05-14 12:13 [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt subnut
                   ` (8 preceding siblings ...)
  2022-05-21 15:39 ` subnut
@ 2022-05-21 15:43 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2022-05-21 15:43 UTC (permalink / raw)
  To: ml

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

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

ddcci-dkms: fix update-check, update to 0.4.2, adopt, fix build on `linux5.15`
https://github.com/void-linux/void-packages/pull/37127

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 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, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Contains the changes of #37124 

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

end of thread, other threads:[~2022-05-21 15:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-14 12:13 [PR PATCH] ddcci-dkms: fix update-check, update to 0.4.2, adopt subnut
2022-05-14 12:24 ` subnut
2022-05-14 15:23 ` zenfailure
2022-05-14 15:24 ` zenfailure
2022-05-14 18:00 ` subnut
2022-05-14 19:22 ` [PR PATCH] [Updated] " subnut
2022-05-15  3:23 ` subnut
2022-05-21 15:09 ` ddcci-dkms: fix update-check, update to 0.4.2, adopt, fix build on `linux5.15` ericonr
2022-05-21 15:39 ` [PR PATCH] [Updated] " subnut
2022-05-21 15:39 ` subnut
2022-05-21 15:43 ` [PR PATCH] [Merged]: " ericonr

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