From 60b09e2ac10d93da53e7d5efa7ed65121b64f7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Saraj=C3=A4rvi?= Date: Tue, 20 Aug 2013 22:03:34 +0300 Subject: [PATCH] Update to glm-0.9.4.5 --- .gitignore | 1 + glm.spec | 14 +++++++++++--- sources | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 48ab958..1e9ad6d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /glm-0.9.4.2.zip /glm-0.9.4.3.zip /glm-0.9.4.4.zip +/glm-0.9.4.5.zip diff --git a/glm.spec b/glm.spec index 6e26a55..2d48bf2 100644 --- a/glm.spec +++ b/glm.spec @@ -2,8 +2,8 @@ %global debug_package %{nil} Name: glm -Version: 0.9.4.4 -Release: 2%{?dist} +Version: 0.9.4.5 +Release: 1%{?dist} Summary: C++ mathematics library for graphics programming License: MIT @@ -54,7 +54,11 @@ a programming manual for the %{name}-devel package. # # When updating this package, take care to check if -c is # needed for the particular version. -%setup -q +# +# Also it looks like some versions get shipped with a common +# directory in archive root, but with an unusual name for the +# directory. In this case, use the -n option of the setup macro. +%setup -q -n glm # A couple of files had CRLF line-ends in them. # Check with rpmlint after updating the package that we are not @@ -97,6 +101,10 @@ find $RPM_BUILD_ROOT -name CMakeLists.txt -exec rm -f {} ';' %doc doc/api/ %changelog +* Tue Aug 20 2013 Joonas Sarajärvi - 0.9.4.5-1 +- Update to upstream GLM version 0.9.4.5 +- Bug fixes + * Sat Aug 03 2013 Fedora Release Engineering - 0.9.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 6eaaad6..dd58fd3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3118904f39befdb7063168316b6a33f1 glm-0.9.4.4.zip +73dbb0ad8af36e29ad8a23c20fbf27ef glm-0.9.4.5.zip