Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bc-gh: update to 6.1.1
@ 2022-11-02 14:02 gavinhoward
  2023-02-01  2:07 ` github-actions
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gavinhoward @ 2022-11-02 14:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gavinhoward/void-packages master
https://github.com/void-linux/void-packages/pull/40303

bc-gh: update to 6.1.1
This also changes the build to use a predefined build setup, which will build a bc that defaults to the behavior of the GNU bc and dc.

Signed-off-by: Gavin Howard <gavin@yzena.com>

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

A patch file from https://github.com/void-linux/void-packages/pull/40303.patch is attached

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

From 0bba73be4446b63e8bcce931ed640af9d107942b Mon Sep 17 00:00:00 2001
From: Gavin Howard <gavin@yzena.com>
Date: Wed, 2 Nov 2022 07:04:28 -0600
Subject: [PATCH] bc-gh: update to 6.1.1

This also changes the build to use a predefined build setup, which will
build a bc that defaults to the behavior of the GNU bc and dc.

Signed-off-by: Gavin Howard <gavin@yzena.com>
---
 srcpkgs/bc-gh/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template
index 3ae95d694e9c..57bf62269fcd 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.2.2
+version=6.1.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=480249fc0e6a54cb2dc0059734ce433bff344d27b40b8591ae410068e1573352
+checksum=b6de9e2fa4fcb1902c1686760dd90217543128f0298d418951ab1e9a03964097
 alternatives="
  bc:bc:/usr/bin/bc-gh
  bc:bc.1:/usr/share/man/man1/bc-gh.1
@@ -21,7 +21,7 @@ alternatives="
 do_configure() {
 	PREFIX=/usr DESTDIR="${DESTDIR}" EXECSUFFIX=-gh CC="${CC}" CFLAGS="${CFLAGS}" \
 	HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM \
-	-sbc.banner -sdc.tty_mode
+	-pGNU
 }
 do_build() {
 	make ${makejobs}

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

* Re: bc-gh: update to 6.1.1
  2022-11-02 14:02 [PR PATCH] bc-gh: update to 6.1.1 gavinhoward
@ 2023-02-01  2:07 ` github-actions
  2023-02-01  2:57 ` [PR PATCH] [Closed]: " gavinhoward
  2023-02-01  2:57 ` [PR PATCH] [Updated] " gavinhoward
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-02-01  2:07 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40303#issuecomment-1411343867

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: bc-gh: update to 6.1.1
  2022-11-02 14:02 [PR PATCH] bc-gh: update to 6.1.1 gavinhoward
  2023-02-01  2:07 ` github-actions
@ 2023-02-01  2:57 ` gavinhoward
  2023-02-01  2:57 ` [PR PATCH] [Updated] " gavinhoward
  2 siblings, 0 replies; 4+ messages in thread
From: gavinhoward @ 2023-02-01  2:57 UTC (permalink / raw)
  To: ml

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

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

bc-gh: update to 6.1.1
https://github.com/void-linux/void-packages/pull/40303

Description:
This also changes the build to use a predefined build setup, which will build a bc that defaults to the behavior of the GNU bc and dc.

Signed-off-by: Gavin Howard <gavin@yzena.com>

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

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

* Re: [PR PATCH] [Updated] bc-gh: update to 6.1.1
  2022-11-02 14:02 [PR PATCH] bc-gh: update to 6.1.1 gavinhoward
  2023-02-01  2:07 ` github-actions
  2023-02-01  2:57 ` [PR PATCH] [Closed]: " gavinhoward
@ 2023-02-01  2:57 ` gavinhoward
  2 siblings, 0 replies; 4+ messages in thread
From: gavinhoward @ 2023-02-01  2:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gavinhoward/void-packages master
https://github.com/void-linux/void-packages/pull/40303

bc-gh: update to 6.1.1
This also changes the build to use a predefined build setup, which will build a bc that defaults to the behavior of the GNU bc and dc.

Signed-off-by: Gavin Howard <gavin@yzena.com>

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

A patch file from https://github.com/void-linux/void-packages/pull/40303.patch is attached

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



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

end of thread, other threads:[~2023-02-01  2:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02 14:02 [PR PATCH] bc-gh: update to 6.1.1 gavinhoward
2023-02-01  2:07 ` github-actions
2023-02-01  2:57 ` [PR PATCH] [Closed]: " gavinhoward
2023-02-01  2:57 ` [PR PATCH] [Updated] " gavinhoward

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