[packages/GLM] - updated to 0.9.9.5

bszx bszx at pld-linux.org
Thu Aug 8 21:00:57 CEST 2019


commit 7130496150129f003934944de143596599708f11
Author: Bartek Szady <bszx at bszx.eu>
Date:   Thu Aug 8 20:59:47 2019 +0200

    - updated to 0.9.9.5

 GLM.spec       |  6 ++++--
 revision.patch | 11 +++++++++++
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/GLM.spec b/GLM.spec
index a838b2a..a0f1199 100644
--- a/GLM.spec
+++ b/GLM.spec
@@ -6,15 +6,16 @@
 Summary:	OpenGL Mathematics (GLM) - C++ mathematics library for GLSL
 Summary(pl.UTF-8):	OpenGL Mathematics (GLM) - biblioteka matematyczna C++ dla GLSL
 Name:		GLM
-Version:	0.9.9.4
+Version:	0.9.9.5
 Release:	1
 License:	MIT
 Group:		Development/Libraries
 #Source0Download: https://github.com/g-truc/glm/releases
 Source0:	https://github.com/g-truc/glm/releases/download/%{version}/glm-%{version}.7z
-# Source0-md5:	3a58542dde670d63ec5360d649c11693
+# Source0-md5:	8be5a872024077c6bcdde2a395817232
 Patch0:		%{name}-opt.patch
 Patch1:		%{name}-cmake.patch
+Patch2:		revision.patch
 URL:		https://glm.g-truc.net/
 BuildRequires:	cmake >= 3.2
 %if %{with p7zip}
@@ -45,6 +46,7 @@ graficznych opartych na specyfikacji OpenGL Shading Language (GLSL).
 %endif
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 mkdir build
diff --git a/revision.patch b/revision.patch
new file mode 100644
index 0000000..51f83c2
--- /dev/null
+++ b/revision.patch
@@ -0,0 +1,11 @@
+--- glm/glm/detail/setup.hpp.orig	2019-04-02 11:27:10.000000000 +0200
++++ glm/glm/detail/setup.hpp	2019-08-03 14:14:01.942258319 +0200
+@@ -6,7 +6,7 @@
+ #define GLM_VERSION_MAJOR			0
+ #define GLM_VERSION_MINOR			9
+ #define GLM_VERSION_PATCH			9
+-#define GLM_VERSION_REVISION		4
++#define GLM_VERSION_REVISION			5
+ #define GLM_VERSION					995
+ #define GLM_VERSION_MESSAGE			"GLM: version 0.9.9.5"
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/GLM.git/commitdiff/7130496150129f003934944de143596599708f11



More information about the pld-cvs-commit mailing list