Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] i3status-rust: update to 0.14.7.
@ 2021-02-20 23:23 tarkov2213
  2021-02-21  1:56 ` ericonr
  2021-02-21  1:56 ` [PR PATCH] [Closed]: " ericonr
  0 siblings, 2 replies; 5+ messages in thread
From: tarkov2213 @ 2021-02-20 23:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tarkov2213/void-packages patch-2
https://github.com/void-linux/void-packages/pull/28947

i3status-rust: update to 0.14.7.
i3status-rust: update to 0.14.7.

#### 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


<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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/28947.patch is attached

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

From ab43cc691791364d6f088d2d6fe306560ac8a734 Mon Sep 17 00:00:00 2001
From: tarkov2213 <70562901+tarkov2213@users.noreply.github.com>
Date: Sat, 20 Feb 2021 23:21:03 +0000
Subject: [PATCH] i3status-rust: update to 0.14.7.

i3status-rust: update to 0.14.7.
---
 srcpkgs/i3status-rust/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index 2f89e13162c..98aed57b5de 100644
--- a/srcpkgs/i3status-rust/template
+++ b/srcpkgs/i3status-rust/template
@@ -1,6 +1,6 @@
 # Template file for 'i3status-rust'
 pkgname=i3status-rust
-version=0.14.2
+version=0.14.7
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ 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] 5+ messages in thread

* Re: i3status-rust: update to 0.14.7.
  2021-02-20 23:23 [PR PATCH] i3status-rust: update to 0.14.7 tarkov2213
@ 2021-02-21  1:56 ` ericonr
  2021-02-21  1:56 ` [PR PATCH] [Closed]: " ericonr
  1 sibling, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-21  1:56 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28947#issuecomment-782780615

Comment:
Closing as account has been deleted and PR fails all builds

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

* Re: [PR PATCH] [Closed]: i3status-rust: update to 0.14.7.
  2021-02-20 23:23 [PR PATCH] i3status-rust: update to 0.14.7 tarkov2213
  2021-02-21  1:56 ` ericonr
@ 2021-02-21  1:56 ` ericonr
  1 sibling, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-21  1:56 UTC (permalink / raw)
  To: ml

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

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

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

Description:
i3status-rust: update to 0.14.7.

#### 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


<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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] 5+ messages in thread

* Re: i3status-rust: update to 0.14.7.
  2021-03-22 21:58 [PR PATCH] " jcgruenhage
  2021-03-22 22:28 ` ericonr
@ 2021-03-22 23:31 ` jcgruenhage
  1 sibling, 0 replies; 5+ 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] 5+ messages in thread

* Re: i3status-rust: update to 0.14.7.
  2021-03-22 21:58 [PR PATCH] " jcgruenhage
@ 2021-03-22 22:28 ` ericonr
  2021-03-22 23:31 ` jcgruenhage
  1 sibling, 0 replies; 5+ 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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20 23:23 [PR PATCH] i3status-rust: update to 0.14.7 tarkov2213
2021-02-21  1:56 ` ericonr
2021-02-21  1:56 ` [PR PATCH] [Closed]: " ericonr
2021-03-22 21:58 [PR PATCH] " jcgruenhage
2021-03-22 22:28 ` ericonr
2021-03-22 23:31 ` jcgruenhage

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