Hello community, here is the log from the commit of package tulip for openSUSE:Factory checked in at 2016-08-18 09:17:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-03-29 09:56:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tulip.new/tulip.changes 2016-08-18 09:17:55.000000000 +0200 @@ -1,0 +2,20 @@ +Mon Aug 8 10:30:22 UTC 2016 - [email protected] + +- Update to 4.9.0 + This is essentialy a maintenance release with major improvements + in the SVG export plugin + + It adds many performance improvements in the computation of graph + measures (Link Communities, Louvain, K-Core, MCL, Page Rank, + Welsh and Powell) and some user interaction improvements in the + CSV Import Wizard and the Python Script view. + + Several bugs have been also fixed especially in the : + - Color Scale dialog, + - Fish Eye interactor + - Geographic and Scatter Plot dedicated views, + - Python bindings, + - interactive selection of graph elements, + - Undo/Redo mechanism. + +------------------------------------------------------------------- Old: ---- tulip-4.8.1_src.tar.gz New: ---- tulip-4.9.0_src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tulip.spec ++++++ --- /var/tmp/diff_new_pack.O0YzjQ/_old 2016-08-18 09:17:58.000000000 +0200 +++ /var/tmp/diff_new_pack.O0YzjQ/_new 2016-08-18 09:17:58.000000000 +0200 @@ -21,8 +21,8 @@ License: GPL-2.0+ Group: Productivity/Graphics/Visualization/Graph # .so version -%define tulip_version 4.8 -Version: %{tulip_version}.1 +%define tulip_version 4.9 +Version: %{tulip_version}.0 Release: 0 Url: http://www.tulip-software.org/ Source: %{name}-%{version}_src.tar.gz @@ -41,6 +41,8 @@ # Fix FindFTGL.cmake Patch6: 0006-Find-system-ftgl.patch +Requires: python-sip + BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: Mesa-devel BuildRequires: binutils-devel @@ -49,20 +51,24 @@ BuildRequires: doxygen BuildRequires: fdupes BuildRequires: freefont +BuildRequires: freetype-devel BuildRequires: ftgl-devel BuildRequires: glew-devel BuildRequires: graphviz BuildRequires: libdrm-devel BuildRequires: libjpeg-devel +BuildRequires: libpng12-devel BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: python-Sphinx BuildRequires: python-devel +BuildRequires: python-sip BuildRequires: quazip-devel # BuildRequires: sphinx-devel BuildRequires: update-alternatives BuildRequires: update-desktop-files BuildRequires: xorg-x11-devel +BuildRequires: zlib-devel %if 0%{?suse_version} > 1130 BuildRequires: pkgconfig(glu) %endif @@ -206,7 +212,7 @@ %setup -q dos2unix CMakeLists.txt %patch1 -p1 -# not yet %patch2 -p1 +# not yet %%patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 @@ -312,6 +318,7 @@ %{_libdir}/lib*-tulip-%{tulip_version}.so.* %{_libdir}/libtulip-core-%{tulip_version}.so %{_libdir}/libtulip-gui-%{tulip_version}.so +%{_libdir}/libtess2-tulip-%{tulip_version}.so %dir %{_libdir}/tulip %{_libdir}/tulip/lib*-%{version}.so %exclude %{_libdir}/tulip/libOGDF* @@ -352,6 +359,7 @@ %{_datadir}/tulip/wizards/* %{_libdir}/lib*-tulip-%{tulip_version}.so +%exclude %{_libdir}/libtess2-tulip-%{tulip_version}.so %files devel-doc %defattr(-,root,root) ++++++ 0001-Install-to-lib64.patch ++++++ --- /var/tmp/diff_new_pack.O0YzjQ/_old 2016-08-18 09:17:58.000000000 +0200 +++ /var/tmp/diff_new_pack.O0YzjQ/_new 2016-08-18 09:17:58.000000000 +0200 @@ -1,17 +1,17 @@ -From 06e9b2f9e7365d161561639ffbbbfcdf27ac5d8b Mon Sep 17 00:00:00 2001 +From 0c4d1e1f08605ae94d5270ca95f4a9412a779bb5 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/6] Install to lib64 +Subject: [PATCH 1/7] Install to lib64 --- CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 035b2e9281de..673f88ea1d84 100644 +index c2c41d66a2df..3ed8c3baeec6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -526,7 +526,12 @@ SET(TulipPythonInclude ${PROJECT_SOURCE_DIR}/library/tulip-python/include) +@@ -583,7 +583,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.7.2 +2.9.2 ++++++ 0005-Use-system-ftgl-lib-if-available.patch ++++++ --- /var/tmp/diff_new_pack.O0YzjQ/_old 2016-08-18 09:17:58.000000000 +0200 +++ /var/tmp/diff_new_pack.O0YzjQ/_new 2016-08-18 09:17:58.000000000 +0200 @@ -1,7 +1,7 @@ -From 327bb0e0da951e8fe158867f3d72d87be2506610 Mon Sep 17 00:00:00 2001 +From 3611273a05f698d1c74aae44b01cb68fefa3bd9a 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/6] Use system ftgl lib if available +Subject: [PATCH 5/7] Use system ftgl lib if available --- CMakeLists.txt | 10 ++++++++-- @@ -9,10 +9,10 @@ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 673f88ea1d84..294101e1973b 100644 +index 3ed8c3baeec6..35a1e61087aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -501,8 +501,14 @@ IF(NOT BUILD_CORE_ONLY) +@@ -558,8 +558,14 @@ IF(NOT BUILD_CORE_ONLY) SET(QxtInclude ${PROJECT_SOURCE_DIR}/thirdparty/qxt/src) SET(QxtLibrary qxt-tulip-${TulipMMVersion}) @@ -45,5 +45,5 @@ IF(NOT QUAZIP_FOUND) ADD_SUBDIRECTORY(quazip) -- -2.7.2 +2.9.2 ++++++ tulip-4.8.1_src.tar.gz -> tulip-4.9.0_src.tar.gz ++++++ /work/SRC/openSUSE:Factory/tulip/tulip-4.8.1_src.tar.gz /work/SRC/openSUSE:Factory/.tulip.new/tulip-4.9.0_src.tar.gz differ: char 5, line 1
