glm-0.9.7.2-1

glm-0.9.5.2-smallercount.patch could be retired because
upstream has addressed the issue themselves.
f41
Joonas Sarajärvi 9 years ago
parent f986b914d7
commit 06e6fcbe3f

1
.gitignore vendored

@ -9,3 +9,4 @@
/glm-0.9.6.1.zip
/glm-0.9.6.3.zip
/glm-0.9.7.0.zip
/glm-0.9.7.2.zip

@ -1,12 +0,0 @@
diff -ru glm/test/core/core_func_matrix.cpp glm_count/test/core/core_func_matrix.cpp
--- glm/test/core/core_func_matrix.cpp 2014-02-08 21:28:22.000000000 +0200
+++ glm_count/test/core/core_func_matrix.cpp 2014-06-10 19:50:43.355854306 +0300
@@ -186,7 +186,7 @@
return Failed;
}
-std::size_t const Count(10000000);
+std::size_t const Count(1000000);
template <typename VEC3, typename MAT4>
int test_inverse_perf(std::size_t Instance, char const * Message)

@ -2,15 +2,14 @@
%global debug_package %{nil}
Name: glm
Version: 0.9.7.0
Version: 0.9.7.2
Release: 1%{?dist}
Summary: C++ mathematics library for graphics programming
License: MIT
URL: http://glm.g-truc.net/
Source0: https://github.com/g-truc/glm/releases/download/%{version}/%{name}-%{version}.zip
Patch0: glm-0.9.5.2-smallercount.patch
Patch1: glm-0.9.6.1-ulp.patch
Patch0: glm-0.9.6.1-ulp.patch
BuildRequires: cmake
@ -77,8 +76,7 @@ sed -i 's/\r//' doc/api/jquery.js
sed -i 's/\r//' doc/api/tabs.css
%patch0 -p1 -b .smallercount
%patch1 -p1 -b .ulp
%patch0 -p1 -b .ulp
%build
mkdir build
@ -119,6 +117,9 @@ mv $RPM_BUILD_ROOT%{_libdir}/cmake $RPM_BUILD_ROOT%{_datadir}/cmake
%doc doc/api/
%changelog
* Fri Jan 15 2016 Joonas Sarajärvi <muep@iki.fi> - 0.9.7.2-1
- Update to upstream GLM version 0.9.7.2
* Wed Aug 05 2015 Joonas Sarajärvi <muep@iki.fi> - 0.9.7.0-1
- Update to upstream GLM version 0.9.7.0
- CMake config files are added

@ -1 +1 @@
34c3eb7e99e1ae68a7d42bd401bf38bb glm-0.9.7.0.zip
29bdfde8cbd343a67e0ae5e1702d8a0e glm-0.9.7.2.zip

Loading…
Cancel
Save