Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] so: update to 0.4.7.
@ 2022-08-21 15:46 benalb
  2022-08-21 17:37 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: benalb @ 2022-08-21 15:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages so
https://github.com/void-linux/void-packages/pull/38812

so: update to 0.4.7.
<!-- 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, (X86_64-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/38812.patch is attached

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

From 8bcea5238515ef567e4fcacfd3cd89fbb85d8b5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Sun, 21 Aug 2022 17:44:52 +0200
Subject: [PATCH] so: update to 0.4.7.

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

diff --git a/srcpkgs/so/template b/srcpkgs/so/template
index 4d4c2c5470e5..641990614156 100644
--- a/srcpkgs/so/template
+++ b/srcpkgs/so/template
@@ -1,6 +1,6 @@
 # Template file for 'so'
 pkgname=so
-version=0.4.6
+version=0.4.7
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://github.com/samtay/so"
 distfiles="https://github.com/samtay/so/archive/v${version}.tar.gz"
-checksum=47a3cf5cef9d87dea223ef1c8fae3cf8c2ae0673d9eb4c8d73d733ce8ff45619
+checksum=35230bf671f4dc25b337b3ae924906dd86793a7fc8f4a87e9e508cc0cb791360
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] so: update to 0.4.7.
  2022-08-21 15:46 [PR PATCH] so: update to 0.4.7 benalb
@ 2022-08-21 17:37 ` classabbyamp
  2022-08-22 14:14 ` [PR PATCH] [Updated] " benalb
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-21 17:37 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38812#discussion_r950878110

Comment:
```suggestion
homepage="https://github.com/samtay/so"
changelog="https://raw.githubusercontent.com/samtay/so/main/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] so: update to 0.4.7.
  2022-08-21 15:46 [PR PATCH] so: update to 0.4.7 benalb
  2022-08-21 17:37 ` [PR REVIEW] " classabbyamp
@ 2022-08-22 14:14 ` benalb
  2022-08-22 14:15 ` [PR REVIEW] so: update to 0.4.8 benalb
  2022-08-22 16:02 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2022-08-22 14:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages so
https://github.com/void-linux/void-packages/pull/38812

so: update to 0.4.7.
<!-- 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, (X86_64-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/38812.patch is attached

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

From 7e398114acb21d1889dc91cf6e0cf4bdbd9f95b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Sun, 21 Aug 2022 17:44:52 +0200
Subject: [PATCH] so: update to 0.4.8

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

diff --git a/srcpkgs/so/template b/srcpkgs/so/template
index 4d4c2c5470e5..24d07c4b4600 100644
--- a/srcpkgs/so/template
+++ b/srcpkgs/so/template
@@ -1,6 +1,6 @@
 # Template file for 'so'
 pkgname=so
-version=0.4.6
+version=0.4.8
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -9,8 +9,9 @@ short_desc="Terminal interface for Stack Overflow"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://github.com/samtay/so"
+changelog="https://raw.githubusercontent.com/samtay/so/main/CHANGELOG.md"
 distfiles="https://github.com/samtay/so/archive/v${version}.tar.gz"
-checksum=47a3cf5cef9d87dea223ef1c8fae3cf8c2ae0673d9eb4c8d73d733ce8ff45619
+checksum=11e37927b248824d8f2475b695168889afe0c14f9183cf2f31a9c0395d00dd98
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] so: update to 0.4.8.
  2022-08-21 15:46 [PR PATCH] so: update to 0.4.7 benalb
  2022-08-21 17:37 ` [PR REVIEW] " classabbyamp
  2022-08-22 14:14 ` [PR PATCH] [Updated] " benalb
@ 2022-08-22 14:15 ` benalb
  2022-08-22 16:02 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2022-08-22 14:15 UTC (permalink / raw)
  To: ml

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

New review comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/38812#discussion_r951495958

Comment:
done, also updated to 0.4.8. 

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

* Re: [PR PATCH] [Merged]: so: update to 0.4.8.
  2022-08-21 15:46 [PR PATCH] so: update to 0.4.7 benalb
                   ` (2 preceding siblings ...)
  2022-08-22 14:15 ` [PR REVIEW] so: update to 0.4.8 benalb
@ 2022-08-22 16:02 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-22 16:02 UTC (permalink / raw)
  To: ml

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

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

so: update to 0.4.8.
https://github.com/void-linux/void-packages/pull/38812

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, (X86_64-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-08-22 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-21 15:46 [PR PATCH] so: update to 0.4.7 benalb
2022-08-21 17:37 ` [PR REVIEW] " classabbyamp
2022-08-22 14:14 ` [PR PATCH] [Updated] " benalb
2022-08-22 14:15 ` [PR REVIEW] so: update to 0.4.8 benalb
2022-08-22 16:02 ` [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).