Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update Clight & Clightd
@ 2022-03-27 22:39 RunningDroid
  2022-05-29  2:35 ` [PR PATCH] [Updated] " RunningDroid
  2022-08-01  0:16 ` [PR PATCH] [Closed]: " RunningDroid
  0 siblings, 2 replies; 3+ messages in thread
From: RunningDroid @ 2022-03-27 22:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages update_Clight
https://github.com/void-linux/void-packages/pull/36388

Update Clight & Clightd
<!-- 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 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/36388.patch is attached

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

From f30f99841399336ca6a6e004b08cfff6e380db58 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Sun, 27 Mar 2022 18:14:13 -0400
Subject: [PATCH 1/2] Clight: update to 4.8.

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

diff --git a/srcpkgs/Clight/template b/srcpkgs/Clight/template
index e70d25d173dd..94eeb1934edc 100644
--- a/srcpkgs/Clight/template
+++ b/srcpkgs/Clight/template
@@ -1,7 +1,7 @@
 # Template file for 'Clight'
 pkgname=Clight
-version=4.7
-revision=2
+version=4.8
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="popt-devel gsl-devel libconfig-devel elogind-devel bash-completion
@@ -12,7 +12,7 @@ maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/FedeDP/Clight"
 distfiles="https://github.com/FedeDP/Clight/archive/${version}.tar.gz"
-checksum=a4fc09f118eaa79d5fe9d5f19a2adc323b6401ece7f074e34cb577eec2121833
+checksum=5d3db27bbc48c5d78886aec6699521c121206a46a43a728642c7ee6a50689a36
 
 post_install() {
 	vcompletion Extra/completions/_clight zsh

From 759b769dffe84524028454bf885e9b375d9682c5 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Sun, 27 Mar 2022 18:21:27 -0400
Subject: [PATCH 2/2] Clightd: update to 5.6.

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

diff --git a/srcpkgs/Clightd/template b/srcpkgs/Clightd/template
index 2018393638c7..40d5bf600432 100644
--- a/srcpkgs/Clightd/template
+++ b/srcpkgs/Clightd/template
@@ -1,6 +1,6 @@
 # Template file for 'Clightd'
 pkgname=Clightd
-version=5.4
+version=5.6
 revision=1
 build_style=cmake
 cmake_builddir=build
@@ -15,7 +15,7 @@ maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/FedeDP/Clightd"
 distfiles="https://github.com/FedeDP/Clightd/archive/${version}.tar.gz"
-checksum=454e390c91a7f3ee8e74b1dc40d78ca4ade62d83546f0e298cdad1c919e43302
+checksum=c629cb3a83e17677cc146f366a53768bca8c944d92b2a96d6091e4c564810267
 
 post_install() {
 	vinstall Scripts/i2c_clightd.conf 644 /usr/lib/modules-load.d/

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

* Re: [PR PATCH] [Updated] Update Clight & Clightd
  2022-03-27 22:39 [PR PATCH] Update Clight & Clightd RunningDroid
@ 2022-05-29  2:35 ` RunningDroid
  2022-08-01  0:16 ` [PR PATCH] [Closed]: " RunningDroid
  1 sibling, 0 replies; 3+ messages in thread
From: RunningDroid @ 2022-05-29  2:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages update_Clight
https://github.com/void-linux/void-packages/pull/36388

Update Clight & Clightd
<!-- 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 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/36388.patch is attached

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

From ae724c01c3acdcaabf6a7fa3a67c07e460f0fd03 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Sun, 27 Mar 2022 18:14:13 -0400
Subject: [PATCH 1/2] Clight: update to 4.8.

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

diff --git a/srcpkgs/Clight/template b/srcpkgs/Clight/template
index e70d25d173dd..94eeb1934edc 100644
--- a/srcpkgs/Clight/template
+++ b/srcpkgs/Clight/template
@@ -1,7 +1,7 @@
 # Template file for 'Clight'
 pkgname=Clight
-version=4.7
-revision=2
+version=4.8
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="popt-devel gsl-devel libconfig-devel elogind-devel bash-completion
@@ -12,7 +12,7 @@ maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/FedeDP/Clight"
 distfiles="https://github.com/FedeDP/Clight/archive/${version}.tar.gz"
-checksum=a4fc09f118eaa79d5fe9d5f19a2adc323b6401ece7f074e34cb577eec2121833
+checksum=5d3db27bbc48c5d78886aec6699521c121206a46a43a728642c7ee6a50689a36
 
 post_install() {
 	vcompletion Extra/completions/_clight zsh

From 4e9eab123ab5efe30d3c1a44ad17018a24bb39d4 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Sun, 27 Mar 2022 18:21:27 -0400
Subject: [PATCH 2/2] Clightd: update to 5.6.

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

diff --git a/srcpkgs/Clightd/template b/srcpkgs/Clightd/template
index 2018393638c7..40d5bf600432 100644
--- a/srcpkgs/Clightd/template
+++ b/srcpkgs/Clightd/template
@@ -1,6 +1,6 @@
 # Template file for 'Clightd'
 pkgname=Clightd
-version=5.4
+version=5.6
 revision=1
 build_style=cmake
 cmake_builddir=build
@@ -15,7 +15,7 @@ maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/FedeDP/Clightd"
 distfiles="https://github.com/FedeDP/Clightd/archive/${version}.tar.gz"
-checksum=454e390c91a7f3ee8e74b1dc40d78ca4ade62d83546f0e298cdad1c919e43302
+checksum=c629cb3a83e17677cc146f366a53768bca8c944d92b2a96d6091e4c564810267
 
 post_install() {
 	vinstall Scripts/i2c_clightd.conf 644 /usr/lib/modules-load.d/

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

* Re: [PR PATCH] [Closed]: Update Clight & Clightd
  2022-03-27 22:39 [PR PATCH] Update Clight & Clightd RunningDroid
  2022-05-29  2:35 ` [PR PATCH] [Updated] " RunningDroid
@ 2022-08-01  0:16 ` RunningDroid
  1 sibling, 0 replies; 3+ messages in thread
From: RunningDroid @ 2022-08-01  0:16 UTC (permalink / raw)
  To: ml

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

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

Update Clight & Clightd
https://github.com/void-linux/void-packages/pull/36388

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

end of thread, other threads:[~2022-08-01  0:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-27 22:39 [PR PATCH] Update Clight & Clightd RunningDroid
2022-05-29  2:35 ` [PR PATCH] [Updated] " RunningDroid
2022-08-01  0:16 ` [PR PATCH] [Closed]: " RunningDroid

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