From 8f406fc1c11b3eb844967a2103310ca67117d462d8cdfa6b5c0985ea56d8d098 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 3 Jul 2022 08:27:52 +0000 Subject: [PATCH 1/2] - Update to 22.1.3 * a lot of zink fixes * There's a bit of everything else ehre, including some performance fixes for wsi/x11. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1122 --- Mesa.changes | 8 ++++++++ Mesa.spec | 4 ++-- mesa-22.1.2.tar.xz | 3 --- mesa-22.1.2.tar.xz.sig | Bin 119 -> 0 bytes mesa-22.1.3.tar.xz | 3 +++ mesa-22.1.3.tar.xz.sig | Bin 0 -> 119 bytes 6 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 mesa-22.1.2.tar.xz delete mode 100644 mesa-22.1.2.tar.xz.sig create mode 100644 mesa-22.1.3.tar.xz create mode 100644 mesa-22.1.3.tar.xz.sig diff --git a/Mesa.changes b/Mesa.changes index 86c66d0..176ef49 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jul 3 07:59:22 UTC 2022 - Stefan Dirsch + +- Update to 22.1.3 + * a lot of zink fixes + * There's a bit of everything else ehre, including some + performance fixes for wsi/x11. + ------------------------------------------------------------------- Mon Jun 20 15:28:30 UTC 2022 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index 299e87b..9d8c3c0 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -31,7 +31,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 22.1.2 +%define _version 22.1.3 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -104,7 +104,7 @@ %endif Name: Mesa%{psuffix} -Version: 22.1.2 +Version: 22.1.3 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/mesa-22.1.2.tar.xz b/mesa-22.1.2.tar.xz deleted file mode 100644 index 8c847a8..0000000 --- a/mesa-22.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0971226b4a6a3d10cfc255736b33e4017e18c14c9db1e53863ac1f8ae0deb9ea -size 15992280 diff --git a/mesa-22.1.2.tar.xz.sig b/mesa-22.1.2.tar.xz.sig deleted file mode 100644 index 47a384ab3f621afea25930471b9ea9e25a6f28b9ec0e352b23ef991d9c40700f..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGVvrS6WGOtdJxpOwX+gL5ZB?JCzgF9AD1O7rl(af-6$2Ni08C`-e1`u) z7MooUZtsj){@~k>R>re6Aum~3w_6=~lcmH^sIh3D4Z|Pa&L3aY{2kV%IWxOwSsu1o V@xE@?U;SqX+cpQT{p#|A4*=1JHst^S diff --git a/mesa-22.1.3.tar.xz b/mesa-22.1.3.tar.xz new file mode 100644 index 0000000..4047e4b --- /dev/null +++ b/mesa-22.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98f32ba7aa2a1ff5725fb36eb999c693079f0ca16f70aa2f103e2b6c3f093e3 +size 16016520 diff --git a/mesa-22.1.3.tar.xz.sig b/mesa-22.1.3.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..50497a9340e7250613e671a6f2e48429e9e36289aa4eb88654d9805b69a1bc54 GIT binary patch literal 119 zcmeAuWnmEGVvrS6WGOtdJxpOwX+gL5ZB?JCzgF9AD1O7rl(eU9F#{K;08HeDD+Un<9R2)-2LQU_HZ=eM literal 0 HcmV?d00001 From 387e6ed7ea3961ed822a6c6ae2d8d7b696389cabaac4bd7f43cec0ea71974354 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 3 Jul 2022 11:10:27 +0000 Subject: [PATCH 2/2] fixed typo in changelog entry OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1123 --- Mesa.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesa.changes b/Mesa.changes index 176ef49..03c628a 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -3,7 +3,7 @@ Sun Jul 3 07:59:22 UTC 2022 - Stefan Dirsch - Update to 22.1.3 * a lot of zink fixes - * There's a bit of everything else ehre, including some + * There's a bit of everything else here, including some performance fixes for wsi/x11. -------------------------------------------------------------------