[packages/Mesa] Version: 17.2.3

jajcus jajcus at pld-linux.org
Thu Oct 19 20:30:09 CEST 2017


commit 941a255990d9bf435d852d486e39e666cacdc47a
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Thu Oct 19 20:28:52 2017 +0200

    Version: 17.2.3

 Mesa.spec     |  6 ++----
 b101832.patch | 14 --------------
 2 files changed, 2 insertions(+), 18 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index d381c74..62abeeb 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -63,14 +63,13 @@
 Summary:	Free OpenGL implementation
 Summary(pl.UTF-8):	Wolnodostępna implementacja standardu OpenGL
 Name:		Mesa
-Version:	17.2.2
+Version:	17.2.3
 Release:	1
 License:	MIT (core) and others - see license.html file
 Group:		X11/Libraries
 Source0:	ftp://ftp.freedesktop.org/pub/mesa/mesa-%{version}.tar.xz
-# Source0-md5:	1a157b5baefb5adf9f4fbb8a6632d74c
+# Source0-md5:	a7dca71afbc7294cb7d505067fd44ef6
 Patch0:		%{name}-link.patch
-Patch1:		b101832.patch
 URL:		http://www.mesa3d.org/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake
@@ -1269,7 +1268,6 @@ radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD.
 %prep
 %setup -q -n mesa-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/b101832.patch b/b101832.patch
deleted file mode 100644
index 57b13a6..0000000
--- a/b101832.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://bugs.freedesktop.org/show_bug.cgi?id=101832
-
---- mesa-17.2.0-rc5/src/gallium/drivers/swr/rasterizer/core/utils.h.omv~	2017-08-31 00:39:53.063561929 +0200
-+++ mesa-17.2.0-rc5/src/gallium/drivers/swr/rasterizer/core/utils.h	2017-08-31 00:40:13.853833494 +0200
-@@ -347,7 +347,8 @@ static INLINE std::string GetEnv(const s
-     output.resize(valueSize - 1); // valueSize includes null, output.resize() does not
-     GetEnvironmentVariableA(variableName.c_str(), &output[0], valueSize);
- #else
--    output = getenv(variableName.c_str());
-+    char *o = getenv(variableName.c_str());
-+    output = o ? std::string(o) : std::string();
- #endif
- 
-     return output;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/941a255990d9bf435d852d486e39e666cacdc47a



More information about the pld-cvs-commit mailing list