Skip to Content.
Sympa Menu

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

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 (1a97fa17b0d94fe8028409f3a0944ae441eb9fa4)
  • Date: Thu, 11 Jan 2024 23:19:29 +0000

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

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

New commits:
commit 1a97fa17b0d94fe8028409f3a0944ae441eb9fa4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesa: actual version 23.3.3

diff --git a/graphics-libs/mesa/DETAILS b/graphics-libs/mesa/DETAILS
index 40520bc..7761ca4 100755
--- a/graphics-libs/mesa/DETAILS
+++ b/graphics-libs/mesa/DETAILS
@@ -1,5 +1,5 @@
. "${GRIMOIRE}/FUNCTIONS"
-source $GRIMOIRE/MESON_FUNCTIONS
+. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=mesa
if [[ "${MESA_BRANCH}" == "scm" ]]; then
VERSION=$(get_scm_version)
@@ -9,7 +9,7 @@ if [[ "${MESA_BRANCH}" == "scm" ]]; then
SOURCE_IGNORE="volatile"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
- VERSION="23.3.2"
+ VERSION="23.3.3"

SOURCE_HASH="sha256:518307c0057fa3cee8b58df78be431d4df5aafa7edc60d09278b2d7a0a80f3b4:UPSTREAM_HASH"
SOURCE=mesa-$VERSION.tar.xz
# Watch: https://archive.mesa3d.org/ mesa-([0-9.]+)[.]tar
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index a7e1bb6..f21faac 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2024-01-11 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: actual version 23.3.3, quoting++
+
2024-01-10 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 23.3.3




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (1a97fa17b0d94fe8028409f3a0944ae441eb9fa4), Pavel Vinogradov, 01/11/2024

Archive powered by MHonArc 2.6.24.

Top of Page