Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kirc: update to 0.2.9
@ 2021-07-24  8:39 notthewave
  2021-07-24  8:43 ` notthewave
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: notthewave @ 2021-07-24  8:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages kirc
https://github.com/void-linux/void-packages/pull/32165

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

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

From 046e86298f54d1b4bdd0ff33eff258df2d0ec237 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 24 Jul 2021 10:34:40 +0200
Subject: [PATCH] kirc update to 0.2.9

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

diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template
index 2e1e51d13121..103526b3ebba 100644
--- a/srcpkgs/kirc/template
+++ b/srcpkgs/kirc/template
@@ -1,6 +1,6 @@
 # Template file for 'kirc'
 pkgname=kirc
-version=0.2.7
+version=0.2.9
 revision=1
 build_style=gnu-makefile
 short_desc="Tiny IRC client written in POSIX C99"
@@ -8,7 +8,7 @@ maintainer="notthewave <winklbauer_m@zoho.eu>"
 license="MIT"
 homepage="http://kirc.io"
 distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
-checksum=174c117b6a30f41a11a5301e24cc57be0c15a4d0c855fa2cadeca73ad5288958
+checksum=3dcd36373cd95ce3566744a431a0e8fedf5c9bb778023fb2f47f9fb9616bee08
 
 post_install() {
 	vlicense LICENSE

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

* Re: kirc: update to 0.2.9
  2021-07-24  8:39 [PR PATCH] kirc: update to 0.2.9 notthewave
@ 2021-07-24  8:43 ` notthewave
  2021-07-25 18:37 ` [PR PATCH] [Updated] " notthewave
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: notthewave @ 2021-07-24  8:43 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/32165#issuecomment-886021880

Comment:
forgot the : in commit message

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

* Re: [PR PATCH] [Updated] kirc: update to 0.2.9
  2021-07-24  8:39 [PR PATCH] kirc: update to 0.2.9 notthewave
  2021-07-24  8:43 ` notthewave
@ 2021-07-25 18:37 ` notthewave
  2021-07-25 18:38 ` notthewave
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: notthewave @ 2021-07-25 18:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages kirc
https://github.com/void-linux/void-packages/pull/32165

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

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

From 046e86298f54d1b4bdd0ff33eff258df2d0ec237 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 24 Jul 2021 10:34:40 +0200
Subject: [PATCH] kirc update to 0.2.9

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

diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template
index 2e1e51d13121..103526b3ebba 100644
--- a/srcpkgs/kirc/template
+++ b/srcpkgs/kirc/template
@@ -1,6 +1,6 @@
 # Template file for 'kirc'
 pkgname=kirc
-version=0.2.7
+version=0.2.9
 revision=1
 build_style=gnu-makefile
 short_desc="Tiny IRC client written in POSIX C99"
@@ -8,7 +8,7 @@ maintainer="notthewave <winklbauer_m@zoho.eu>"
 license="MIT"
 homepage="http://kirc.io"
 distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
-checksum=174c117b6a30f41a11a5301e24cc57be0c15a4d0c855fa2cadeca73ad5288958
+checksum=3dcd36373cd95ce3566744a431a0e8fedf5c9bb778023fb2f47f9fb9616bee08
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] kirc: update to 0.2.9
  2021-07-24  8:39 [PR PATCH] kirc: update to 0.2.9 notthewave
  2021-07-24  8:43 ` notthewave
  2021-07-25 18:37 ` [PR PATCH] [Updated] " notthewave
@ 2021-07-25 18:38 ` notthewave
  2021-07-25 18:42 ` notthewave
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: notthewave @ 2021-07-25 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages kirc
https://github.com/void-linux/void-packages/pull/32165

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

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

From 046e86298f54d1b4bdd0ff33eff258df2d0ec237 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 24 Jul 2021 10:34:40 +0200
Subject: [PATCH 1/2] kirc update to 0.2.9

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

diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template
index 2e1e51d13121..103526b3ebba 100644
--- a/srcpkgs/kirc/template
+++ b/srcpkgs/kirc/template
@@ -1,6 +1,6 @@
 # Template file for 'kirc'
 pkgname=kirc
-version=0.2.7
+version=0.2.9
 revision=1
 build_style=gnu-makefile
 short_desc="Tiny IRC client written in POSIX C99"
@@ -8,7 +8,7 @@ maintainer="notthewave <winklbauer_m@zoho.eu>"
 license="MIT"
 homepage="http://kirc.io"
 distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
-checksum=174c117b6a30f41a11a5301e24cc57be0c15a4d0c855fa2cadeca73ad5288958
+checksum=3dcd36373cd95ce3566744a431a0e8fedf5c9bb778023fb2f47f9fb9616bee08
 
 post_install() {
 	vlicense LICENSE

From 095887ae8a478da03ae5b68c5577c7ef0aa26a2a Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 24 Jul 2021 10:34:40 +0200
Subject: [PATCH 2/2] kirc: update to 0.2.9

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

diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template
index 2e1e51d13121..103526b3ebba 100644
--- a/srcpkgs/kirc/template
+++ b/srcpkgs/kirc/template
@@ -1,6 +1,6 @@
 # Template file for 'kirc'
 pkgname=kirc
-version=0.2.7
+version=0.2.9
 revision=1
 build_style=gnu-makefile
 short_desc="Tiny IRC client written in POSIX C99"
@@ -8,7 +8,7 @@ maintainer="notthewave <winklbauer_m@zoho.eu>"
 license="MIT"
 homepage="http://kirc.io"
 distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
-checksum=174c117b6a30f41a11a5301e24cc57be0c15a4d0c855fa2cadeca73ad5288958
+checksum=3dcd36373cd95ce3566744a431a0e8fedf5c9bb778023fb2f47f9fb9616bee08
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] kirc: update to 0.2.9
  2021-07-24  8:39 [PR PATCH] kirc: update to 0.2.9 notthewave
                   ` (2 preceding siblings ...)
  2021-07-25 18:38 ` notthewave
@ 2021-07-25 18:42 ` notthewave
  2021-07-25 18:43 ` notthewave
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: notthewave @ 2021-07-25 18:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages kirc
https://github.com/void-linux/void-packages/pull/32165

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

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

From 046e86298f54d1b4bdd0ff33eff258df2d0ec237 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 24 Jul 2021 10:34:40 +0200
Subject: [PATCH 1/2] kirc update to 0.2.9

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

diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template
index 2e1e51d13121..103526b3ebba 100644
--- a/srcpkgs/kirc/template
+++ b/srcpkgs/kirc/template
@@ -1,6 +1,6 @@
 # Template file for 'kirc'
 pkgname=kirc
-version=0.2.7
+version=0.2.9
 revision=1
 build_style=gnu-makefile
 short_desc="Tiny IRC client written in POSIX C99"
@@ -8,7 +8,7 @@ maintainer="notthewave <winklbauer_m@zoho.eu>"
 license="MIT"
 homepage="http://kirc.io"
 distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
-checksum=174c117b6a30f41a11a5301e24cc57be0c15a4d0c855fa2cadeca73ad5288958
+checksum=3dcd36373cd95ce3566744a431a0e8fedf5c9bb778023fb2f47f9fb9616bee08
 
 post_install() {
 	vlicense LICENSE

From 095887ae8a478da03ae5b68c5577c7ef0aa26a2a Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 24 Jul 2021 10:34:40 +0200
Subject: [PATCH 2/2] kirc: update to 0.2.9

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

diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template
index 2e1e51d13121..103526b3ebba 100644
--- a/srcpkgs/kirc/template
+++ b/srcpkgs/kirc/template
@@ -1,6 +1,6 @@
 # Template file for 'kirc'
 pkgname=kirc
-version=0.2.7
+version=0.2.9
 revision=1
 build_style=gnu-makefile
 short_desc="Tiny IRC client written in POSIX C99"
@@ -8,7 +8,7 @@ maintainer="notthewave <winklbauer_m@zoho.eu>"
 license="MIT"
 homepage="http://kirc.io"
 distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
-checksum=174c117b6a30f41a11a5301e24cc57be0c15a4d0c855fa2cadeca73ad5288958
+checksum=3dcd36373cd95ce3566744a431a0e8fedf5c9bb778023fb2f47f9fb9616bee08
 
 post_install() {
 	vlicense LICENSE

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

* Re: kirc: update to 0.2.9
  2021-07-24  8:39 [PR PATCH] kirc: update to 0.2.9 notthewave
                   ` (3 preceding siblings ...)
  2021-07-25 18:42 ` notthewave
@ 2021-07-25 18:43 ` notthewave
  2021-07-25 18:46 ` notthewave
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: notthewave @ 2021-07-25 18:43 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/32165#issuecomment-886241860

Comment:
forgot to force push sorry

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

* Re: kirc: update to 0.2.9
  2021-07-24  8:39 [PR PATCH] kirc: update to 0.2.9 notthewave
                   ` (4 preceding siblings ...)
  2021-07-25 18:43 ` notthewave
@ 2021-07-25 18:46 ` notthewave
  2021-07-25 19:15 ` ericonr
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: notthewave @ 2021-07-25 18:46 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/32165#issuecomment-886241860

Comment:
amended but forgot to force push. sorry...

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

* Re: kirc: update to 0.2.9
  2021-07-24  8:39 [PR PATCH] kirc: update to 0.2.9 notthewave
                   ` (5 preceding siblings ...)
  2021-07-25 18:46 ` notthewave
@ 2021-07-25 19:15 ` ericonr
  2021-07-25 21:42 ` [PR PATCH] [Updated] " notthewave
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-07-25 19:15 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32165#issuecomment-886245609

Comment:
Remeber to rebase and squash the commits on upstream/master, so the merge commits vanish and we get a single commit.

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

* Re: [PR PATCH] [Updated] kirc: update to 0.2.9
  2021-07-24  8:39 [PR PATCH] kirc: update to 0.2.9 notthewave
                   ` (6 preceding siblings ...)
  2021-07-25 19:15 ` ericonr
@ 2021-07-25 21:42 ` notthewave
  2021-07-25 21:43 ` notthewave
  2021-07-26  1:14 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: notthewave @ 2021-07-25 21:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages kirc
https://github.com/void-linux/void-packages/pull/32165

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

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

From 1a740dacc91fab6c8540183a4ba682e90bc66235 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 24 Jul 2021 10:34:40 +0200
Subject: [PATCH] kirc: update to 0.2.9

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

diff --git a/srcpkgs/kirc/template b/srcpkgs/kirc/template
index 2e1e51d13121..103526b3ebba 100644
--- a/srcpkgs/kirc/template
+++ b/srcpkgs/kirc/template
@@ -1,6 +1,6 @@
 # Template file for 'kirc'
 pkgname=kirc
-version=0.2.7
+version=0.2.9
 revision=1
 build_style=gnu-makefile
 short_desc="Tiny IRC client written in POSIX C99"
@@ -8,7 +8,7 @@ maintainer="notthewave <winklbauer_m@zoho.eu>"
 license="MIT"
 homepage="http://kirc.io"
 distfiles="https://github.com/mcpcpc/${pkgname}/archive/refs/tags/${version}.tar.gz"
-checksum=174c117b6a30f41a11a5301e24cc57be0c15a4d0c855fa2cadeca73ad5288958
+checksum=3dcd36373cd95ce3566744a431a0e8fedf5c9bb778023fb2f47f9fb9616bee08
 
 post_install() {
 	vlicense LICENSE

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

* Re: kirc: update to 0.2.9
  2021-07-24  8:39 [PR PATCH] kirc: update to 0.2.9 notthewave
                   ` (7 preceding siblings ...)
  2021-07-25 21:42 ` [PR PATCH] [Updated] " notthewave
@ 2021-07-25 21:43 ` notthewave
  2021-07-26  1:14 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: notthewave @ 2021-07-25 21:43 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/32165#issuecomment-886261722

Comment:
Learned a new thing


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

* Re: [PR PATCH] [Merged]: kirc: update to 0.2.9
  2021-07-24  8:39 [PR PATCH] kirc: update to 0.2.9 notthewave
                   ` (8 preceding siblings ...)
  2021-07-25 21:43 ` notthewave
@ 2021-07-26  1:14 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-07-26  1:14 UTC (permalink / raw)
  To: ml

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

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

kirc: update to 0.2.9
https://github.com/void-linux/void-packages/pull/32165

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


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

end of thread, other threads:[~2021-07-26  1:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-24  8:39 [PR PATCH] kirc: update to 0.2.9 notthewave
2021-07-24  8:43 ` notthewave
2021-07-25 18:37 ` [PR PATCH] [Updated] " notthewave
2021-07-25 18:38 ` notthewave
2021-07-25 18:42 ` notthewave
2021-07-25 18:43 ` notthewave
2021-07-25 18:46 ` notthewave
2021-07-25 19:15 ` ericonr
2021-07-25 21:42 ` [PR PATCH] [Updated] " notthewave
2021-07-25 21:43 ` notthewave
2021-07-26  1:14 ` [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).