diff --git a/.gitignore b/.gitignore index 51f47f0..ed1fbec 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/glm-0.9.5.2-smallercount.patch b/glm-0.9.5.2-smallercount.patch deleted file mode 100644 index 096b5a6..0000000 --- a/glm-0.9.5.2-smallercount.patch +++ /dev/null @@ -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 - int test_inverse_perf(std::size_t Instance, char const * Message) diff --git a/glm.spec b/glm.spec index 5316eef..76c40a2 100644 --- a/glm.spec +++ b/glm.spec @@ -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 - 0.9.7.2-1 +- Update to upstream GLM version 0.9.7.2 + * Wed Aug 05 2015 Joonas Sarajärvi - 0.9.7.0-1 - Update to upstream GLM version 0.9.7.0 - CMake config files are added diff --git a/sources b/sources index 1e4a42b..2d2f80a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34c3eb7e99e1ae68a7d42bd401bf38bb glm-0.9.7.0.zip +29bdfde8cbd343a67e0ae5e1702d8a0e glm-0.9.7.2.zip