Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bc-gh: update to 5.1.0
@ 2021-10-04 18:40 gavinhoward
  2021-10-06 20:44 ` [PR PATCH] [Updated] " gavinhoward
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gavinhoward @ 2021-10-04 18:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1782 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/33323

bc-gh: update to 5.1.0
I am the author of the upstream software. The new `configure` arguments make this `bc` have the same behavior as GNU in a couple things.

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

<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/33323.patch is attached

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

From ee6a78db04654b40ce4647a6228fdb5ff15b8d01 Mon Sep 17 00:00:00 2001
From: Gavin Howard <gavin@yzena.com>
Date: Mon, 4 Oct 2021 12:37:37 -0600
Subject: [PATCH] bc-gh: update to 5.1.0

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

diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template
index 76829c3c8fa1..d13d56094245 100644
--- a/srcpkgs/bc-gh/template
+++ b/srcpkgs/bc-gh/template
@@ -1,6 +1,6 @@
 # Template file for 'bc-gh'
 pkgname=bc-gh
-version=4.0.2
+version=5.1.0
 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=b4a7046325557a44d02165874f957c3abf49e2ba4491c8275326cb7c55ef2290
+checksum=c2783a17ebe1ece88b1fce6f6d51d501a8ce1b6a24f11857503fd500f31397e0
 alternatives="
  bc:bc:/usr/bin/bc-gh
  bc:bc.1:/usr/share/man/man1/bc-gh.1
@@ -18,7 +18,8 @@ alternatives="
 
 do_configure() {
 	PREFIX=/usr DESTDIR="${DESTDIR}" EXECSUFFIX=-gh CC="${CC}" CFLAGS="${CFLAGS}" \
-	HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM
+	HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM \
+	-sbc.banner -sdc.tty_mode
 }
 do_build() {
 	make ${makejobs}

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

* Re: [PR PATCH] [Updated] bc-gh: update to 5.1.0
  2021-10-04 18:40 [PR PATCH] bc-gh: update to 5.1.0 gavinhoward
@ 2021-10-06 20:44 ` gavinhoward
  2021-10-06 20:45 ` bc-gh: update to 5.1.1 gavinhoward
  2021-10-08 13:42 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: gavinhoward @ 2021-10-06 20:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1787 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/33323

bc-gh: update to 5.1.0
I am the author of the upstream software. The new `configure` arguments make this `bc` have the same behavior as GNU in a couple things.

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

<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/33323.patch is attached

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

From 2fbb0fba247f4f368bb70b31bf24ac637dcdbdbf Mon Sep 17 00:00:00 2001
From: Gavin Howard <gavin@yzena.com>
Date: Mon, 4 Oct 2021 12:37:37 -0600
Subject: [PATCH] bc-gh: update to 5.1.1

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

diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template
index 76829c3c8fa1..33e0b0292762 100644
--- a/srcpkgs/bc-gh/template
+++ b/srcpkgs/bc-gh/template
@@ -1,6 +1,6 @@
 # Template file for 'bc-gh'
 pkgname=bc-gh
-version=4.0.2
+version=5.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=b4a7046325557a44d02165874f957c3abf49e2ba4491c8275326cb7c55ef2290
+checksum=cfec5571216693537f9565073334be691717bfb762610cf1a06050e0f25aa94d
 alternatives="
  bc:bc:/usr/bin/bc-gh
  bc:bc.1:/usr/share/man/man1/bc-gh.1
@@ -18,7 +18,8 @@ alternatives="
 
 do_configure() {
 	PREFIX=/usr DESTDIR="${DESTDIR}" EXECSUFFIX=-gh CC="${CC}" CFLAGS="${CFLAGS}" \
-	HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM
+	HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM \
+	-sbc.banner -sdc.tty_mode
 }
 do_build() {
 	make ${makejobs}

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

* Re: bc-gh: update to 5.1.1
  2021-10-04 18:40 [PR PATCH] bc-gh: update to 5.1.0 gavinhoward
  2021-10-06 20:44 ` [PR PATCH] [Updated] " gavinhoward
@ 2021-10-06 20:45 ` gavinhoward
  2021-10-08 13:42 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: gavinhoward @ 2021-10-06 20:45 UTC (permalink / raw)
  To: ml

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

New comment by gavinhoward on void-packages repository

https://github.com/void-linux/void-packages/pull/33323#issuecomment-937100022

Comment:
I found a bug in `5.1.0` and thought I would update before this was pulled.

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

* Re: [PR PATCH] [Merged]: bc-gh: update to 5.1.1
  2021-10-04 18:40 [PR PATCH] bc-gh: update to 5.1.0 gavinhoward
  2021-10-06 20:44 ` [PR PATCH] [Updated] " gavinhoward
  2021-10-06 20:45 ` bc-gh: update to 5.1.1 gavinhoward
@ 2021-10-08 13:42 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-10-08 13:42 UTC (permalink / raw)
  To: ml

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

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

bc-gh: update to 5.1.1
https://github.com/void-linux/void-packages/pull/33323

Description:
I am the author of the upstream software. The new `configure` arguments make this `bc` have the same behavior as GNU in a couple things.

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

<!-- 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-08 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04 18:40 [PR PATCH] bc-gh: update to 5.1.0 gavinhoward
2021-10-06 20:44 ` [PR PATCH] [Updated] " gavinhoward
2021-10-06 20:45 ` bc-gh: update to 5.1.1 gavinhoward
2021-10-08 13:42 ` [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).