Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update meson to 1.8.0
@ 2025-05-03 15:54 baturax
  2025-05-06  7:33 ` [PR PATCH] [Updated] " baturax
  2025-06-17 19:28 ` [PR PATCH] [Closed]: " baturax
  0 siblings, 2 replies; 3+ messages in thread
From: baturax @ 2025-05-03 15:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baturax/void-packages master
https://github.com/void-linux/void-packages/pull/55240

update meson to 1.8.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.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)
- 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/55240.patch is attached

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

From d4f8e99a1d3c2ae3d1e0cc8b118ae2ff0ffb4ed5 Mon Sep 17 00:00:00 2001
From: Bai <bai@baturax.com>
Date: Sat, 3 May 2025 18:53:16 +0300
Subject: [PATCH] update meson to 1.8.0

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

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index b9f6e37a9704eb..1b8226863e04a4 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,6 +1,6 @@
 # Template file for 'meson'
 pkgname=meson
-version=1.6.1
+version=1.8.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
@@ -14,8 +14,7 @@ license="Apache-2.0"
 homepage="https://mesonbuild.com"
 changelog="https://raw.githubusercontent.com/mesonbuild/meson/master/docs/markdown/Release-notes-for-${version%.*}.0.md"
 distfiles="https://github.com/mesonbuild/meson/releases/download/${version}/meson-${version}.tar.gz"
-checksum=1eca49eb6c26d58bbee67fd3337d8ef557c0804e30a6d16bfdf269db997464de
-
+checksum=0a9b23311271519bd03dca12d7d8b0eab582c3a2c5da433d465b6e519dc88e2f
 # XXX: sanitizers aren't available on musl
 if [ "$XBPS_TARGET_LIBC" = glibc ]; then
 	checkdepends+=" libsanitizer-devel"

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

* Re: [PR PATCH] [Updated] update meson to 1.8.0
  2025-05-03 15:54 [PR PATCH] update meson to 1.8.0 baturax
@ 2025-05-06  7:33 ` baturax
  2025-06-17 19:28 ` [PR PATCH] [Closed]: " baturax
  1 sibling, 0 replies; 3+ messages in thread
From: baturax @ 2025-05-06  7:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baturax/void-packages master
https://github.com/void-linux/void-packages/pull/55240

update meson to 1.8.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.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)
- 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/55240.patch is attached

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

From d4f8e99a1d3c2ae3d1e0cc8b118ae2ff0ffb4ed5 Mon Sep 17 00:00:00 2001
From: Bai <bai@baturax.com>
Date: Sat, 3 May 2025 18:53:16 +0300
Subject: [PATCH] update meson to 1.8.0

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

diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template
index b9f6e37a9704eb..1b8226863e04a4 100644
--- a/srcpkgs/meson/template
+++ b/srcpkgs/meson/template
@@ -1,6 +1,6 @@
 # Template file for 'meson'
 pkgname=meson
-version=1.6.1
+version=1.8.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
@@ -14,8 +14,7 @@ license="Apache-2.0"
 homepage="https://mesonbuild.com"
 changelog="https://raw.githubusercontent.com/mesonbuild/meson/master/docs/markdown/Release-notes-for-${version%.*}.0.md"
 distfiles="https://github.com/mesonbuild/meson/releases/download/${version}/meson-${version}.tar.gz"
-checksum=1eca49eb6c26d58bbee67fd3337d8ef557c0804e30a6d16bfdf269db997464de
-
+checksum=0a9b23311271519bd03dca12d7d8b0eab582c3a2c5da433d465b6e519dc88e2f
 # XXX: sanitizers aren't available on musl
 if [ "$XBPS_TARGET_LIBC" = glibc ]; then
 	checkdepends+=" libsanitizer-devel"

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

* Re: [PR PATCH] [Closed]: update meson to 1.8.0
  2025-05-03 15:54 [PR PATCH] update meson to 1.8.0 baturax
  2025-05-06  7:33 ` [PR PATCH] [Updated] " baturax
@ 2025-06-17 19:28 ` baturax
  1 sibling, 0 replies; 3+ messages in thread
From: baturax @ 2025-06-17 19:28 UTC (permalink / raw)
  To: ml

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

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

update meson to 1.8.0
https://github.com/void-linux/void-packages/pull/55240

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, (x64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2025-06-17 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-03 15:54 [PR PATCH] update meson to 1.8.0 baturax
2025-05-06  7:33 ` [PR PATCH] [Updated] " baturax
2025-06-17 19:28 ` [PR PATCH] [Closed]: " baturax

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