Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bees: update to 0.7.2.
@ 2022-10-27 10:21 jcgruenhage
  2022-10-27 21:54 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jcgruenhage @ 2022-10-27 10:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages bees-0.7.2_1
https://github.com/void-linux/void-packages/pull/40179

bees: update to 0.7.2.
<!-- 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/40179.patch is attached

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

From d34e8ec9149dacd9b2067b6d64290af7a659f7eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 27 Oct 2022 12:20:47 +0200
Subject: [PATCH] bees: update to 0.7.2.

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

diff --git a/srcpkgs/bees/template b/srcpkgs/bees/template
index 6f8783ea65fc..5c16864c71ea 100644
--- a/srcpkgs/bees/template
+++ b/srcpkgs/bees/template
@@ -1,6 +1,6 @@
 # Template file for 'bees'
 pkgname=bees
-version=0.7
+version=0.7.2
 revision=1
 archs="~*-musl"
 build_style=gnu-makefile
@@ -12,7 +12,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Zygo/bees"
 distfiles="https://github.com/Zygo/bees/archive/refs/tags/v${version}.tar.gz"
-checksum=2e67422b9f0d9ef665523b474fb27055efffceb263f8ccfdfda2a3aac9c6bdb1
+checksum=371d03a0008e2ba284e315f645148272a968f7bdbc1d0aeb6c4aeff3a82801a0
 
 if [ "$CROSS_BUILD" ]; then
 # Tests don't work properly with cross compilation, because it doesn't

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

* Re: [PR REVIEW] bees: update to 0.7.2.
  2022-10-27 10:21 [PR PATCH] bees: update to 0.7.2 jcgruenhage
@ 2022-10-27 21:54 ` classabbyamp
  2022-10-28  7:04 ` jcgruenhage
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-27 21:54 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40179#discussion_r1007413263

Comment:
why no musl? is this something that could be patched/fixed with minimal effort?

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

* Re: [PR REVIEW] bees: update to 0.7.2.
  2022-10-27 10:21 [PR PATCH] bees: update to 0.7.2 jcgruenhage
  2022-10-27 21:54 ` [PR REVIEW] " classabbyamp
@ 2022-10-28  7:04 ` jcgruenhage
  2022-10-28  8:20 ` classabbyamp
  2022-10-28  8:27 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-10-28  7:04 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/40179#discussion_r1007720861

Comment:
To quote @Chocimier from #33356:

> musl will fail as upstream uses glibc extensions.

I don't know how easy that would be to fix, but I don't think it's minimal effort

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

* Re: [PR REVIEW] bees: update to 0.7.2.
  2022-10-27 10:21 [PR PATCH] bees: update to 0.7.2 jcgruenhage
  2022-10-27 21:54 ` [PR REVIEW] " classabbyamp
  2022-10-28  7:04 ` jcgruenhage
@ 2022-10-28  8:20 ` classabbyamp
  2022-10-28  8:27 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-28  8:20 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40179#discussion_r1007789402

Comment:
ok, that's fine then

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

* Re: [PR PATCH] [Merged]: bees: update to 0.7.2.
  2022-10-27 10:21 [PR PATCH] bees: update to 0.7.2 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-10-28  8:20 ` classabbyamp
@ 2022-10-28  8:27 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-28  8:27 UTC (permalink / raw)
  To: ml

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

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

bees: update to 0.7.2.
https://github.com/void-linux/void-packages/pull/40179

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

end of thread, other threads:[~2022-10-28  8:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27 10:21 [PR PATCH] bees: update to 0.7.2 jcgruenhage
2022-10-27 21:54 ` [PR REVIEW] " classabbyamp
2022-10-28  7:04 ` jcgruenhage
2022-10-28  8:20 ` classabbyamp
2022-10-28  8:27 ` [PR PATCH] [Merged]: " classabbyamp

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