Github messages for voidlinux
 help / color / mirror / Atom feed
From: RunningDroid <RunningDroid@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Update Clight & Clightd
Date: Sun, 29 May 2022 04:35:49 +0200	[thread overview]
Message-ID: <20220529023549.j1WkfS-mNhInJgnHcu9-SBG9VPcBHhHxsNxW3dIBO34@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36388@inbox.vuxu.org>

[-- 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/

  reply	other threads:[~2022-05-29  2:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-27 22:39 [PR PATCH] " RunningDroid
2022-05-29  2:35 ` RunningDroid [this message]
2022-08-01  0:16 ` [PR PATCH] [Closed]: " RunningDroid

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220529023549.j1WkfS-mNhInJgnHcu9-SBG9VPcBHhHxsNxW3dIBO34@z \
    --to=runningdroid@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).