Hello community,

here is the log from the commit of package glm for openSUSE:Factory checked in 
at 2019-04-02 09:17:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glm (Old)
 and      /work/SRC/openSUSE:Factory/.glm.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glm"

Tue Apr  2 09:17:38 2019 rev:10 rq:689723 version:0.9.9.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/glm/glm.changes  2019-03-27 16:14:00.947627574 
+0100
+++ /work/SRC/openSUSE:Factory/.glm.new.25356/glm.changes       2019-04-02 
09:17:40.292492110 +0200
@@ -1,0 +2,15 @@
+Wed Mar 27 07:23:32 UTC 2019 - Martin Hauke <[email protected]>
+
+- Fix typo in patch glm-cmake-config.patch
+- Correct License
+
+-------------------------------------------------------------------
+Tue Mar 26 22:41:54 UTC 2019 - Martin Hauke <[email protected]>
+
+- Reenable disabled tests (fixed by upstream)
+  * core_func_exponential
+  * gtc_packing
+  * gtc_integer
+  * gtx_common
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ glm.spec ++++++
--- /var/tmp/diff_new_pack.QpSP4k/_old  2019-04-02 09:17:41.728493725 +0200
+++ /var/tmp/diff_new_pack.QpSP4k/_new  2019-04-02 09:17:41.764493765 +0200
@@ -20,7 +20,7 @@
 Version:        0.9.9.4
 Release:        0
 Summary:        Header only C++ mathematics library for graphics
-License:        MIT
+License:        MIT AND GPL-2.0-only
 Group:          Development/Libraries/C and C++
 URL:            https://glm.g-truc.net/
 #Git-Clone:     https://github.com/g-truc/glm.git
@@ -64,18 +64,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%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
-%if 0%{?suse_version} <= 1320
-# https://github.com/g-truc/glm/issues/296
-sed -i '/glmCreateTestGTC(gtc_integer)/d' test/gtc/CMakeLists.txt
-%endif
-%if 0%{?suse_version} <= 1320
-sed -i '/glmCreateTestGTC(gtx_common)/d' test/gtx/CMakeLists.txt
-%endif
-%endif
 
 %build
 %cmake \

++++++ glm-cmake-config.patch ++++++
--- /var/tmp/diff_new_pack.QpSP4k/_old  2019-04-02 09:17:41.840493851 +0200
+++ /var/tmp/diff_new_pack.QpSP4k/_new  2019-04-02 09:17:41.844493855 +0200
@@ -8,7 +8,7 @@
        cmake/glmConfig.cmake.in
 -      ${GLM_INSTALL_CONFIGDIR}/glmConfig.cmake
 -      INSTALL_DESTINATION ${GLM_INSTALL_CONFIGDIR}
-+      CMAKE_CURRENT_BINARY_DIR}/glmConfig.cmake
++      ${CMAKE_CURRENT_BINARY_DIR}/glmConfig.cmake
 +      INSTALL_DESTINATION ${CMAKE_CURRENT_BINARY_DIR}
        PATH_VARS CMAKE_INSTALL_INCLUDEDIR
        NO_CHECK_REQUIRED_COMPONENTS_MACRO)


Reply via email to