Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gcompat: update to 1.1.0.
@ 2023-06-28  3:20 hazen2215
  2023-06-28  3:21 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hazen2215 @ 2023-06-28  3:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hazen2215/void-packages gcompat
https://github.com/void-linux/void-packages/pull/44673

gcompat: update to 1.1.0.
<!-- 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.
-->
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From 22e8f62bb924a539ea8526aa90b0bc6f3386f704 Mon Sep 17 00:00:00 2001
From: hazen2215 <haz@disroot.org>
Date: Wed, 28 Jun 2023 12:17:25 +0900
Subject: [PATCH] gcompat: update to 1.1.0.

---
 srcpkgs/gcompat/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gcompat/template b/srcpkgs/gcompat/template
index 3988a933a5a2..dc7a4c3134ba 100644
--- a/srcpkgs/gcompat/template
+++ b/srcpkgs/gcompat/template
@@ -1,7 +1,7 @@
 # Template file for 'gcompat'
 pkgname=gcompat
-version=1.0.0
-revision=2
+version=1.1.0
+revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="musl-obstack-devel"
@@ -11,7 +11,7 @@ license="ISC"
 homepage="https://code.foxkit.us/adelie/gcompat"
 changelog="https://code.foxkit.us/adelie/gcompat/-/raw/current/CHANGELOG.rst"
 distfiles="https://distfiles.AdelieLinux.org/source/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5bcf8bbe4b417bc66b22a7a3675273aa8834480144338172bbd8e81eaf41a7c4
+checksum=4e8c9cbf0615f1ce5d56ce02d84ac9c0a3d38b5bed32e8e02e2105e9658c9d57
 
 build_options="libucontext"
 desc_option_libucontext="Build with ucontext support via libucontext"

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

* Re: [PR REVIEW] gcompat: update to 1.1.0.
  2023-06-28  3:20 [PR PATCH] gcompat: update to 1.1.0 hazen2215
@ 2023-06-28  3:21 ` classabbyamp
  2023-06-28  3:23 ` classabbyamp
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-06-28  3:21 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44673#discussion_r1244618033

Comment:
```suggestion
distfiles="https://distfiles.AdelieLinux.org/source/gcompat/gcompat-${version}.tar.xz"
```

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

* Re: [PR REVIEW] gcompat: update to 1.1.0.
  2023-06-28  3:20 [PR PATCH] gcompat: update to 1.1.0 hazen2215
  2023-06-28  3:21 ` [PR REVIEW] " classabbyamp
@ 2023-06-28  3:23 ` classabbyamp
  2023-06-28  3:44 ` [PR PATCH] [Updated] " hazen2215
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-06-28  3:23 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44673#discussion_r1244618937

Comment:
```suggestion
homepage="https://git.adelielinux.org/adelie/gcompat"
changelog="https://git.adelielinux.org/adelie/gcompat/-/raw/current/CHANGELOG.rst"
```

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

* Re: [PR PATCH] [Updated] gcompat: update to 1.1.0.
  2023-06-28  3:20 [PR PATCH] gcompat: update to 1.1.0 hazen2215
  2023-06-28  3:21 ` [PR REVIEW] " classabbyamp
  2023-06-28  3:23 ` classabbyamp
@ 2023-06-28  3:44 ` hazen2215
  2023-06-28  3:45 ` hazen2215
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hazen2215 @ 2023-06-28  3:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hazen2215/void-packages gcompat
https://github.com/void-linux/void-packages/pull/44673

gcompat: update to 1.1.0.
<!-- 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.
-->
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From 41d74048d83661f704513128b3f75e415b7d0174 Mon Sep 17 00:00:00 2001
From: hazen2215 <haz@disroot.org>
Date: Wed, 28 Jun 2023 12:17:25 +0900
Subject: [PATCH] gcompat: update to 1.1.0.

---
 srcpkgs/gcompat/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gcompat/template b/srcpkgs/gcompat/template
index 3988a933a5a2..dc17e183db4e 100644
--- a/srcpkgs/gcompat/template
+++ b/srcpkgs/gcompat/template
@@ -1,17 +1,17 @@
 # Template file for 'gcompat'
 pkgname=gcompat
-version=1.0.0
-revision=2
+version=1.1.0
+revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="musl-obstack-devel"
 short_desc="Compatibility layer to allow running glibc binaries on musl systems"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="ISC"
-homepage="https://code.foxkit.us/adelie/gcompat"
-changelog="https://code.foxkit.us/adelie/gcompat/-/raw/current/CHANGELOG.rst"
-distfiles="https://distfiles.AdelieLinux.org/source/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5bcf8bbe4b417bc66b22a7a3675273aa8834480144338172bbd8e81eaf41a7c4
+homepage="https://git.adelielinux.org/adelie/gcompat"
+changelog="https://git.adelielinux.org/adelie/gcompat/-/raw/current/CHANGELOG.rst"
+distfiles="https://distfiles.AdelieLinux.org/source/gcompat/gcompat-${version}.tar.xz"
+checksum=4e8c9cbf0615f1ce5d56ce02d84ac9c0a3d38b5bed32e8e02e2105e9658c9d57
 
 build_options="libucontext"
 desc_option_libucontext="Build with ucontext support via libucontext"

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

* Re: gcompat: update to 1.1.0.
  2023-06-28  3:20 [PR PATCH] gcompat: update to 1.1.0 hazen2215
                   ` (2 preceding siblings ...)
  2023-06-28  3:44 ` [PR PATCH] [Updated] " hazen2215
@ 2023-06-28  3:45 ` hazen2215
  2023-06-28 13:12 ` [PR PATCH] [Updated] " hazen2215
  2023-06-29 20:26 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: hazen2215 @ 2023-06-28  3:45 UTC (permalink / raw)
  To: ml

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

New comment by hazen2215 on void-packages repository

https://github.com/void-linux/void-packages/pull/44673#issuecomment-1610642687

Comment:
applied suggested changes.


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

* Re: [PR PATCH] [Updated] gcompat: update to 1.1.0.
  2023-06-28  3:20 [PR PATCH] gcompat: update to 1.1.0 hazen2215
                   ` (3 preceding siblings ...)
  2023-06-28  3:45 ` hazen2215
@ 2023-06-28 13:12 ` hazen2215
  2023-06-29 20:26 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: hazen2215 @ 2023-06-28 13:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hazen2215/void-packages gcompat
https://github.com/void-linux/void-packages/pull/44673

gcompat: update to 1.1.0.
<!-- 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.
-->
- I built this PR locally for my native architecture, (x86_64-musl)


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

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

From 03264a757b7afb0f0683b61793ba070f45e591f3 Mon Sep 17 00:00:00 2001
From: hazen2215 <haz@disroot.org>
Date: Wed, 28 Jun 2023 12:17:25 +0900
Subject: [PATCH] gcompat: update to 1.1.0.

---
 srcpkgs/gcompat/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gcompat/template b/srcpkgs/gcompat/template
index 3988a933a5a2..4fe031c5fad6 100644
--- a/srcpkgs/gcompat/template
+++ b/srcpkgs/gcompat/template
@@ -1,17 +1,17 @@
 # Template file for 'gcompat'
 pkgname=gcompat
-version=1.0.0
-revision=2
+version=1.1.0
+revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="musl-obstack-devel"
 short_desc="Compatibility layer to allow running glibc binaries on musl systems"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="ISC"
-homepage="https://code.foxkit.us/adelie/gcompat"
-changelog="https://code.foxkit.us/adelie/gcompat/-/raw/current/CHANGELOG.rst"
-distfiles="https://distfiles.AdelieLinux.org/source/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5bcf8bbe4b417bc66b22a7a3675273aa8834480144338172bbd8e81eaf41a7c4
+homepage="https://git.adelielinux.org/adelie/gcompat"
+changelog="https://git.adelielinux.org/adelie/gcompat/-/raw/current/CHANGELOG.rst"
+distfiles="https://distfiles.adelielinux.org/source/gcompat/gcompat-${version}.tar.xz"
+checksum=4e8c9cbf0615f1ce5d56ce02d84ac9c0a3d38b5bed32e8e02e2105e9658c9d57
 
 build_options="libucontext"
 desc_option_libucontext="Build with ucontext support via libucontext"

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

* Re: [PR PATCH] [Merged]: gcompat: update to 1.1.0.
  2023-06-28  3:20 [PR PATCH] gcompat: update to 1.1.0 hazen2215
                   ` (4 preceding siblings ...)
  2023-06-28 13:12 ` [PR PATCH] [Updated] " hazen2215
@ 2023-06-29 20:26 ` Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-06-29 20:26 UTC (permalink / raw)
  To: ml

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

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

gcompat: update to 1.1.0.
https://github.com/void-linux/void-packages/pull/44673

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.
-->
- I built this PR locally for my native architecture, (x86_64-musl)


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

end of thread, other threads:[~2023-06-29 20:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-28  3:20 [PR PATCH] gcompat: update to 1.1.0 hazen2215
2023-06-28  3:21 ` [PR REVIEW] " classabbyamp
2023-06-28  3:23 ` classabbyamp
2023-06-28  3:44 ` [PR PATCH] [Updated] " hazen2215
2023-06-28  3:45 ` hazen2215
2023-06-28 13:12 ` [PR PATCH] [Updated] " hazen2215
2023-06-29 20:26 ` [PR PATCH] [Merged]: " Duncaen

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