[packages/GLM] - updated to 0.9.9.8 - removed outdated opt patch

qboosh qboosh at pld-linux.org
Thu May 7 19:32:57 CEST 2020


commit 0979b4b3fd107f88bd6b3e0e062ed5397ddbbbb1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu May 7 19:33:17 2020 +0200

    - updated to 0.9.9.8
    - removed outdated opt patch

 GLM-opt.patch | 10 ----------
 GLM.spec      |  8 +++-----
 2 files changed, 3 insertions(+), 15 deletions(-)
---
diff --git a/GLM.spec b/GLM.spec
index d23cff6..11ce11c 100644
--- a/GLM.spec
+++ b/GLM.spec
@@ -6,15 +6,14 @@
 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.6
+Version:	0.9.9.8
 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:	546245878ba4fc64f9af03c1c88b9ec9
-Patch0:		%{name}-opt.patch
-Patch1:		x32.patch
+# Source0-md5:	c8342552801ebeb31497288192c4e793
+Patch0:		x32.patch
 URL:		https://glm.g-truc.net/
 BuildRequires:	cmake >= 3.2
 %if %{with p7zip}
@@ -44,7 +43,6 @@ graficznych opartych na specyfikacji OpenGL Shading Language (GLSL).
 %setup -q -n glm
 %endif
 %patch0 -p1
-%patch1 -p1
 
 %build
 mkdir build
diff --git a/GLM-opt.patch b/GLM-opt.patch
deleted file mode 100644
index 75d48a1..0000000
--- a/GLM-opt.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- glm/CMakeLists.txt.orig	2018-05-07 14:23:01.000000000 +0200
-+++ glm/CMakeLists.txt	2018-07-15 13:23:19.253074479 +0200
-@@ -143,7 +143,6 @@
- elseif(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
- 	message("GLM: GCC - ${CMAKE_CXX_COMPILER_ID} compiler")
- 
--	add_compile_options(-O2)
- 	add_compile_options(-Wno-long-long)
- 
- elseif(CMAKE_CXX_COMPILER_ID MATCHES "Intel")
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/GLM.git/commitdiff/0979b4b3fd107f88bd6b3e0e062ed5397ddbbbb1



More information about the pld-cvs-commit mailing list