From 018f8ec5777dc6dc924031f8d8d81dfe8a98e474b096d69026743163be165da6 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Wed, 17 Apr 2019 01:24:41 +0000 Subject: [PATCH] Accepting request 694862 from devel:libraries:c_c++ Update to version 0.9.9.5 OBS-URL: https://build.opensuse.org/request/show/694862 OBS-URL: https://build.opensuse.org/package/show/science/glm?expand=0&rev=7 --- glm-0.9.9.4.tar.gz | 3 --- glm-0.9.9.5.tar.gz | 3 +++ glm.changes | 13 +++++++++++++ glm.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 glm-0.9.9.4.tar.gz create mode 100644 glm-0.9.9.5.tar.gz diff --git a/glm-0.9.9.4.tar.gz b/glm-0.9.9.4.tar.gz deleted file mode 100644 index e74c95a..0000000 --- a/glm-0.9.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a073eb8f3be07cee74481db0e1f78eda553b554941e405c863ab64de6a2e954 -size 4578404 diff --git a/glm-0.9.9.5.tar.gz b/glm-0.9.9.5.tar.gz new file mode 100644 index 0000000..1ba8c6a --- /dev/null +++ b/glm-0.9.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e33b6131cea6a904339734b015110d4342b7dc02d995164fdb86332d28a5aa4 +size 4578601 diff --git a/glm.changes b/glm.changes index fffaf74..8327627 100644 --- a/glm.changes +++ b/glm.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Apr 14 19:07:08 UTC 2019 - Sagi + +- Update to version 0.9.9.5 + See https://github.com/g-truc/glm/releases/tag/0.9.9.5 for the + full changelog + * Fixed build errors when defining GLM_ENABLE_EXPERIMENTAL #884 + #883 + * Fixed 'if constexpr' warning #887 + * Fixed missing declarations for frexp and ldexp #886 + changelog can also be found at + /usr/share/doc/packages/%{name}-doc/readme.md + ------------------------------------------------------------------- Wed Mar 27 07:23:32 UTC 2019 - Martin Hauke diff --git a/glm.spec b/glm.spec index bb4d92a..86aa65e 100644 --- a/glm.spec +++ b/glm.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: glm -Version: 0.9.9.4 +Version: 0.9.9.5 Release: 0 Summary: Header only C++ mathematics library for graphics License: MIT AND GPL-2.0-only