Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (221d8a0eabc87f5e4b749a4227950956e2b50ac5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (221d8a0eabc87f5e4b749a4227950956e2b50ac5)
  • Date: Wed, 13 Dec 2023 19:59:30 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesa/DETAILS | 6 +++---
graphics-libs/mesa/HISTORY | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 221d8a0eabc87f5e4b749a4227950956e2b50ac5
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesa: version 23.3.1

diff --git a/graphics-libs/mesa/DETAILS b/graphics-libs/mesa/DETAILS
index 858a222..f483920 100755
--- a/graphics-libs/mesa/DETAILS
+++ b/graphics-libs/mesa/DETAILS
@@ -9,12 +9,12 @@ if [[ "${MESA_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION=23.3.0
-
SOURCE_HASH="sha256:50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5"
+ VERSION="23.3.1"
+
SOURCE_HASH="sha256:6e48126d70fdb3f20ffeb246ca0c2e41ffdc835f0663a03d4526b8bf5db41de6"
SOURCE=mesa-$VERSION.tar.xz
# Watch: https://archive.mesa3d.org/ mesa-([0-9.]+)[.]tar
SOURCE_URL[0]="https://mesa.freedesktop.org/archive/${SOURCE}";
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/mesa-${VERSION}
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/mesa-${VERSION}"
fi
LICENSE[0]=GPL
WEB_SITE=https://www.mesa3d.org/
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 4dd8528..0eea56f 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2023-12-13 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 23.3.1, quoting++
+
2023-11-29 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 23.3.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (221d8a0eabc87f5e4b749a4227950956e2b50ac5), Pavel Vinogradov, 12/13/2023

Archive powered by MHonArc 2.6.24.

Top of Page