Hello community,

here is the log from the commit of package glm for openSUSE:Factory checked in 
at 2016-07-01 09:55:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glm (Old)
 and      /work/SRC/openSUSE:Factory/.glm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glm/glm.changes  2016-03-29 09:52:59.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.glm.new/glm.changes     2016-07-01 
09:55:42.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Jun 29 08:39:39 UTC 2016 - [email protected]
+
+- Update to 0.9.7.5
+  * Added Visual C++ Clang toolset detection
+  * Fixed uaddCarry warning #497
+  * Fixed roundPowerOfTwo and floorPowerOfTwo #503
+  * Fixed Visual C++ SIMD instruction set automatic detection in 64 
+    bits
+  * Fixed to_string when used with GLM_FORCE_INLINE #506
+  * Fixed GLM_FORCE_INLINE with binary vec4 operators
+
+-------------------------------------------------------------------

Old:
----
  glm-0.9.7.4.zip

New:
----
  glm-0.9.7.5.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glm.spec ++++++
--- /var/tmp/diff_new_pack.dA6Zgp/_old  2016-07-01 09:55:43.000000000 +0200
+++ /var/tmp/diff_new_pack.dA6Zgp/_new  2016-07-01 09:55:43.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           glm
-Version:        0.9.7.4
+Version:        0.9.7.5
 Release:        0
 Summary:        Header only C++ mathematics library for graphics
 License:        MIT
@@ -68,7 +68,7 @@
 sed -i 's/\r//' readme.md
 sed -i 's/\r//' doc/api/doxygen.css
 sed -i 's/\r//' doc/api/tabs.css
-%ifarch %ix86
+%ifarch %{ix86}
 sed -i '/glmCreateTestGTC(core_func_exponential)/d' test/core/CMakeLists.txt
 # https://github.com/g-truc/glm/issues/212
 sed -i '/glmCreateTestGTC(gtc_packing)/d' test/gtc/CMakeLists.txt
@@ -80,11 +80,11 @@
 sed -i '/glmCreateTestGTC(gtx_common)/d' test/gtx/CMakeLists.txt
 %endif
 %endif
-%patch1 -p1
+%patch1
 
 %build
 %cmake \
-      -DCMAKE_CXX_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
+  -DCMAKE_CXX_FLAGS="%{optflags} -fPIC -fno-strict-aliasing" \
       -DGLM_TEST_ENABLE=ON
 make %{?_smp_mflags}
 

++++++ glm-cmake-config.patch ++++++
--- /var/tmp/diff_new_pack.dA6Zgp/_old  2016-07-01 09:55:43.000000000 +0200
+++ /var/tmp/diff_new_pack.dA6Zgp/_new  2016-07-01 09:55:43.000000000 +0200
@@ -1,7 +1,7 @@
-Index: glm/CMakeLists.txt
+Index: CMakeLists.txt
 ===================================================================
---- glm.orig/CMakeLists.txt
-+++ glm/CMakeLists.txt
+--- CMakeLists.txt.orig
++++ CMakeLists.txt
 @@ -168,15 +168,15 @@ configure_file(
  # install tree package config
  configure_package_config_file(


Reply via email to