Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bc-gh: update to 5.2.1.
@ 2021-11-26 13:18 mobinmob
  2021-11-26 17:10 ` gavinhoward
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mobinmob @ 2021-11-26 13:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages bc-gh
https://github.com/void-linux/void-packages/pull/34254

bc-gh: update to 5.2.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@gavinhoward 

<!--
#### 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 [skip CI](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/34254.patch is attached

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

From 562ed5aac6a6827f4dc1c7b520d1890de1dc59fa Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 26 Nov 2021 15:17:16 +0200
Subject: [PATCH] bc-gh: update to 5.2.1.

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

diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template
index 33e0b0292762..1e6473b1781b 100644
--- a/srcpkgs/bc-gh/template
+++ b/srcpkgs/bc-gh/template
@@ -1,6 +1,6 @@
 # Template file for 'bc-gh'
 pkgname=bc-gh
-version=5.1.1
+version=5.2.1
 revision=1
 wrksrc="bc-${version}"
 short_desc="Implementation of POSIX bc with GNU extensions"
@@ -9,7 +9,7 @@ license="BSD-2-Clause"
 homepage="https://git.yzena.com/gavin/bc"
 changelog="https://git.yzena.com/gavin/bc/raw/branch/master/NEWS.md"
 distfiles="https://github.com/gavinhoward/bc/releases/download/${version}/bc-${version}.tar.xz"
-checksum=cfec5571216693537f9565073334be691717bfb762610cf1a06050e0f25aa94d
+checksum=bc031b68e5eafef37305697b76f6261abac4a94286e260fa339771f2484f1ecd
 alternatives="
  bc:bc:/usr/bin/bc-gh
  bc:bc.1:/usr/share/man/man1/bc-gh.1

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

* Re: bc-gh: update to 5.2.1.
  2021-11-26 13:18 [PR PATCH] bc-gh: update to 5.2.1 mobinmob
@ 2021-11-26 17:10 ` gavinhoward
  2021-11-27  4:10 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: gavinhoward @ 2021-11-26 17:10 UTC (permalink / raw)
  To: ml

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

New comment by gavinhoward on void-packages repository

https://github.com/void-linux/void-packages/pull/34254#issuecomment-980162248

Comment:
Yeah, there are no changes to the build system required, so this looks good to me.

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

* Re: bc-gh: update to 5.2.1.
  2021-11-26 13:18 [PR PATCH] bc-gh: update to 5.2.1 mobinmob
  2021-11-26 17:10 ` gavinhoward
@ 2021-11-27  4:10 ` ericonr
  2021-12-10 18:45 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-11-27  4:10 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34254#issuecomment-980498248

Comment:
Please add a note to the template that the musl builds don't have translations because we don't have a `gencat` binary on musl, and no package to provide it, afaik.

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

* Re: [PR PATCH] [Updated] bc-gh: update to 5.2.1.
  2021-11-26 13:18 [PR PATCH] bc-gh: update to 5.2.1 mobinmob
  2021-11-26 17:10 ` gavinhoward
  2021-11-27  4:10 ` ericonr
@ 2021-12-10 18:45 ` mobinmob
  2021-12-10 18:45 ` mobinmob
  2021-12-10 19:04 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2021-12-10 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages bc-gh
https://github.com/void-linux/void-packages/pull/34254

bc-gh: update to 5.2.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@gavinhoward 

<!--
#### 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 [skip CI](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/34254.patch is attached

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

From 8fb163b7ff695a6b15e6e76b5abac9fef97ea8c2 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 26 Nov 2021 15:17:16 +0200
Subject: [PATCH] bc-gh: update to 5.2.1.

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

diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template
index 33e0b0292762..8804980eb9c9 100644
--- a/srcpkgs/bc-gh/template
+++ b/srcpkgs/bc-gh/template
@@ -1,6 +1,6 @@
 # Template file for 'bc-gh'
 pkgname=bc-gh
-version=5.1.1
+version=5.2.1
 revision=1
 wrksrc="bc-${version}"
 short_desc="Implementation of POSIX bc with GNU extensions"
@@ -9,13 +9,15 @@ license="BSD-2-Clause"
 homepage="https://git.yzena.com/gavin/bc"
 changelog="https://git.yzena.com/gavin/bc/raw/branch/master/NEWS.md"
 distfiles="https://github.com/gavinhoward/bc/releases/download/${version}/bc-${version}.tar.xz"
-checksum=cfec5571216693537f9565073334be691717bfb762610cf1a06050e0f25aa94d
+checksum=bc031b68e5eafef37305697b76f6261abac4a94286e260fa339771f2484f1ecd
 alternatives="
  bc:bc:/usr/bin/bc-gh
  bc:bc.1:/usr/share/man/man1/bc-gh.1
  dc:dc:/usr/bin/dc-gh
  dc:dc.1:/usr/share/man/man1/dc-gh.1"
 
+# no translations in musl, because there is not a gencat binary there.
+
 do_configure() {
 	PREFIX=/usr DESTDIR="${DESTDIR}" EXECSUFFIX=-gh CC="${CC}" CFLAGS="${CFLAGS}" \
 	HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM \

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

* Re: bc-gh: update to 5.2.1.
  2021-11-26 13:18 [PR PATCH] bc-gh: update to 5.2.1 mobinmob
                   ` (2 preceding siblings ...)
  2021-12-10 18:45 ` [PR PATCH] [Updated] " mobinmob
@ 2021-12-10 18:45 ` mobinmob
  2021-12-10 19:04 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2021-12-10 18:45 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/34254#issuecomment-991210169

Comment:
@ericonr Done :)

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

* Re: [PR PATCH] [Merged]: bc-gh: update to 5.2.1.
  2021-11-26 13:18 [PR PATCH] bc-gh: update to 5.2.1 mobinmob
                   ` (3 preceding siblings ...)
  2021-12-10 18:45 ` mobinmob
@ 2021-12-10 19:04 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-12-10 19:04 UTC (permalink / raw)
  To: ml

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

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

bc-gh: update to 5.2.1.
https://github.com/void-linux/void-packages/pull/34254

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@gavinhoward 

<!--
#### 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 [skip CI](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] 6+ messages in thread

end of thread, other threads:[~2021-12-10 19:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 13:18 [PR PATCH] bc-gh: update to 5.2.1 mobinmob
2021-11-26 17:10 ` gavinhoward
2021-11-27  4:10 ` ericonr
2021-12-10 18:45 ` [PR PATCH] [Updated] " mobinmob
2021-12-10 18:45 ` mobinmob
2021-12-10 19:04 ` [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).