Bug#1066112: weston: Enable support to libseat launcher in weston 10

2024-05-10 Thread Carlos Henrique Lima Melara
Hi, Dylan!

On Fri, Apr 05, 2024 at 09:28:02PM +0200, Dylan Aïssi wrote:
> Hi,
> 
> Le ven. 5 avr. 2024 à 16:00, Dylan Aïssi  a écrit :
> > Meanwhile, I pinged upstream to ask for their opinion about
> > that to make sure we are not going to break stuff.
> 
> launcher-libseat has an higher priority than launcher-logind,
> that means enabling launcher-libseat will change the default
> behavior for all users. Although this should be harmless
> because libseat should contact logind, it doesn't work for
> whatever reason. I just tested with a VM without a
> graphical login. I can launch weston 10.0.1-1, but
> it fails with 10.0.1-1+deb12u1. So, I guess it would
> require more changes unsuitable for bookworm :-(

First of all, thanks for being so helpful in this wishlist bug!

I did some investigation on weston and turns out out it's pretty easy to
change the launcher order weston uses (see attached patch). I tested it
with a debian12 vm and weston comes up correctly using systemd-logind.
As you said, without this patch, it doesn't. I also did the ABI
compatibility analysis and it's 100% compatible with bookworm's weston.

I think it's a harmless patch, but it would be nice if you could ping
upstream about it. Also, now we have a patch and a new feature so maybe
you think it's too much for a stable update.

Is there a formal procedure to enter Debian's X strike force? Do you
usually use a mailing list or maybe irc? Is there a wiki with more
documentation? I'm spending quite some time looking at it's package so I
might as well try to contribute :-)

> 
> Best,
> Dylan

Cheers,
Charles
From 8d77f72ef669db60a11c9e5e2dd491a638ba76f8 Mon Sep 17 00:00:00 2001
From: Carlos Henrique Lima Melara 
Date: Thu, 9 May 2024 12:53:47 -0300
Subject: [PATCH] d/p/move-libseat-launch-to-lowest-priority.patch: add new
 patch

---
 ...ve-libseat-launch-to-lowest-priority.patch | 39 +++
 debian/patches/series |  1 +
 2 files changed, 40 insertions(+)
 create mode 100644 debian/patches/move-libseat-launch-to-lowest-priority.patch
 create mode 100644 debian/patches/series

diff --git a/debian/patches/move-libseat-launch-to-lowest-priority.patch b/debian/patches/move-libseat-launch-to-lowest-priority.patch
new file mode 100644
index ..e13d090e
--- /dev/null
+++ b/debian/patches/move-libseat-launch-to-lowest-priority.patch
@@ -0,0 +1,39 @@
+From: Carlos Henrique Lima Melara 
+Date: Thu, 9 May 2024 12:46:45 -0300
+Subject: libweston/launcher-util: move launcher-libseat to lowest priority
+
+Previously we had launcher-libseat support disabled in bookworm as it was the
+default in upstream weston. To enable it and support other init systems not
+relying on systemd-logind, we move it to lowest priority. In this way, we can
+have the same behaviour as previously for systems with systemd, but also support
+systems using libseat for example.
+
+Fowarded: not-needed
+Bug-Debian: https://bugs.debian.org/1066112
+Last-Update: 2024-05-09
+---
+ libweston/launcher-util.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/libweston/launcher-util.c b/libweston/launcher-util.c
+index b2219b6..24e74cb 100644
+--- a/libweston/launcher-util.c
 b/libweston/launcher-util.c
+@@ -37,14 +37,14 @@
+ #include 
+
+ static const struct launcher_interface *ifaces[] = {
+-#ifdef HAVE_LIBSEAT
+-	_libseat_iface,
+-#endif
+ #ifdef HAVE_SYSTEMD_LOGIN
+ 	_logind_iface,
+ #endif
+ 	_weston_launch_iface,
+ 	_direct_iface,
++#ifdef HAVE_LIBSEAT
++	_libseat_iface,
++#endif
+ 	NULL,
+ };
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index ..cf9b9c2b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+move-libseat-launch-to-lowest-priority.patch
-- 
2.43.0



signature.asc
Description: PGP signature


Processing of mesa_24.1.0~rc3-1_source.changes

2024-05-10 Thread Debian FTP Masters
mesa_24.1.0~rc3-1_source.changes uploaded successfully to localhost
along with the files:
  mesa_24.1.0~rc3-1.dsc
  mesa_24.1.0~rc3.orig.tar.xz
  mesa_24.1.0~rc3.orig.tar.xz.asc
  mesa_24.1.0~rc3-1.debian.tar.xz
  mesa_24.1.0~rc3-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



[Git][xorg-team/lib/mesa][upstream-experimental] 32 commits: .pick_status.json: Update to 603982ea802b3846e91a943b413a7baf430e875d

2024-05-10 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch upstream-experimental at X Strike Force / lib / 
mesa


Commits:
db1835d8 by Eric Engestrom at 2024-05-05T15:46:46+02:00
.pick_status.json: Update to 603982ea802b3846e91a943b413a7baf430e875d

- - - - -
726c28f9 by Iván Briano at 2024-05-05T15:46:58+02:00
anv: fix casting to graphics_pipeline_base

The macro takes the type of the pipeline to check for, but the cast to
base checks for a full graphics pipeline, so if used on a library one it
fails.

Cc: mesa-stable

Reviewed-by: Lionel Landwerlin lionel.g.landwer...@intel.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29011;
(cherry picked from commit 6223388c738e37a6d509ba54e2d179ee5773a4d6)

- - - - -
7252bb2d by Yusuf Khan at 2024-05-05T15:46:58+02:00
nouveau: Fix crash when destination or source screen fences are null

Fixes: dEQP-EGL.functional.sharing.gles2.multithread.random_egl_sync.*,
one of them, its quite finiky, one may say random

Signed-off-by: Yusuf Khan yusisameri...@gmail.com
Reviewed-by: Karol Herbst kher...@redhat.com

Cc: mesa-stable
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28618;
(cherry picked from commit 482d9fcbf304e41a0a4ab461894277e5cfd2c9b2)

- - - - -
60bb6425 by Rohan Garg at 2024-05-05T15:46:59+02:00
anv: allocate space for generated indirect draw ids using the temporary 
allocation helper

Generated Indirect Draws need a small temporary allocate to store draw
ids. Use the new temporary allocation helper to allocate that space.

Fixes: 82d772fa9b (anv: create new helper for small allocations)
Signed-off-by: Rohan Garg rohan.g...@intel.com
Reviewed-by: Lionel Landwerlin lionel.g.landwer...@intel.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28989;
(cherry picked from commit e50234de8624a8c42d050806de9f404ce189f452)

- - - - -
00b2aaf2 by Sviatoslav Peleshko at 2024-05-05T15:47:00+02:00
anv: Fix descriptor sampler offsets assignment

This seems to be a simple copy-paste mistake. It makes sense to or-assign
surface offsets because we clear the actual offset part with a mask first,
but sampler offsets should be just assigned instead.

Fixes: 7c76125d (anv: use 2 different buffers for surfaces/samplers in 
descriptor sets)
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10790
Signed-off-by: Sviatoslav Peleshko sviatoslav.peles...@globallogic.com
Reviewed-by: Lionel Landwerlin lionel.g.landwer...@intel.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29019;
(cherry picked from commit 39c4de7e42a85a6871c552c2d55ddb7d3a1988ee)

- - - - -
80af43b9 by Gert Wollny at 2024-05-05T15:47:00+02:00
zink/kopper: Wait for last QueuePresentKHR to finish before acquiring for 
readback

When a job is submitted to the flush_queue the resource dt_idx is reset,
and if a readback is requested then we have to make sure that the
corresponding kopper_preset has finished before we can acquire the image
for readback, so wait for the according fence in this case.

This fixes the validation error UNASSIGNED-Threading-MultipleThreads-Write
triggered by piglit read-front lavapipe.

Fixes: 8ade5588e39d736bdeab9bdd8ffa7cbfb6a5191e
zink: add kopper api

Signed-off-by: Gert Wollny gert.wol...@collabora.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28127;
(cherry picked from commit 811ed6286590bed340a73d3115a283a027d9091b)

- - - - -
80d8da9d by Gert Wollny at 2024-05-05T15:47:01+02:00
mesa/st: dont use base shader serialization when uniforms are not packed

When loading the base shader serialization there is a discrepancy
between the state parameters that may already have been optimized,
because after storing the serialization the shader went through
st_finalize_nir, and _mesa_optimize_state_parameters was run, so
that original state parameters may have been optimized and replaced
by new parameters.

After get_nir_shader is called, the original state parameters are
re-added - in addition to the optimized parameters. This lead to
an bug with the uniform offsets when lowering uniforms to UBOs.

Therefore, as a hotfix for drivers that dont support packed
uniforms, ignore the base serialization and use the
serialization obtained after st_finalize_nir was run. With that
the problem can be avoided.

Fixes: 5eb0136a3c561e25d3f274e33a86812cfb2af589
mesa/st: when creating draw shader variants,
use the base nir and skip driver opts

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10881

v2: reorder conditional evaluation for better readability (zmike)
v3: revert c72bb8de7 (r300: mark new fails) (Pavel Ondračka)

Signed-off-by: Gert Wollny gert.wol...@collabora.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28994;
(cherry picked from commit 7de8a010876b6e1fdf7fc8cf15f3f0e10ba5c569)

- - - - -
55ad51ff by Ian Romanick at 2024-05-05T15:47:02+02:00
intel/brw: Fix optimize_extract_to_float for i2f of unsigned extract

Fixes 

[Git][xorg-team/lib/mesa] Pushed new tag mesa-24.1.0-rc3-1

2024-05-10 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag mesa-24.1.0-rc3-1 at X Strike Force / lib / mesa

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/tree/mesa-24.1.0-rc3-1
You're receiving this email because of your account on salsa.debian.org.




Processing of mesa_24.0.7-1_source.changes

2024-05-10 Thread Debian FTP Masters
mesa_24.0.7-1_source.changes uploaded successfully to localhost
along with the files:
  mesa_24.0.7-1.dsc
  mesa_24.0.7.orig.tar.xz
  mesa_24.0.7.orig.tar.xz.asc
  mesa_24.0.7-1.debian.tar.xz
  mesa_24.0.7-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



[Git][xorg-team/lib/mesa][upstream-unstable] 48 commits: docs: add sha256sum for 24.0.6

2024-05-10 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / lib / mesa


Commits:
334cba5e by Eric Engestrom at 2024-04-24T20:10:31+02:00
docs: add sha256sum for 24.0.6

- - - - -
b1145982 by Eric Engestrom at 2024-04-30T14:09:02+02:00
.pick_status.json: Update to 86281ef15fca378ef48bcb072a762168e537820d

- - - - -
e65cf539 by Eric Engestrom at 2024-04-30T14:09:21+02:00
.pick_status.json: Mark 0666a715c7210558017ce717f6b0b947c679a68e as denominated

- - - - -
e1332ee9 by Samuel Pitoiset at 2024-04-30T14:23:24+02:00
radv: fix image format properties with fragment shading rate usage

This was missing and this caused test failures for formats different
than VK_FORMAT_R8_UINT which is the only one supported for FSR.

Fixes recent
dEQP-VK.api.info.unsupported_image_usage.*.fragment_shading_rate_attachment.*.

Cc: mesa-stable
Signed-off-by: Samuel Pitoiset samuel.pitoi...@gmail.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28893;
(cherry picked from commit e8d94536d21a6f2087b21eecc9f15dcac0a362e8)

- - - - -
5d0c48b8 by Kenneth Graunke at 2024-04-30T14:23:25+02:00
isl: Set MOCS to uncached for Gfx12.0 blitter sources/destinations

We were accidentally leaving XY_BLOCK_COPY_BLTs Source and Destination
MOCS fields set to 0 (Error: Reserved for Non-Use) on Gfx12.0 systems.
This was causing assert fails in debug builds, since we try to ensure
that we dont do that.  In theory, MOCS 0 is supposed to be equivalent
to MOCS 2 (all the caching), but...we probably ought to use MOCS 3
(uncached).  Every Gfx12.5+ platform requires it, so although there
isnt a note about Gfx12.0 needing that, its possible that it does.
Were currently only using the blitter for DRI PRIME blits on Gfx12.0,
anyway, and I think were flushing all the caches regardless.

This bug was somewhat obscure to hit:
- You need a hybrid graphics system with Gfx12.0 and some other GPU
- You have to be using reverse PRIME, i.e. rendering on the 
integrated
  GPU and displaying on the discrete one.  This is not the common case.
- You have to be using a debug build.

No observable performance delta in GfxBench5 Car Chase (an arbitrary
program) when rendering on Alderlake GT1 and displaying on an Arc A770.

Fixes: 194afe84163 (anv/iris/blorp: use the right MOCS values for each 
engine)
Reviewed-by: Lionel Landwerlin lionel.g.landwer...@intel.com
Reviewed-by: Rohan Garg rohan.g...@intel.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28894;
(cherry picked from commit e6fb3ba03798fc2550bdb5ec6651690a34ac3509)

- - - - -
0b1d5f32 by Lionel Landwerlin at 2024-04-30T14:23:26+02:00
anv: disable dual source blending state if not used in shader

Fixing some simulation issues on Gfx9/11 with zink on anv running dual
source blending piglit tests like :

   ./bin/arb_blend_func_extended-dual-src-blending-discard-without-src1 -auto 
-fbo

Signed-off-by: Lionel Landwerlin lionel.g.landwer...@intel.com
Cc: mesa-stable
Reviewed-by: Tapani Pälli tapani.pa...@intel.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28901;
(cherry picked from commit 68dfe17abcca6299951734df3f9758c401286b57)

- - - - -
714f7bd5 by Constantine Shablia at 2024-04-30T14:23:27+02:00
pan/bi: fix 1D array tex coord lowering

We were erroneously specifying Y for 1D arrays

Cc: mesa-stable
Suggested-by: Erik Faye-Lund erik.faye-l...@collabora.com
Reviewed-by: Erik Faye-Lund erik.faye-l...@collabora.com
Reviewed-by: Boris Brezillon boris.brezil...@collabora.com
Reviewed-by: Mary Guillemard mary.guillem...@collabora.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28899;
(cherry picked from commit 3139f8f62384901b02d1fdc516ff3989f8a1f339)

- - - - -
8f0d4074 by Daniel Schürmann at 2024-04-30T14:26:37+02:00
aco/ra: fix kill flags after renaming fixed Operands

Suggested-by: Rhys Perry pendingchao...@gmail.com
Cc: mesa-stable
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28876;
(cherry picked from commit be1e68b4ee97ed714417c8917182a5326f5b379f)

- - - - -
b13f4897 by Mike Blumenkrantz at 2024-04-30T14:26:38+02:00
zink: reconstruct features pnext after determining extension support

for extensions that require features/properties to enable support, this
avoids adding the feature struct to the device createinfo

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11067

cc: mesa-stable

Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28925;
(cherry picked from commit 2c180c47f74b716448a0fb8b505b533b556e458a)

- - - - -
8197d551 by Rohan Garg at 2024-04-30T14:26:39+02:00
anv: formatting fix when printing pipe controls

Fixes: abc4111 (anv: pass steam output as argument for 
anv_dump_pipe_bits)
Signed-off-by: Rohan Garg rohan.g...@intel.com
Reviewed-by: Lionel Landwerlin lionel.g.landwer...@intel.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28931;
(cherry picked from commit b40675947996faea8c4455dc44492d003bc9f49f)

- - - - -
1ac05d04 by 

[Git][xorg-team/lib/mesa][debian-unstable] 52 commits: docs: add sha256sum for 24.0.6

2024-05-10 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa


Commits:
334cba5e by Eric Engestrom at 2024-04-24T20:10:31+02:00
docs: add sha256sum for 24.0.6

- - - - -
b1145982 by Eric Engestrom at 2024-04-30T14:09:02+02:00
.pick_status.json: Update to 86281ef15fca378ef48bcb072a762168e537820d

- - - - -
e65cf539 by Eric Engestrom at 2024-04-30T14:09:21+02:00
.pick_status.json: Mark 0666a715c7210558017ce717f6b0b947c679a68e as denominated

- - - - -
e1332ee9 by Samuel Pitoiset at 2024-04-30T14:23:24+02:00
radv: fix image format properties with fragment shading rate usage

This was missing and this caused test failures for formats different
than VK_FORMAT_R8_UINT which is the only one supported for FSR.

Fixes recent
dEQP-VK.api.info.unsupported_image_usage.*.fragment_shading_rate_attachment.*.

Cc: mesa-stable
Signed-off-by: Samuel Pitoiset samuel.pitoi...@gmail.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28893;
(cherry picked from commit e8d94536d21a6f2087b21eecc9f15dcac0a362e8)

- - - - -
5d0c48b8 by Kenneth Graunke at 2024-04-30T14:23:25+02:00
isl: Set MOCS to uncached for Gfx12.0 blitter sources/destinations

We were accidentally leaving XY_BLOCK_COPY_BLTs Source and Destination
MOCS fields set to 0 (Error: Reserved for Non-Use) on Gfx12.0 systems.
This was causing assert fails in debug builds, since we try to ensure
that we dont do that.  In theory, MOCS 0 is supposed to be equivalent
to MOCS 2 (all the caching), but...we probably ought to use MOCS 3
(uncached).  Every Gfx12.5+ platform requires it, so although there
isnt a note about Gfx12.0 needing that, its possible that it does.
Were currently only using the blitter for DRI PRIME blits on Gfx12.0,
anyway, and I think were flushing all the caches regardless.

This bug was somewhat obscure to hit:
- You need a hybrid graphics system with Gfx12.0 and some other GPU
- You have to be using reverse PRIME, i.e. rendering on the 
integrated
  GPU and displaying on the discrete one.  This is not the common case.
- You have to be using a debug build.

No observable performance delta in GfxBench5 Car Chase (an arbitrary
program) when rendering on Alderlake GT1 and displaying on an Arc A770.

Fixes: 194afe84163 (anv/iris/blorp: use the right MOCS values for each 
engine)
Reviewed-by: Lionel Landwerlin lionel.g.landwer...@intel.com
Reviewed-by: Rohan Garg rohan.g...@intel.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28894;
(cherry picked from commit e6fb3ba03798fc2550bdb5ec6651690a34ac3509)

- - - - -
0b1d5f32 by Lionel Landwerlin at 2024-04-30T14:23:26+02:00
anv: disable dual source blending state if not used in shader

Fixing some simulation issues on Gfx9/11 with zink on anv running dual
source blending piglit tests like :

   ./bin/arb_blend_func_extended-dual-src-blending-discard-without-src1 -auto 
-fbo

Signed-off-by: Lionel Landwerlin lionel.g.landwer...@intel.com
Cc: mesa-stable
Reviewed-by: Tapani Pälli tapani.pa...@intel.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28901;
(cherry picked from commit 68dfe17abcca6299951734df3f9758c401286b57)

- - - - -
714f7bd5 by Constantine Shablia at 2024-04-30T14:23:27+02:00
pan/bi: fix 1D array tex coord lowering

We were erroneously specifying Y for 1D arrays

Cc: mesa-stable
Suggested-by: Erik Faye-Lund erik.faye-l...@collabora.com
Reviewed-by: Erik Faye-Lund erik.faye-l...@collabora.com
Reviewed-by: Boris Brezillon boris.brezil...@collabora.com
Reviewed-by: Mary Guillemard mary.guillem...@collabora.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28899;
(cherry picked from commit 3139f8f62384901b02d1fdc516ff3989f8a1f339)

- - - - -
8f0d4074 by Daniel Schürmann at 2024-04-30T14:26:37+02:00
aco/ra: fix kill flags after renaming fixed Operands

Suggested-by: Rhys Perry pendingchao...@gmail.com
Cc: mesa-stable
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28876;
(cherry picked from commit be1e68b4ee97ed714417c8917182a5326f5b379f)

- - - - -
b13f4897 by Mike Blumenkrantz at 2024-04-30T14:26:38+02:00
zink: reconstruct features pnext after determining extension support

for extensions that require features/properties to enable support, this
avoids adding the feature struct to the device createinfo

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11067

cc: mesa-stable

Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28925;
(cherry picked from commit 2c180c47f74b716448a0fb8b505b533b556e458a)

- - - - -
8197d551 by Rohan Garg at 2024-04-30T14:26:39+02:00
anv: formatting fix when printing pipe controls

Fixes: abc4111 (anv: pass steam output as argument for 
anv_dump_pipe_bits)
Signed-off-by: Rohan Garg rohan.g...@intel.com
Reviewed-by: Lionel Landwerlin lionel.g.landwer...@intel.com
Part-of: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28931;
(cherry picked from commit b40675947996faea8c4455dc44492d003bc9f49f)

- - - - -
1ac05d04 by Iván 

[Git][xorg-team/lib/mesa] Pushed new tag mesa-24.0.7-1

2024-05-10 Thread Timo Aaltonen (@tjaalton)


Timo Aaltonen pushed new tag mesa-24.0.7-1 at X Strike Force / lib / mesa

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/-/tree/mesa-24.0.7-1
You're receiving this email because of your account on salsa.debian.org.




mesa_24.1.0~rc3-1_source.changes ACCEPTED into experimental

2024-05-10 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 10 May 2024 10:30:26 +0300
Source: mesa
Built-For-Profiles: noudeb
Architecture: source
Version: 24.1.0~rc3-1
Distribution: experimental
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Changes:
 mesa (24.1.0~rc3-1) experimental; urgency=medium
 .
   * New upstream release candidate.
Checksums-Sha1:
 74095f33ccb11cd091b02a93bfae6fc12774797c 5933 mesa_24.1.0~rc3-1.dsc
 478a14673f3a8816e9716f76abd9bf94e4e9ec24 28889928 mesa_24.1.0~rc3.orig.tar.xz
 27cbe9dc4f725c4daed21b9f963d4350f228aa7d 488 mesa_24.1.0~rc3.orig.tar.xz.asc
 c7689957626e2fedd57e3878721c516cd28cf55e 103340 mesa_24.1.0~rc3-1.debian.tar.xz
 c935ee5756841441fab039171106126ec8d2a535 10604 
mesa_24.1.0~rc3-1_source.buildinfo
Checksums-Sha256:
 8208d2c7edfc393ec0a4914b14a4476d9d02454ff25ce05e84ff76a08610f894 5933 
mesa_24.1.0~rc3-1.dsc
 2266b141fce3cc17035ab34fe60cd964a939ebd61917da53b6890a1b8f9c1593 28889928 
mesa_24.1.0~rc3.orig.tar.xz
 dc1dcd6ec71f95398686d2040b534671749868b4248061470570eff41b2084f9 488 
mesa_24.1.0~rc3.orig.tar.xz.asc
 7abaa251da5a69f96b21e826842b5327752ff2c3e71c0d7281749a8dacf4910e 103340 
mesa_24.1.0~rc3-1.debian.tar.xz
 9782f59e9042d7bad5ca8c67a829ecf037f8933a9a26575d97ba9c607a8fe83f 10604 
mesa_24.1.0~rc3-1_source.buildinfo
Files:
 fa700a66a4ec0ea4ba7bcfc4adee9f34 5933 graphics optional mesa_24.1.0~rc3-1.dsc
 49d696b8b2b2fd92d829d89a2f285ab7 28889928 graphics optional 
mesa_24.1.0~rc3.orig.tar.xz
 2e1127aa900b8bc0cbfb4792e74213c2 488 graphics optional 
mesa_24.1.0~rc3.orig.tar.xz.asc
 92620644a228557bf0539d0db00f32dd 103340 graphics optional 
mesa_24.1.0~rc3-1.debian.tar.xz
 861551aa32028bdd0bf9a8ccdb38ed71 10604 graphics optional 
mesa_24.1.0~rc3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmY9zScACgkQy3AxZaiJ
hNyEbBAAkqv6PA4sVQD/3qpSWVwzI0F7QsLHP1cep5tPfyyShMEScNr9DTgUXlZZ
jVFzUkZqkIq6cnjZRL29ZpDtU/hMTa2NitQu6igkHIL3WVLHYJBgP7nDMjpVSkrd
7ZPSrTNhzqSz1dbfX4Fzr5iA2no9HVffuEQWe1ff7cIoaA+ke3/RgZSRTdOZYYFu
3/bA3AXmQWGMfEanmcPcZc6fgJItkFASnGXvNRwtyVKxjJtBVZYkMpPWLDDGhayu
mIkw85A2zRw0SeSdBW6qgiEZbLLFVz1VNOgao3ZQKRgWVkA0HaDjw34FfZlXrVeb
/Ku5OWUtjEViy7VthAmdskR7Y/9Cbg94QL9TXmtt9mA+mYXu/s7qYaRgTCVaQLog
YxDidZz2CP6gzJ0wT+mMAWZfnhNjikB8YanhF0KcUo2DypcV2lJau3bJLKA3B+f1
zIuPfNEL5pehRGuUcL2L9gIL+q8bhZxgyKmWn49Gfq6Mpt53D2WxWYK8D7HYE2L2
IXbxfSPkXhuKUOAdp8zRIK5ClV4AWwzN/4CuHnGrLm3/AmXz1ST4N6cQpHrOPhip
JOrUhTmCdap/A7+4fIWmMFLcKzm1FpFnGSEGcZUyo1SiBH5OxSVJvL13+/0mK00j
HdkwJvYb9ycrM2qZ52hhOBw6uPw1jnQ3K1vZUTDWsDVPleGRvmk=
=IqGJ
-END PGP SIGNATURE-



pgpPOQ5ua_t7a.pgp
Description: PGP signature


Bug#1036176: marked as done (mesa: please consider upgrading to 3.0 source format)

2024-05-10 Thread Debian Bug Tracking System
Your message dated Fri, 10 May 2024 07:34:57 +
with message-id 
and subject line Bug#1036176: fixed in mesa 24.0.7-1
has caused the Debian Bug report #1036176,
regarding mesa: please consider upgrading to 3.0 source format
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1036176: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036176
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Source: mesa
Version: 22.3.6-1+deb12u1
Severity: wishlist

Please switch xss-lock to the 3.0 (quilt) source format.
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 24.0.7-1
Done: Timo Aaltonen 

We believe that the bug you reported is fixed in the latest version of
mesa, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1036...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen  (supplier of updated mesa package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 10 May 2024 10:18:58 +0300
Source: mesa
Built-For-Profiles: noudeb
Architecture: source
Version: 24.0.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 1036176
Changes:
 mesa (24.0.7-1) unstable; urgency=medium
 .
   * New upstream release.
   * source: Switch to source format 3.0 (quilt), because upstream
 provides only .xz tarballs. (Closes: #1036176)
Checksums-Sha1:
 22f478d035467d1eb2d0ec2c12ac6c0db1056d7a 5893 mesa_24.0.7-1.dsc
 af2a772ce3ee4dd001cd7a44c3d1370d042dbfb1 20144724 mesa_24.0.7.orig.tar.xz
 af267e53b0eec7089187d6aec3a9d89e37308431 488 mesa_24.0.7.orig.tar.xz.asc
 d072056f71e786cd51d8fd5cfae3e3c0fc8ce9fc 103288 mesa_24.0.7-1.debian.tar.xz
 303f5ecfc5a1c5d90f4ca14ca4a5263033ff7cdd 10588 mesa_24.0.7-1_source.buildinfo
Checksums-Sha256:
 409be08af1e8cb61a8d64fe3dc15d4f2809c39e5918b532b9706e7311f2be3aa 5893 
mesa_24.0.7-1.dsc
 7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a 20144724 
mesa_24.0.7.orig.tar.xz
 b381152085813b52872f460ebc9a98b7db60cd3756edd2e2b3b68de55791e1c9 488 
mesa_24.0.7.orig.tar.xz.asc
 e89de7fd999376da01854b0ab997b0c920f96e12188c115ab0405f4931d4fbdf 103288 
mesa_24.0.7-1.debian.tar.xz
 c7727b7e59ec78a8c3b5cc71ad15909a1f1aa22919f966ba9b7e0668f3a0beea 10588 
mesa_24.0.7-1_source.buildinfo
Files:
 8c1d371d05a7cd6b0e3df3ccd8b6443c 5893 graphics optional mesa_24.0.7-1.dsc
 20e3808393ab7e726447fafa38cddb71 20144724 graphics optional 
mesa_24.0.7.orig.tar.xz
 decaf23e27ba1a29ef751f0b16a05aad 488 graphics optional 
mesa_24.0.7.orig.tar.xz.asc
 217f51bb99a39f8a1bad364a9845a7eb 103288 graphics optional 
mesa_24.0.7-1.debian.tar.xz
 5bf8018029a154d95e4a247be05ac59c 10588 graphics optional 
mesa_24.0.7-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmY9ynIACgkQy3AxZaiJ
hNyaJA//THVpYfpOxuD7ZINWgk/h3pBDr1n82EAB2k1e6SguixEKquJ/4b+2e7Yu
dVaq39wzTPpvJIepDQgWXmhWJjg5MaMRq7Rc6oMdJEXMK3CNzDiJ3ASgJel3P+dm
U145B32CAGZqJZDs2JlxxHO6u2gdixrMkleNgEP2mJNnzgqvNTS70eEazjcbHS40
2tBO2iDznuolKrxPNEUWEXEqwgkcRlKFIMw6bJDyi/xR/gTGH+cyrI8PosYxPa8h
HE0MLDu6kHegNNBNmrrpmaNb/BG5SoJZZUkbhFEMsEphuz9HP13xoFZlxMbB/AHq
NBZlToH3QMH09oMzne8Oon452Xqc6m7xPg0lHsY7WsT2D39Koqgibr7DLi0MDyeU
ojCpBiMzimUrGjSzBCXBGhr2bOMQ06U4ikeZF0Jw8rO3gBuKJ2M2tfHQlLQ5rSUx
VGyWyM9vsLrsRBzD0Rdbf/BAXnhsE8NTVmXO/2BtJqdvxm8yfxQY9en9lit9MRLH
XJ6/QPlREfH7Re2ybEpCrP/pPiCb14gi6b393jD3YrvOS63oA/z2SqN0a1VF4yDM
NsaGKHnIXp6VF2l3XKzQ/AxDDzmBmHdZ0GrUDKtC1ZfsQ1N6d7aIcXq8WiBDnRy6
vPGC+Z7fPrfMvbA0bNma0Eq72wkqK6+JNNbeZzaWf94l5oZGT+s=
=Yq/T
-END PGP SIGNATURE-



pgpvE2PpyGVmM.pgp
Description: PGP signature
--- End Message ---


mesa_24.0.7-1_source.changes ACCEPTED into unstable

2024-05-10 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 10 May 2024 10:18:58 +0300
Source: mesa
Built-For-Profiles: noudeb
Architecture: source
Version: 24.0.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Closes: 1036176
Changes:
 mesa (24.0.7-1) unstable; urgency=medium
 .
   * New upstream release.
   * source: Switch to source format 3.0 (quilt), because upstream
 provides only .xz tarballs. (Closes: #1036176)
Checksums-Sha1:
 22f478d035467d1eb2d0ec2c12ac6c0db1056d7a 5893 mesa_24.0.7-1.dsc
 af2a772ce3ee4dd001cd7a44c3d1370d042dbfb1 20144724 mesa_24.0.7.orig.tar.xz
 af267e53b0eec7089187d6aec3a9d89e37308431 488 mesa_24.0.7.orig.tar.xz.asc
 d072056f71e786cd51d8fd5cfae3e3c0fc8ce9fc 103288 mesa_24.0.7-1.debian.tar.xz
 303f5ecfc5a1c5d90f4ca14ca4a5263033ff7cdd 10588 mesa_24.0.7-1_source.buildinfo
Checksums-Sha256:
 409be08af1e8cb61a8d64fe3dc15d4f2809c39e5918b532b9706e7311f2be3aa 5893 
mesa_24.0.7-1.dsc
 7454425f1ed4a6f1b5b107e1672b30c88b22ea0efea000ae2c7d96db93f6c26a 20144724 
mesa_24.0.7.orig.tar.xz
 b381152085813b52872f460ebc9a98b7db60cd3756edd2e2b3b68de55791e1c9 488 
mesa_24.0.7.orig.tar.xz.asc
 e89de7fd999376da01854b0ab997b0c920f96e12188c115ab0405f4931d4fbdf 103288 
mesa_24.0.7-1.debian.tar.xz
 c7727b7e59ec78a8c3b5cc71ad15909a1f1aa22919f966ba9b7e0668f3a0beea 10588 
mesa_24.0.7-1_source.buildinfo
Files:
 8c1d371d05a7cd6b0e3df3ccd8b6443c 5893 graphics optional mesa_24.0.7-1.dsc
 20e3808393ab7e726447fafa38cddb71 20144724 graphics optional 
mesa_24.0.7.orig.tar.xz
 decaf23e27ba1a29ef751f0b16a05aad 488 graphics optional 
mesa_24.0.7.orig.tar.xz.asc
 217f51bb99a39f8a1bad364a9845a7eb 103288 graphics optional 
mesa_24.0.7-1.debian.tar.xz
 5bf8018029a154d95e4a247be05ac59c 10588 graphics optional 
mesa_24.0.7-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmY9ynIACgkQy3AxZaiJ
hNyaJA//THVpYfpOxuD7ZINWgk/h3pBDr1n82EAB2k1e6SguixEKquJ/4b+2e7Yu
dVaq39wzTPpvJIepDQgWXmhWJjg5MaMRq7Rc6oMdJEXMK3CNzDiJ3ASgJel3P+dm
U145B32CAGZqJZDs2JlxxHO6u2gdixrMkleNgEP2mJNnzgqvNTS70eEazjcbHS40
2tBO2iDznuolKrxPNEUWEXEqwgkcRlKFIMw6bJDyi/xR/gTGH+cyrI8PosYxPa8h
HE0MLDu6kHegNNBNmrrpmaNb/BG5SoJZZUkbhFEMsEphuz9HP13xoFZlxMbB/AHq
NBZlToH3QMH09oMzne8Oon452Xqc6m7xPg0lHsY7WsT2D39Koqgibr7DLi0MDyeU
ojCpBiMzimUrGjSzBCXBGhr2bOMQ06U4ikeZF0Jw8rO3gBuKJ2M2tfHQlLQ5rSUx
VGyWyM9vsLrsRBzD0Rdbf/BAXnhsE8NTVmXO/2BtJqdvxm8yfxQY9en9lit9MRLH
XJ6/QPlREfH7Re2ybEpCrP/pPiCb14gi6b393jD3YrvOS63oA/z2SqN0a1VF4yDM
NsaGKHnIXp6VF2l3XKzQ/AxDDzmBmHdZ0GrUDKtC1ZfsQ1N6d7aIcXq8WiBDnRy6
vPGC+Z7fPrfMvbA0bNma0Eq72wkqK6+JNNbeZzaWf94l5oZGT+s=
=Yq/T
-END PGP SIGNATURE-



pgpGPAhWglOiO.pgp
Description: PGP signature