Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] swirc: update to 3.4.0.
@ 2023-02-10 10:00 uhlin
  2023-02-11  4:10 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: uhlin @ 2023-02-10 10:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhlin/void-packages master
https://github.com/void-linux/void-packages/pull/42179

swirc: update to 3.4.0.
Swirc 3.4.0 out

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

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


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

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

From cdb671664da10244495793eada4c17685c176e4b Mon Sep 17 00:00:00 2001
From: Markus Uhlin <markus.uhlin@bredband.net>
Date: Fri, 10 Feb 2023 10:40:39 +0100
Subject: [PATCH] swirc: update to 3.4.0.

---
 srcpkgs/swirc/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/swirc/template b/srcpkgs/swirc/template
index 9afe569e7a02..3c663c654db5 100644
--- a/srcpkgs/swirc/template
+++ b/srcpkgs/swirc/template
@@ -1,6 +1,6 @@
 # Template file for 'swirc'
 pkgname=swirc
-version=3.3.9
+version=3.4.0
 revision=1
 build_style=configure
 configure_args="$(vopt_with notify libnotify)"
@@ -8,8 +8,8 @@ make_build_args="PREFIX=/usr"
 make_check_args="PREFIX=/usr"
 make_install_args="PREFIX=/usr"
 hostmakedepends="gettext-devel-tools pkg-config which"
-makedepends="gettext-devel libcurl-devel libidn-devel ncurses-devel openssl-devel
- $(vopt_if notify libnotify-devel)"
+makedepends="gettext-devel hunspell-devel libcurl-devel libidn-devel
+ ncurses-devel openssl-devel $(vopt_if notify libnotify-devel)"
 checkdepends="cmocka-devel"
 short_desc="Curses ICB and IRC client"
 maintainer="Markus Uhlin <markus.uhlin@bredband.net>"
@@ -17,7 +17,7 @@ license="BSD-3-Clause, ISC, MIT"
 homepage="https://www.nifty-networks.net/swirc"
 changelog="https://raw.githubusercontent.com/uhlin/swirc/master/CHANGELOG.md"
 distfiles="https://www.nifty-networks.net/swirc/releases/${pkgname}-${version}.tgz"
-checksum=4326dcf521d2a0ca3c55ed289fea0c0d1a289dcc158c80f4aee207ff2085ab37
+checksum=3142273db2568a9dd812abf87112edb01fdcac6b4ee7e61ebb5fc96f60a95a18
 
 build_options="notify"
 build_options_default="notify"

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

* Re: [PR REVIEW] swirc: update to 3.4.0.
  2023-02-10 10:00 [PR PATCH] swirc: update to 3.4.0 uhlin
@ 2023-02-11  4:10 ` classabbyamp
  2023-02-11 14:24 ` uhlin
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-02-11  4:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42179#discussion_r1103510421

Comment:
```suggestion
distfiles="https://www.nifty-networks.net/swirc/releases/swirc-${version}.tgz"
```

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

* Re: [PR REVIEW] swirc: update to 3.4.0.
  2023-02-10 10:00 [PR PATCH] swirc: update to 3.4.0 uhlin
  2023-02-11  4:10 ` [PR REVIEW] " classabbyamp
@ 2023-02-11 14:24 ` uhlin
  2023-02-11 15:00 ` classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: uhlin @ 2023-02-11 14:24 UTC (permalink / raw)
  To: ml

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

New review comment by uhlin on void-packages repository

https://github.com/void-linux/void-packages/pull/42179#discussion_r1103634732

Comment:
Can I commit the change here at GitHub or shall I do a force push? (There's a button "commit suggestion".)

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

* Re: [PR REVIEW] swirc: update to 3.4.0.
  2023-02-10 10:00 [PR PATCH] swirc: update to 3.4.0 uhlin
  2023-02-11  4:10 ` [PR REVIEW] " classabbyamp
  2023-02-11 14:24 ` uhlin
@ 2023-02-11 15:00 ` classabbyamp
  2023-02-11 15:21 ` [PR PATCH] [Updated] " uhlin
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-02-11 15:00 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42179#discussion_r1103641836

Comment:
force push is probably less steps

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

* Re: [PR PATCH] [Updated] swirc: update to 3.4.0.
  2023-02-10 10:00 [PR PATCH] swirc: update to 3.4.0 uhlin
                   ` (2 preceding siblings ...)
  2023-02-11 15:00 ` classabbyamp
@ 2023-02-11 15:21 ` uhlin
  2023-02-11 15:25 ` [PR REVIEW] " uhlin
  2023-02-11 15:40 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: uhlin @ 2023-02-11 15:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhlin/void-packages master
https://github.com/void-linux/void-packages/pull/42179

swirc: update to 3.4.0.
Swirc 3.4.0 out

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

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


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

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

From 260b7f461b77a6801163ec69975b5e81eec7378f Mon Sep 17 00:00:00 2001
From: Markus Uhlin <markus.uhlin@bredband.net>
Date: Fri, 10 Feb 2023 10:40:39 +0100
Subject: [PATCH] swirc: update to 3.4.0.

---
 srcpkgs/swirc/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/swirc/template b/srcpkgs/swirc/template
index 9afe569e7a02..af6800980cd6 100644
--- a/srcpkgs/swirc/template
+++ b/srcpkgs/swirc/template
@@ -1,6 +1,6 @@
 # Template file for 'swirc'
 pkgname=swirc
-version=3.3.9
+version=3.4.0
 revision=1
 build_style=configure
 configure_args="$(vopt_with notify libnotify)"
@@ -8,16 +8,16 @@ make_build_args="PREFIX=/usr"
 make_check_args="PREFIX=/usr"
 make_install_args="PREFIX=/usr"
 hostmakedepends="gettext-devel-tools pkg-config which"
-makedepends="gettext-devel libcurl-devel libidn-devel ncurses-devel openssl-devel
- $(vopt_if notify libnotify-devel)"
+makedepends="gettext-devel hunspell-devel libcurl-devel libidn-devel
+ ncurses-devel openssl-devel $(vopt_if notify libnotify-devel)"
 checkdepends="cmocka-devel"
 short_desc="Curses ICB and IRC client"
 maintainer="Markus Uhlin <markus.uhlin@bredband.net>"
 license="BSD-3-Clause, ISC, MIT"
 homepage="https://www.nifty-networks.net/swirc"
 changelog="https://raw.githubusercontent.com/uhlin/swirc/master/CHANGELOG.md"
-distfiles="https://www.nifty-networks.net/swirc/releases/${pkgname}-${version}.tgz"
-checksum=4326dcf521d2a0ca3c55ed289fea0c0d1a289dcc158c80f4aee207ff2085ab37
+distfiles="https://www.nifty-networks.net/swirc/releases/swirc-${version}.tgz"
+checksum=3142273db2568a9dd812abf87112edb01fdcac6b4ee7e61ebb5fc96f60a95a18
 
 build_options="notify"
 build_options_default="notify"

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

* Re: [PR REVIEW] swirc: update to 3.4.0.
  2023-02-10 10:00 [PR PATCH] swirc: update to 3.4.0 uhlin
                   ` (3 preceding siblings ...)
  2023-02-11 15:21 ` [PR PATCH] [Updated] " uhlin
@ 2023-02-11 15:25 ` uhlin
  2023-02-11 15:40 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: uhlin @ 2023-02-11 15:25 UTC (permalink / raw)
  To: ml

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

New review comment by uhlin on void-packages repository

https://github.com/void-linux/void-packages/pull/42179#discussion_r1103645262

Comment:
Ok, done

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

* Re: [PR PATCH] [Merged]: swirc: update to 3.4.0.
  2023-02-10 10:00 [PR PATCH] swirc: update to 3.4.0 uhlin
                   ` (4 preceding siblings ...)
  2023-02-11 15:25 ` [PR REVIEW] " uhlin
@ 2023-02-11 15:40 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-02-11 15:40 UTC (permalink / raw)
  To: ml

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

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

swirc: update to 3.4.0.
https://github.com/void-linux/void-packages/pull/42179

Description:
Swirc 3.4.0 out

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

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


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

end of thread, other threads:[~2023-02-11 15:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-10 10:00 [PR PATCH] swirc: update to 3.4.0 uhlin
2023-02-11  4:10 ` [PR REVIEW] " classabbyamp
2023-02-11 14:24 ` uhlin
2023-02-11 15:00 ` classabbyamp
2023-02-11 15:21 ` [PR PATCH] [Updated] " uhlin
2023-02-11 15:25 ` [PR REVIEW] " uhlin
2023-02-11 15:40 ` [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).