Hello community,

here is the log from the commit of package glm for openSUSE:Factory checked in 
at 2019-04-28 19:58:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glm (Old)
 and      /work/SRC/openSUSE:Factory/.glm.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glm"

Sun Apr 28 19:58:46 2019 rev:12 rq:697769 version:0.9.9.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/glm/glm.changes  2019-04-19 18:35:49.406989652 
+0200
+++ /work/SRC/openSUSE:Factory/.glm.new.5536/glm.changes        2019-04-28 
19:58:48.010958582 +0200
@@ -1,0 +2,6 @@
+Wed Apr 24 10:05:48 UTC 2019 - Manfred Hollstein <[email protected]>
+
+- Ensure glmConfig.cmake gets installed:
+  * glm-cmake-config.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ glm.spec ++++++
--- /var/tmp/diff_new_pack.Hp4wQ3/_old  2019-04-28 19:58:48.802958104 +0200
+++ /var/tmp/diff_new_pack.Hp4wQ3/_new  2019-04-28 19:58:48.806958102 +0200
@@ -22,7 +22,7 @@
 Summary:        Header only C++ mathematics library for graphics
 License:        MIT AND GPL-2.0-only
 Group:          Development/Libraries/C and C++
-URL:            https://glm.g-truc.net/
+Url:            https://glm.g-truc.net/
 #Git-Clone:     https://github.com/g-truc/glm.git
 Source:         
https://github.com/g-truc/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE glm-cmake-config.patch -- Fix cmake config location

++++++ glm-cmake-config.patch ++++++
--- /var/tmp/diff_new_pack.Hp4wQ3/_old  2019-04-28 19:58:48.826958090 +0200
+++ /var/tmp/diff_new_pack.Hp4wQ3/_new  2019-04-28 19:58:48.826958090 +0200
@@ -1,8 +1,6 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 10bb1af..7514d3a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -253,13 +253,12 @@ configure_file(cmake/glmBuildConfig.cmake.in 
glmConfig.cmake @ONLY)
+--- glm-0.9.9.5.orig/CMakeLists.txt    2019-04-02 11:28:25.000000000 +0200
++++ glm-0.9.9.5/CMakeLists.txt 2019-04-24 12:03:48.074253826 +0200
+@@ -253,13 +253,13 @@ configure_file(cmake/glmBuildConfig.cmak
  # install tree package config
  configure_package_config_file(
        cmake/glmConfig.cmake.in
@@ -15,6 +13,7 @@
  
  install(FILES
 -      "${CMAKE_CURRENT_BINARY_DIR}/${GLM_INSTALL_CONFIGDIR}/glmConfig.cmake"
++      "${CMAKE_CURRENT_BINARY_DIR}/glmConfig.cmake"
        "${CMAKE_CURRENT_BINARY_DIR}/glmConfigVersion.cmake"
        DESTINATION ${GLM_INSTALL_CONFIGDIR})
  


Reply via email to