Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] i3status-rust: update to 0.14.7.
@ 2021-03-22 21:58 jcgruenhage
  2021-03-22 22:28 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jcgruenhage @ 2021-03-22 21:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages i3status-rust-0.14.7_1
https://github.com/void-linux/void-packages/pull/29686

i3status-rust: update to 0.14.7.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29686.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-i3status-rust-0.14.7_1-29686.patch --]
[-- Type: text/x-diff, Size: 1364 bytes --]

From 2c5b600fc46e665778221f6cd111643f0efc48f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 22 Mar 2021 22:56:30 +0100
Subject: [PATCH] i3status-rust: update to 0.14.7.

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

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index 2f89e13162ca..0c8e5bd5463a 100644
--- a/srcpkgs/i3status-rust/template
+++ b/srcpkgs/i3status-rust/template
@@ -1,17 +1,17 @@
 # Template file for 'i3status-rust'
 pkgname=i3status-rust
-version=0.14.2
+version=0.14.7
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="dbus-devel pulseaudio-devel"
+makedepends="dbus-devel pulseaudio-devel openssl-devel"
 short_desc="Replacement for i3status, written in Rust"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-only"
 homepage="https://github.com/greshake/i3status-rust"
 changelog="https://raw.githubusercontent.com/greshake/i3status-rust/master/NEWS.md"
 distfiles="https://github.com/greshake/i3status-rust/archive/v${version}.tar.gz"
-checksum=66a11cbcfa515c761701788edd573d408391c024086219d8b6641333129a6f87
+checksum=4169f003d5d21cb010be4edbdbb5bc09ed4823240d0a5ea8efe23c28f2413bbd
 
 post_install() {
 	vman man/i3status-rs.1

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

* Re: i3status-rust: update to 0.14.7.
  2021-03-22 21:58 [PR PATCH] i3status-rust: update to 0.14.7 jcgruenhage
@ 2021-03-22 22:28 ` ericonr
  2021-03-22 22:51 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-03-22 22:28 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29686#issuecomment-804437945

Comment:
```
 thread 'run_binary::release_build' panicked at 'failed to execute process: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/run_binary.rs:21:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```

it probably wants some executable to run?

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

* Re: [PR PATCH] [Updated] i3status-rust: update to 0.14.7.
  2021-03-22 21:58 [PR PATCH] i3status-rust: update to 0.14.7 jcgruenhage
  2021-03-22 22:28 ` ericonr
@ 2021-03-22 22:51 ` jcgruenhage
  2021-03-22 23:29 ` jcgruenhage
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2021-03-22 22:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages i3status-rust-0.14.7_1
https://github.com/void-linux/void-packages/pull/29686

i3status-rust: update to 0.14.7.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29686.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-i3status-rust-0.14.7_1-29686.patch --]
[-- Type: text/x-diff, Size: 1391 bytes --]

From 24a2a029189fc16c8dfa0220f106e12d0972b78c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 22 Mar 2021 22:56:30 +0100
Subject: [PATCH] i3status-rust: update to 0.14.7.

---
 srcpkgs/i3status-rust/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index 2f89e13162ca..023e14f622b0 100644
--- a/srcpkgs/i3status-rust/template
+++ b/srcpkgs/i3status-rust/template
@@ -1,17 +1,18 @@
 # Template file for 'i3status-rust'
 pkgname=i3status-rust
-version=0.14.2
+version=0.14.7
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="dbus-devel pulseaudio-devel"
+makedepends="dbus-devel pulseaudio-devel openssl-devel"
 short_desc="Replacement for i3status, written in Rust"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-only"
 homepage="https://github.com/greshake/i3status-rust"
 changelog="https://raw.githubusercontent.com/greshake/i3status-rust/master/NEWS.md"
 distfiles="https://github.com/greshake/i3status-rust/archive/v${version}.tar.gz"
-checksum=66a11cbcfa515c761701788edd573d408391c024086219d8b6641333129a6f87
+checksum=4169f003d5d21cb010be4edbdbb5bc09ed4823240d0a5ea8efe23c28f2413bbd
+make_check_args="--bins"
 
 post_install() {
 	vman man/i3status-rs.1

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

* Re: [PR PATCH] [Updated] i3status-rust: update to 0.14.7.
  2021-03-22 21:58 [PR PATCH] i3status-rust: update to 0.14.7 jcgruenhage
  2021-03-22 22:28 ` ericonr
  2021-03-22 22:51 ` [PR PATCH] [Updated] " jcgruenhage
@ 2021-03-22 23:29 ` jcgruenhage
  2021-03-22 23:31 ` jcgruenhage
  2021-03-22 23:41 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2021-03-22 23:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages i3status-rust-0.14.7_1
https://github.com/void-linux/void-packages/pull/29686

i3status-rust: update to 0.14.7.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29686.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-i3status-rust-0.14.7_1-29686.patch --]
[-- Type: text/x-diff, Size: 1391 bytes --]

From 736626c0e9b0633bc79538c7d5903534b8d8d914 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 22 Mar 2021 22:56:30 +0100
Subject: [PATCH] i3status-rust: update to 0.14.7.

---
 srcpkgs/i3status-rust/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index 2f89e13162ca..55714115f980 100644
--- a/srcpkgs/i3status-rust/template
+++ b/srcpkgs/i3status-rust/template
@@ -1,17 +1,18 @@
 # Template file for 'i3status-rust'
 pkgname=i3status-rust
-version=0.14.2
+version=0.14.7
 revision=1
 build_style=cargo
+make_check_args="--bins"
 hostmakedepends="pkg-config"
-makedepends="dbus-devel pulseaudio-devel"
+makedepends="dbus-devel pulseaudio-devel openssl-devel"
 short_desc="Replacement for i3status, written in Rust"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-only"
 homepage="https://github.com/greshake/i3status-rust"
 changelog="https://raw.githubusercontent.com/greshake/i3status-rust/master/NEWS.md"
 distfiles="https://github.com/greshake/i3status-rust/archive/v${version}.tar.gz"
-checksum=66a11cbcfa515c761701788edd573d408391c024086219d8b6641333129a6f87
+checksum=4169f003d5d21cb010be4edbdbb5bc09ed4823240d0a5ea8efe23c28f2413bbd
 
 post_install() {
 	vman man/i3status-rs.1

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

* Re: i3status-rust: update to 0.14.7.
  2021-03-22 21:58 [PR PATCH] i3status-rust: update to 0.14.7 jcgruenhage
                   ` (2 preceding siblings ...)
  2021-03-22 23:29 ` jcgruenhage
@ 2021-03-22 23:31 ` jcgruenhage
  2021-03-22 23:41 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2021-03-22 23:31 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/29686#issuecomment-804465149

Comment:
> it probably wants some executable to run?

well, yeah it does, but the integration test as it's implemented will need patching to work with our infra, and really the only thing it's testing that there is an executable, so I've just disabled this test for now.

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

* Re: [PR PATCH] [Merged]: i3status-rust: update to 0.14.7.
  2021-03-22 21:58 [PR PATCH] i3status-rust: update to 0.14.7 jcgruenhage
                   ` (3 preceding siblings ...)
  2021-03-22 23:31 ` jcgruenhage
@ 2021-03-22 23:41 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-03-22 23:41 UTC (permalink / raw)
  To: ml

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

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

i3status-rust: update to 0.14.7.
https://github.com/void-linux/void-packages/pull/29686

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 6+ messages in thread

end of thread, other threads:[~2021-03-22 23:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 21:58 [PR PATCH] i3status-rust: update to 0.14.7 jcgruenhage
2021-03-22 22:28 ` ericonr
2021-03-22 22:51 ` [PR PATCH] [Updated] " jcgruenhage
2021-03-22 23:29 ` jcgruenhage
2021-03-22 23:31 ` jcgruenhage
2021-03-22 23:41 ` [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).