Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mesa: update to 22.1.6.
@ 2022-08-10 22:10 HadetTheUndying
  2022-08-13 19:06 ` HadetTheUndying
  2022-08-13 19:33 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: HadetTheUndying @ 2022-08-10 22:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/HadetTheUndying/void-packages mesa-22.1.6
https://github.com/void-linux/void-packages/pull/38595

mesa: update to 22.1.6.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64-glibc
  - i686-glibc


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

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

From d055d38fb7272b3ae5ce472ae164a17fcab610b8 Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Wed, 10 Aug 2022 17:07:51 -0500
Subject: [PATCH] mesa: update to 22.1.6.

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

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index d8ba564ea8c5..427d990bd76a 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.1.3
+version=22.1.6
 revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
@@ -22,7 +22,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://docs.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=b98f32ba7aa2a1ff5725fb36eb999c693079f0ca16f70aa2f103e2b6c3f093e3
+checksum=22ced061eb9adab8ea35368246c1995c09723f3f71653cd5050c5cec376e671a
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: mesa: update to 22.1.6.
  2022-08-10 22:10 [PR PATCH] mesa: update to 22.1.6 HadetTheUndying
@ 2022-08-13 19:06 ` HadetTheUndying
  2022-08-13 19:33 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: HadetTheUndying @ 2022-08-13 19:06 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/38595#issuecomment-1214208187

Comment:
Been running for a few days without any issues, interested to see if anyone else has had any. Haven't seen any regression mentioned in other distros either.

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

* Re: [PR PATCH] [Merged]: mesa: update to 22.1.6.
  2022-08-10 22:10 [PR PATCH] mesa: update to 22.1.6 HadetTheUndying
  2022-08-13 19:06 ` HadetTheUndying
@ 2022-08-13 19:33 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2022-08-13 19:33 UTC (permalink / raw)
  To: ml

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

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

mesa: update to 22.1.6.
https://github.com/void-linux/void-packages/pull/38595

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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-GLIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64-glibc
  - i686-glibc


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

end of thread, other threads:[~2022-08-13 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10 22:10 [PR PATCH] mesa: update to 22.1.6 HadetTheUndying
2022-08-13 19:06 ` HadetTheUndying
2022-08-13 19:33 ` [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).