Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bcal: update to 2.4
@ 2022-09-02  9:25 clyhtsuriva
  2022-09-02 16:03 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: clyhtsuriva @ 2022-09-02  9:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages bcal-update
https://github.com/void-linux/void-packages/pull/39058

bcal: update to 2.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - aarch64-musl

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

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

From e2b77aebcd9d7046b5170985864579e11ccd334b Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 2 Sep 2022 11:25:34 +0200
Subject: [PATCH] bcal: update to 2.4

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

diff --git a/srcpkgs/bcal/template b/srcpkgs/bcal/template
index b0b19b4db9b0..b13e097cbb2f 100644
--- a/srcpkgs/bcal/template
+++ b/srcpkgs/bcal/template
@@ -1,6 +1,6 @@
 # Template file for 'bcal'
 pkgname=bcal
-version=2.3
+version=2.4
 revision=1
 build_style=gnu-makefile
 makedepends="readline-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jarun/bcal"
 distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz"
-checksum=e295b022e5187079b4cc5310447da5c787cb6bade86936dabf34a42bb85348ba
+checksum=141f39d866f62274b2262164baaac6202f60749862c84c2e6ed231f6d03ee8df
 
 if [ "$XBPS_TARGET_WORDSIZE" -ne 64 ]; then
 	broken="Can only be built for 64 bit targets which define __uint128_t."

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

* Re: [PR REVIEW] bcal: update to 2.4
  2022-09-02  9:25 [PR PATCH] bcal: update to 2.4 clyhtsuriva
@ 2022-09-02 16:03 ` paper42
  2022-09-02 16:50 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-09-02 16:03 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39058#discussion_r961826743

Comment:
```suggestion
homepage="https://github.com/jarun/bcal"
changelog="https://raw.githubusercontent.com/jarun/bcal/master/CHANGELOG"
```

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

* Re: [PR PATCH] [Updated] bcal: update to 2.4
  2022-09-02  9:25 [PR PATCH] bcal: update to 2.4 clyhtsuriva
  2022-09-02 16:03 ` [PR REVIEW] " paper42
@ 2022-09-02 16:50 ` clyhtsuriva
  2022-09-02 16:52 ` [PR REVIEW] " clyhtsuriva
  2022-09-05 10:06 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: clyhtsuriva @ 2022-09-02 16:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages bcal-update
https://github.com/void-linux/void-packages/pull/39058

bcal: update to 2.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - aarch64-musl

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

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

From 0c2ef6fa4f13f1c84f5ef94e66504b1d8de4da23 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 2 Sep 2022 18:49:43 +0200
Subject: [PATCH] bcal: update to 2.4

---
 srcpkgs/bcal/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/bcal/template b/srcpkgs/bcal/template
index b0b19b4db9b0..0307229432b6 100644
--- a/srcpkgs/bcal/template
+++ b/srcpkgs/bcal/template
@@ -1,6 +1,6 @@
 # Template file for 'bcal'
 pkgname=bcal
-version=2.3
+version=2.4
 revision=1
 build_style=gnu-makefile
 makedepends="readline-devel"
@@ -9,8 +9,9 @@ short_desc="Byte CALculator for storage conversions and calculations"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jarun/bcal"
+changelog="https://raw.githubusercontent.com/jarun/bcal/master/CHANGELOG"
 distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz"
-checksum=e295b022e5187079b4cc5310447da5c787cb6bade86936dabf34a42bb85348ba
+checksum=141f39d866f62274b2262164baaac6202f60749862c84c2e6ed231f6d03ee8df
 
 if [ "$XBPS_TARGET_WORDSIZE" -ne 64 ]; then
 	broken="Can only be built for 64 bit targets which define __uint128_t."

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

* Re: [PR REVIEW] bcal: update to 2.4
  2022-09-02  9:25 [PR PATCH] bcal: update to 2.4 clyhtsuriva
  2022-09-02 16:03 ` [PR REVIEW] " paper42
  2022-09-02 16:50 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2022-09-02 16:52 ` clyhtsuriva
  2022-09-05 10:06 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: clyhtsuriva @ 2022-09-02 16:52 UTC (permalink / raw)
  To: ml

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

New review comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/39058#discussion_r961860251

Comment:
New commit resolving this

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

* Re: [PR PATCH] [Merged]: bcal: update to 2.4
  2022-09-02  9:25 [PR PATCH] bcal: update to 2.4 clyhtsuriva
                   ` (2 preceding siblings ...)
  2022-09-02 16:52 ` [PR REVIEW] " clyhtsuriva
@ 2022-09-05 10:06 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-09-05 10:06 UTC (permalink / raw)
  To: ml

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

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

bcal: update to 2.4
https://github.com/void-linux/void-packages/pull/39058

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - aarch64-musl

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

end of thread, other threads:[~2022-09-05 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02  9:25 [PR PATCH] bcal: update to 2.4 clyhtsuriva
2022-09-02 16:03 ` [PR REVIEW] " paper42
2022-09-02 16:50 ` [PR PATCH] [Updated] " clyhtsuriva
2022-09-02 16:52 ` [PR REVIEW] " clyhtsuriva
2022-09-05 10:06 ` [PR PATCH] [Merged]: " leahneukirchen

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