Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: d5269011 by Timo Aaltonen at 2022-11-08T15:04:06+02:00 rules: Update list of archs without rustc. - - - - - 20409964 by Timo Aaltonen at 2022-11-08T15:18:22+02:00 libegl1-mesa-dev.install: Updated. - - - - - 02f63fcf by Timo Aaltonen at 2022-11-08T15:42:29+02:00 fix-symbols.diff: Fix a typo in glx symbols. - - - - - f5d8da3e by Timo Aaltonen at 2022-11-08T15:46:41+02:00 libglx-mesa0.symbols: Updated. - - - - - 8f20e611 by Timo Aaltonen at 2022-11-08T15:47:24+02:00 release to experimental - - - - - 6 changed files: - debian/changelog - debian/libegl1-mesa-dev.install - debian/libglx-mesa0.symbols - + debian/patches/fix-symbols.diff - debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +mesa (22.3.0~rc1-2) experimental; urgency=medium + + * rules: Update list of archs without rustc. + * libegl1-mesa-dev.install: Updated. + * fix-symbols.diff: Fix a typo in glx symbols. + * libglx-mesa0.symbols: Updated. + + -- Timo Aaltonen <[email protected]> Tue, 08 Nov 2022 15:47:05 +0200 + mesa (22.3.0~rc1-1) experimental; urgency=medium [ Timo Aaltonen ] ===================================== debian/libegl1-mesa-dev.install ===================================== @@ -1,2 +1,2 @@ usr/include/EGL/eglmesaext.h -usr/include/EGL/eglextchromium.h +usr/include/EGL/eglext_angle.h ===================================== debian/libglx-mesa0.symbols ===================================== @@ -420,6 +420,7 @@ libGLX_mesa.so.0 libglx-mesa0 glGetMinmaxParameteriv@Base 0 glGetMultisamplefv@Base 0 glGetObjectLabel@Base 0 + glGetObjectLabelEXT@Base 22.3.0~rc1 glGetObjectParameterfvARB@Base 0 glGetObjectParameterivARB@Base 0 glGetObjectPtrLabel@Base 0 @@ -572,6 +573,7 @@ libGLX_mesa.so.0 libglx-mesa0 glIsTextureEXT@Base 0 glIsTransformFeedback@Base 0 glIsVertexArray@Base 0 + glLabelObjectEXT@Base 22.3.0~rc1 glLightModelf@Base 0 glLightModelfv@Base 0 glLightModeli@Base 0 ===================================== debian/patches/fix-symbols.diff ===================================== @@ -0,0 +1,11 @@ +--- a/src/mapi/glapi/gen/static_data.py ++++ b/src/mapi/glapi/gen/static_data.py +@@ -2145,7 +2145,7 @@ functions = [ + "GetnUniformuiv", + "GetnUniformuivARB", + "GetObjectLabel", +- "GetObjectLabelEXT" ++ "GetObjectLabelEXT", + "GetObjectParameterfvARB", + "GetObjectParameterivARB", + "GetObjectPtrLabel", ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ 07_gallium-fix-build-failure-on-powerpcspe.diff path_max.diff src_glx_dri_common.h.diff +fix-symbols.diff ===================================== debian/rules ===================================== @@ -47,7 +47,7 @@ confflags_DRI3 = -Ddri3=disabled confflags_OSMESA = -Dosmesa=true confflags_SSE2 = -Dsse2=true -NO_RUSTC_ARCHS = powerpc ppc64 riscv64 sparc64 +NO_RUSTC_ARCHS = alpha arc hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k powerpc ppc64 riscv64 sh4 sparc64 x32 # hurd doesn't do direct rendering ifeq ($(DEB_HOST_ARCH_OS), hurd) View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/7662d7722e2a393e6fdc7b280ea863dddf6d88f8...8f20e6112056d9620e57a9ae4cfaad9d23899051 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/compare/7662d7722e2a393e6fdc7b280ea863dddf6d88f8...8f20e6112056d9620e57a9ae4cfaad9d23899051 You're receiving this email because of your account on salsa.debian.org.

