Hello community, here is the log from the commit of package mathgl for openSUSE:Factory checked in at 2015-03-28 18:38:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mathgl (Old) and /work/SRC/openSUSE:Factory/.mathgl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mathgl" Changes: -------- --- /work/SRC/openSUSE:Factory/mathgl/mathgl.changes 2015-03-05 18:16:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mathgl.new/mathgl.changes 2015-03-28 18:38:43.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Mar 26 11:46:23 UTC 2015 - [email protected] + +- Add mathgl-cmake-3.2.patch: Fix build with cmake 3.2; X11 is no + longer implicit linked. + +------------------------------------------------------------------- New: ---- mathgl-cmake-3.2.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mathgl.spec ++++++ --- /var/tmp/diff_new_pack.R94yQh/_old 2015-03-28 18:38:44.000000000 +0100 +++ /var/tmp/diff_new_pack.R94yQh/_new 2015-03-28 18:38:44.000000000 +0100 @@ -41,6 +41,8 @@ Patch4: udav-help-path.patch # PATCH-FIX-OPENSUSE mathgl-texmf-dir.patch -- set correct path to texmf directory Patch5: mathgl-texmf-dir.patch +# PATCH-FIX-UPSTREAM mathgl-cmake-3.2.patch [email protected] -- Fix build with cmake 3.2 (x11 no longer implicit linked) +Patch6: mathgl-cmake-3.2.patch BuildRequires: cmake >= 2.8.12 BuildRequires: fltk-devel BuildRequires: freeglut-devel @@ -398,6 +400,7 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 # Correct octave-mathgl version sed -i 's/2.0/%{oct_version}/' lang/DESCRIPTION ++++++ mathgl-cmake-3.2.patch ++++++ Index: mathgl-2.3.2/udav/CMakeLists.txt =================================================================== --- mathgl-2.3.2.orig/udav/CMakeLists.txt +++ mathgl-2.3.2/udav/CMakeLists.txt @@ -38,10 +38,10 @@ endif(enable-qt5) add_executable(udav ${udav_src} ${udav_moc_src} ${udav_rc_src}) #set_target_properties(udav PROPERTIES COMPILE_FLAGS "${CMAKE_CXX_FLAGS} -pthread") if(enable-qt5) - target_link_libraries(udav mgl-qt5) + target_link_libraries(udav mgl-qt5 X11) qt5_use_modules(udav Core Widgets Gui PrintSupport) else(enable-qt5) - target_link_libraries(udav mgl-qt4) + target_link_libraries(udav mgl-qt4 X11) target_link_libraries(udav ${QT_LIBRARIES}) endif(enable-qt5) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
