Hello community, here is the log from the commit of package tulip for openSUSE:Factory checked in at 2015-06-23 12:00:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tulip (Old) and /work/SRC/openSUSE:Factory/.tulip.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tulip" Changes: -------- --- /work/SRC/openSUSE:Factory/tulip/tulip.changes 2015-05-02 21:38:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tulip.new/tulip.changes 2015-06-23 12:00:15.000000000 +0200 @@ -1,0 +2,27 @@ +Mon Jun 22 06:49:22 UTC 2015 - [email protected] + +- Update to 4.7.0 + Maintenance release, with bugfixes in + - the OpenGL rendering engine, + - the GUI, especially in the Adjacency Matrix, Geographic, + Histogram, Parallel Coordinates, Scatter plot dedicated views. + + The computation performance of some clustering measures + - Link communities, Louvain, MCL + has been greatly improved too. + + Two new features have been also added; + - a new edge drawing algorithm "Curve Edges" can be used to compute + quadratic or cubic bezier paths for edges, + - while the new rendering property "viewFontAwesomeIcon" ease the + customization of nodes display, allowing to use one of the many + predefined icons (about 600 are available) of the free "Font Awesome" + iconic font (by David Gandy - see http://fontawesome.io) + for the rendering of every node of a graph. + +- Rebase all patches + +- Drop 0007-fix-Tulip-build-configuration-with-CMake-version-3.1.patch + upstreamed. + +------------------------------------------------------------------- Old: ---- 0007-fix-Tulip-build-configuration-with-CMake-version-3.1.patch tulip-4.6.1_src.tar.gz New: ---- tulip-4.7.0_src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tulip.spec ++++++ --- /var/tmp/diff_new_pack.sghxjd/_old 2015-06-23 12:00:18.000000000 +0200 +++ /var/tmp/diff_new_pack.sghxjd/_new 2015-06-23 12:00:18.000000000 +0200 @@ -20,11 +20,11 @@ Summary: Visualization of huge graphs License: GPL-2.0+ Group: Productivity/Graphics/Visualization/Graph -Version: 4.6.1 +Version: 4.7.0 Release: 0 Url: http://www.tulip-software.org/ # .so version -%define tulip_version 4.6 +%define tulip_version 4.7 Source: %{name}-%{version}_src.tar.gz Source1: %{name}.desktop Source4: %{name}-rpmlintrc @@ -39,8 +39,6 @@ Patch5: 0005-Use-system-ftgl-lib-if-available.patch # Fix FindFTGL.cmake Patch6: 0006-Find-system-ftgl.patch -# PATCH-FIX-UPSTREAM -Patch7: 0007-fix-Tulip-build-configuration-with-CMake-version-3.1.patch Patch8: use-libbfd.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -213,7 +211,6 @@ %patch4 -p1 %patch5 -p1 %patch6 -p1 -%patch7 -p1 %patch8 -p1 %build @@ -277,7 +274,7 @@ %files ogdf %defattr(-,root,root) %dir %{_libdir}/tulip -%{_libdir}/tulip/libogdf* +%{_libdir}/tulip/libOGDF* %{_libdir}/libtulip-ogdf-%{tulip_version}.so %files python @@ -295,7 +292,7 @@ %{_libdir}/libtulip-gui-%{tulip_version}.so %dir %{_libdir}/tulip %{_libdir}/tulip/lib*-%{version}.so -%exclude %{_libdir}/tulip/libogdf* +%exclude %{_libdir}/tulip/libOGDF* %dir %{_libdir}/tulip/interactor %{_libdir}/tulip/interactor/*.so %dir %{_libdir}/tulip/perspective ++++++ 0001-Install-to-lib64.patch ++++++ --- /var/tmp/diff_new_pack.sghxjd/_old 2015-06-23 12:00:18.000000000 +0200 +++ /var/tmp/diff_new_pack.sghxjd/_new 2015-06-23 12:00:18.000000000 +0200 @@ -1,17 +1,17 @@ -From c01497a4d4859402e93173b07c53be3a94e995aa Mon Sep 17 00:00:00 2001 +From 5322882d51bdf94ce0558320e956e926feccfa9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <[email protected]> Date: Tue, 11 Nov 2014 09:51:21 +0100 -Subject: [PATCH 1/7] Install to lib64 +Subject: [PATCH 1/6] Install to lib64 --- CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 5f592115aa16..7ed921bb11ff 100644 +index c493239d1cfa..3ed6f49567f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -414,7 +414,12 @@ SET(TulipPythonInclude ${PROJECT_SOURCE_DIR}/library/tulip-python/include) +@@ -387,7 +387,12 @@ SET(TulipPythonInclude ${PROJECT_SOURCE_DIR}/library/tulip-python/include) ## ======================================================== ## Install paths ## ======================================================== @@ -26,5 +26,5 @@ SET(TulipGlyphPluginsInstallDir ${TulipPluginsInstallDir}/glyph/) SET(TulipViewPluginsInstallDir ${TulipPluginsInstallDir}/view/) -- -2.1.2 +2.1.4 ++++++ 0002-Enable-tlprender.patch ++++++ --- /var/tmp/diff_new_pack.sghxjd/_old 2015-06-23 12:00:18.000000000 +0200 +++ /var/tmp/diff_new_pack.sghxjd/_new 2015-06-23 12:00:18.000000000 +0200 @@ -1,7 +1,7 @@ -From 649bfde022e0e2a4b4b5cedf0c7df17048705928 Mon Sep 17 00:00:00 2001 +From 0749491e172afae66aa9d209ddcbdae1c80b2d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <[email protected]> Date: Tue, 11 Nov 2014 09:52:57 +0100 -Subject: [PATCH 2/7] Enable tlprender +Subject: [PATCH 2/6] Enable tlprender --- software/CMakeLists.txt | 1 + @@ -17,5 +17,5 @@ ENDIF(APPLE) +ADD_SUBDIRECTORY(tlprender) -- -2.1.2 +2.1.4 ++++++ 0003-Enable-PPC-and-PPC64.patch ++++++ --- /var/tmp/diff_new_pack.sghxjd/_old 2015-06-23 12:00:18.000000000 +0200 +++ /var/tmp/diff_new_pack.sghxjd/_new 2015-06-23 12:00:18.000000000 +0200 @@ -1,7 +1,7 @@ -From bff49eb5d2a9c4a61d8d2c16be20cade7050999d Mon Sep 17 00:00:00 2001 +From 51037fee41d564fd20eb64ba9556f69a0c381450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <[email protected]> Date: Tue, 11 Nov 2014 09:56:52 +0100 -Subject: [PATCH 3/7] Enable PPC and PPC64 +Subject: [PATCH 3/6] Enable PPC and PPC64 --- library/tulip-core/include/tulip/SystemDefinition.h | 4 ++++ @@ -23,5 +23,5 @@ #define OS_ARCHITECTURE "other" #endif -- -2.1.2 +2.1.4 ++++++ 0004-Include-string.h-for-libpng16-in-GlTextureManager.cp.patch ++++++ --- /var/tmp/diff_new_pack.sghxjd/_old 2015-06-23 12:00:18.000000000 +0200 +++ /var/tmp/diff_new_pack.sghxjd/_new 2015-06-23 12:00:18.000000000 +0200 @@ -1,7 +1,7 @@ -From f8fbc3b6531f9d49892a85df96ae4e4314768ec1 Mon Sep 17 00:00:00 2001 +From 087e4bdbdbddb3d3be72c13fdf30375cb378f526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <[email protected]> Date: Tue, 11 Nov 2014 10:03:05 +0100 -Subject: [PATCH 4/7] Include string.h for libpng16 in GlTextureManager.cpp +Subject: [PATCH 4/6] Include string.h for libpng16 in GlTextureManager.cpp --- library/tulip-ogl/src/GlTextureManager.cpp | 1 + @@ -20,5 +20,5 @@ #include <tulip/GlTextureManager.h> -- -2.1.2 +2.1.4 ++++++ 0005-Use-system-ftgl-lib-if-available.patch ++++++ --- /var/tmp/diff_new_pack.sghxjd/_old 2015-06-23 12:00:18.000000000 +0200 +++ /var/tmp/diff_new_pack.sghxjd/_new 2015-06-23 12:00:18.000000000 +0200 @@ -1,7 +1,7 @@ -From cd313b906921bfb6873b8cca498036beb78deca8 Mon Sep 17 00:00:00 2001 +From 2c50bea125f608970371d879e084d25232736bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <[email protected]> Date: Tue, 11 Nov 2014 10:15:54 +0100 -Subject: [PATCH 5/7] Use system ftgl lib if available +Subject: [PATCH 5/6] Use system ftgl lib if available --- CMakeLists.txt | 10 ++++++++-- @@ -9,10 +9,10 @@ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 7ed921bb11ff..a7ff02f8a592 100644 +index 3ed6f49567f2..248ef79f3f97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -393,8 +393,14 @@ endif(QUAZIP_FOUND) +@@ -363,8 +363,14 @@ endif(QUAZIP_FOUND) SET(QxtInclude ${PROJECT_SOURCE_DIR}/thirdparty/qxt/src) SET(QxtLibrary qxt-tulip-${TulipMMVersion}) @@ -30,7 +30,7 @@ SET(OGDFInclude ${PROJECT_SOURCE_DIR}/thirdparty/OGDF) diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt -index ea7902e328f0..b77134dfcb63 100644 +index 49dd579a1780..3161df543454 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -8,7 +8,9 @@ ADD_SUBDIRECTORY(libqhull) @@ -44,5 +44,5 @@ ADD_SUBDIRECTORY(quazip) ENDIF(NOT QUAZIP_FOUND) -- -2.1.2 +2.1.4 ++++++ 0006-Find-system-ftgl.patch ++++++ --- /var/tmp/diff_new_pack.sghxjd/_old 2015-06-23 12:00:18.000000000 +0200 +++ /var/tmp/diff_new_pack.sghxjd/_new 2015-06-23 12:00:18.000000000 +0200 @@ -1,7 +1,7 @@ -From d525559ae2b5ee178cb18a98da3e55acd35a3a28 Mon Sep 17 00:00:00 2001 +From 90e5d27d3e4f1215faa12a7b318f8fdf4f94f178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <[email protected]> Date: Tue, 11 Nov 2014 11:04:20 +0100 -Subject: [PATCH 6/7] Find system ftgl +Subject: [PATCH 6/6] Find system ftgl --- FindFTGL.cmake | 7 ++++--- @@ -39,5 +39,5 @@ /usr/X11/lib /usr/X11R6/lib -- -2.1.2 +2.1.4 ++++++ tulip-4.6.1_src.tar.gz -> tulip-4.7.0_src.tar.gz ++++++ /work/SRC/openSUSE:Factory/tulip/tulip-4.6.1_src.tar.gz /work/SRC/openSUSE:Factory/.tulip.new/tulip-4.7.0_src.tar.gz differ: char 5, line 1
