Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] brillo: update to 1.4.11
@ 2022-12-14 23:19 CameronNemo
  2022-12-18 11:31 ` [PR REVIEW] " paper42
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: CameronNemo @ 2022-12-14 23:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages brillo-1.4.11
https://github.com/void-linux/void-packages/pull/41094

brillo: update to 1.4.11
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/41094.patch is attached

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

From e91614e5f031676cf6d529f060a1237a632dd8e3 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Wed, 14 Dec 2022 15:15:54 -0800
Subject: [PATCH] brillo: update to 1.4.11

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

diff --git a/srcpkgs/brillo/template b/srcpkgs/brillo/template
index 9381c6b25481..70818dd9279d 100644
--- a/srcpkgs/brillo/template
+++ b/srcpkgs/brillo/template
@@ -1,6 +1,6 @@
 # Template file for 'brillo'
 pkgname=brillo
-version=1.4.10
+version=1.4.11
 revision=1
 build_style=gnu-makefile
 make_install_args="install.apparmor install.polkit"
@@ -10,4 +10,4 @@ maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/cameronnemo/brillo"
 distfiles="${homepage}/-/archive/v${version}/brillo-v$version.tar.gz"
-checksum=33eac5dde827fd1e293f6b9c8e0bdd3e5d90f9d7868cdc75f8be8ae4a43e4529
+checksum=74c155e0435c148eb9c0b08a4d2dfcac8f7e33fc22dd1fde7275099b8e93f428

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

* Re: [PR REVIEW] brillo: update to 1.4.11
  2022-12-14 23:19 [PR PATCH] brillo: update to 1.4.11 CameronNemo
@ 2022-12-18 11:31 ` paper42
  2022-12-18 11:35 ` paper42
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-12-18 11:31 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41094#discussion_r1051583087

Comment:
```suggestion
distfiles="https://gitlab.com/cameronnemo/brillo/-/archive/v${version}/brillo-v$version.tar.gz"
```

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

* Re: brillo: update to 1.4.11
  2022-12-14 23:19 [PR PATCH] brillo: update to 1.4.11 CameronNemo
  2022-12-18 11:31 ` [PR REVIEW] " paper42
@ 2022-12-18 11:35 ` paper42
  2022-12-19 18:50 ` [PR PATCH] [Updated] " CameronNemo
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-12-18 11:35 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41094#issuecomment-1356779170

Comment:
`abi <abi/3.0>,` is missing from the apparmor file and `#include` should be `include`, see 328cdcf3a33af53537388970c06fa7a4936ac02b for an example

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

* Re: [PR PATCH] [Updated] brillo: update to 1.4.11
  2022-12-14 23:19 [PR PATCH] brillo: update to 1.4.11 CameronNemo
  2022-12-18 11:31 ` [PR REVIEW] " paper42
  2022-12-18 11:35 ` paper42
@ 2022-12-19 18:50 ` CameronNemo
  2022-12-19 21:38 ` CameronNemo
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-12-19 18:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages brillo-1.4.11
https://github.com/void-linux/void-packages/pull/41094

brillo: update to 1.4.11
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/41094.patch is attached

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

From 891513fcb54279b8cc91dfdad6d4463c638c1cdd Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Wed, 14 Dec 2022 15:15:54 -0800
Subject: [PATCH] brillo: update to 1.4.11

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

diff --git a/srcpkgs/brillo/template b/srcpkgs/brillo/template
index 9381c6b25481..09c29663b6db 100644
--- a/srcpkgs/brillo/template
+++ b/srcpkgs/brillo/template
@@ -1,6 +1,6 @@
 # Template file for 'brillo'
 pkgname=brillo
-version=1.4.10
+version=1.4.11
 revision=1
 build_style=gnu-makefile
 make_install_args="install.apparmor install.polkit"
@@ -9,5 +9,5 @@ short_desc="Control the brightness of backlight and keyboard LED devices"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/cameronnemo/brillo"
-distfiles="${homepage}/-/archive/v${version}/brillo-v$version.tar.gz"
-checksum=33eac5dde827fd1e293f6b9c8e0bdd3e5d90f9d7868cdc75f8be8ae4a43e4529
+distfiles="https://gitlab.com/cameronnemo/brillo/-/archive/v${version}/brillo-v$version.tar.gz"
+checksum=74c155e0435c148eb9c0b08a4d2dfcac8f7e33fc22dd1fde7275099b8e93f428

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

* Re: [PR PATCH] [Updated] brillo: update to 1.4.11
  2022-12-14 23:19 [PR PATCH] brillo: update to 1.4.11 CameronNemo
                   ` (2 preceding siblings ...)
  2022-12-19 18:50 ` [PR PATCH] [Updated] " CameronNemo
@ 2022-12-19 21:38 ` CameronNemo
  2022-12-19 21:39 ` brillo: update to 1.4.12 CameronNemo
  2022-12-24 23:31 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-12-19 21:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages brillo-1.4.11
https://github.com/void-linux/void-packages/pull/41094

brillo: update to 1.4.11
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/41094.patch is attached

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

From 3a4491947e99ed74e02e400fd4c917faf308075b Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Wed, 14 Dec 2022 15:15:54 -0800
Subject: [PATCH] brillo: update to 1.4.12

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

diff --git a/srcpkgs/brillo/template b/srcpkgs/brillo/template
index 9381c6b25481..2d513a5117ad 100644
--- a/srcpkgs/brillo/template
+++ b/srcpkgs/brillo/template
@@ -1,6 +1,6 @@
 # Template file for 'brillo'
 pkgname=brillo
-version=1.4.10
+version=1.4.12
 revision=1
 build_style=gnu-makefile
 make_install_args="install.apparmor install.polkit"
@@ -9,5 +9,5 @@ short_desc="Control the brightness of backlight and keyboard LED devices"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/cameronnemo/brillo"
-distfiles="${homepage}/-/archive/v${version}/brillo-v$version.tar.gz"
-checksum=33eac5dde827fd1e293f6b9c8e0bdd3e5d90f9d7868cdc75f8be8ae4a43e4529
+distfiles="https://gitlab.com/cameronnemo/brillo/-/archive/v${version}/brillo-v$version.tar.gz"
+checksum=5002e5f4a68f7d8df6ce0c1b41f84e4bc4da3e968c488282289aed1364c4a951

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

* Re: brillo: update to 1.4.12
  2022-12-14 23:19 [PR PATCH] brillo: update to 1.4.11 CameronNemo
                   ` (3 preceding siblings ...)
  2022-12-19 21:38 ` CameronNemo
@ 2022-12-19 21:39 ` CameronNemo
  2022-12-24 23:31 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-12-19 21:39 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/41094#issuecomment-1358418645

Comment:
Alright updated the apparmor file.

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

* Re: [PR PATCH] [Merged]: brillo: update to 1.4.12
  2022-12-14 23:19 [PR PATCH] brillo: update to 1.4.11 CameronNemo
                   ` (4 preceding siblings ...)
  2022-12-19 21:39 ` brillo: update to 1.4.12 CameronNemo
@ 2022-12-24 23:31 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-12-24 23:31 UTC (permalink / raw)
  To: ml

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

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

brillo: update to 1.4.12
https://github.com/void-linux/void-packages/pull/41094

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 7+ messages in thread

end of thread, other threads:[~2022-12-24 23:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-14 23:19 [PR PATCH] brillo: update to 1.4.11 CameronNemo
2022-12-18 11:31 ` [PR REVIEW] " paper42
2022-12-18 11:35 ` paper42
2022-12-19 18:50 ` [PR PATCH] [Updated] " CameronNemo
2022-12-19 21:38 ` CameronNemo
2022-12-19 21:39 ` brillo: update to 1.4.12 CameronNemo
2022-12-24 23:31 ` [PR PATCH] [Merged]: " paper42

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