]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
Version: 17.2.3 auto/th/Mesa-17.2.3-1
authorJacek Konieczny <jajcus@jajcus.net>
Thu, 19 Oct 2017 18:28:52 +0000 (20:28 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Thu, 19 Oct 2017 18:28:52 +0000 (20:28 +0200)
Mesa.spec
b101832.patch [deleted file]

index d381c747e7789ca39f913ca035b57abf1c568b84..62abeeb94520d24bdfe174ec894b5c6642fed9a3 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
 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 (file)
index 57b13a6..0000000
+++ /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;
This page took 0.504377 seconds and 4 git commands to generate.