Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2017-08-24 18:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and      /work/SRC/openSUSE:Factory/.paraview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "paraview"

Thu Aug 24 18:55:35 2017 rev:21 rq:518352 version:5.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/paraview/paraview.changes        2017-03-28 
15:22:19.600678252 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2017-08-24 
18:55:46.660875439 +0200
@@ -1,0 +2,50 @@
+Tue Aug 22 21:52:50 UTC 2017 - [email protected]
+
+- Update to version 5.4.1:
+  * The black render window observed on some systems when FXAA was
+    enabled or an object's opacity was less than 1 has been fixed.
+  * Field output for cells with non-straight edges has been
+    corrected.
+  * Derivatives for quadratic triangles are now computed
+    correctly.
+  * A bug that occurred when generating a Catalyst script with no
+    images output has been fixed.
+  * A problem with writing animations as AVIs was fixed.
+  * Logic in the CGNS reader was updated to correctly read all
+    solution nodes for each centering type when
+    FlowSolutionPointers are missing.
+  * Fixed crash in CGNS reader when moving forward in time.
+  * Fixed problem with long-running animations not advancing past
+    a certain number of time steps.
+  * Resolved issue where changing one file path in the state file
+    loader "Choose File Names" dialog also changed the file paths
+    of other files with the same type.
+  * Addressed problem with enumerated property dependencies in
+    ParaViewWeb.
+  * Added ability to change the font size in the ParaView user
+    interface.
+  * Fixed BoxLib3D file reader.
+  * State files now properly support files with relative paths.
+  * Removed inappropriate scalar bar scaling when saving large
+    screen shots.
+  * A bug in the color mapping that in some cases incorrectly
+    mapped some data values to the above-range color was fixed.
+  * OSPRay can now be compiled in Cray programming environments
+    and for the first time has support for Intel Skylake
+    processors.
+  * Added lower limit to how small the GUI font size can be.
+  * Addressed issue affecting layouts when loading a state file
+    from the Python console.
+
+-------------------------------------------------------------------
+Sun Jul  2 17:09:33 UTC 2017 - [email protected]
+
+- Update to version 5.4.0:
+  * See https://blog.kitware.com/paraview-5-4-0-release-notes/ for
+    a full list of updates.
+- Use the %%cmake macro instead of using cmake manually.
+- Minor rebase of existing patches for version update.
+- ExcludeArch for ix86 processors until 32 bit builds can be
+  sorted out; issue reported upstream.
+
+-------------------------------------------------------------------

Old:
----
  ParaView-v5.3.0.tar.gz
  ParaViewGettingStarted-5.3.0.pdf
  ParaViewGuide-5.3.0.pdf

New:
----
  ParaView-v5.4.1.tar.gz
  ParaViewGettingStarted-5.4.0.pdf
  ParaViewGuide-5.4.0.pdf

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

Other differences:
------------------
++++++ paraview.spec ++++++
--- /var/tmp/diff_new_pack.CByGqd/_old  2017-08-24 18:55:52.044117442 +0200
+++ /var/tmp/diff_new_pack.CByGqd/_new  2017-08-24 18:55:52.048116879 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package paraview
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,9 +22,9 @@
 %define use_qt5 0
 %endif
 
-%define major_ver 5.3
+%define major_ver 5.4
 Name:           paraview
-Version:        5.3.0
+Version:        5.4.1
 Release:        0
 Summary:        Data analysis and visualization application
 License:        BSD-3-Clause
@@ -33,8 +33,8 @@
 Source0:        
http://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.gz
 
 Source1:        %{name}-rpmlintrc
-Source2:        
http://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{version}.pdf
-Source3:        
http://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{version}.pdf
+Source2:        
http://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{major_ver}.0.pdf
+Source3:        
http://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{major_ver}.0.pdf
 Source4:        
http://www.paraview.org/files/v%{major_ver}/ParaViewTutorial.pdf
 # PATCH-FIX-OPENSUSE paraview-default-qtstyle.patch [email protected] -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
 Patch0:         paraview-default-qtstyle.patch
@@ -99,6 +99,8 @@
 Requires:       python-base
 Requires:       python-twisted
 Requires:       python-zope.interface
+# FIXME: Remove when builds for 32-bit are fixed; they currently fail due to 
offt definition issues in ThirdParty/cgns/vtkcgns/src/adf/ADF_internals.c
+ExcludeArch:    %ix86
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -136,24 +138,7 @@
 export CXX='g++'
 export MAKE='make'
 
-# FIXME: WE CANNOT USE THE %%cmake MACRO BECAUSE SOME OF ITS OPTIONS CAUSE 
ISSUES (SEE FIXME'S BELOW); REPLICATE IT HERE LEAVING OUT THE PROBLEMATIC AND 
UNUSED OPTIONS
-find ./ -name CMakeLists.txt \
--exec sed -i -re 
'/^[[:blank:]]*[sS][eE][tT][[:blank:]]*\\\([[:blank:]]*(CMAKE_BUILD_TYPE|CMAKE_COLOR_MAKEFILE|CMAKE_INSTALL_PREFIX|CMAKE_VERBOSE_MAKEFILE).*\\\)/{s/^/#IGNORE
 /}' {} +
-mkdir -p build
-cd build
-cmake $OLDPWD \
-        -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
-        -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-        -DCMAKE_C_FLAGS="${CFLAGS:-%optflags} -DNDEBUG" \
-        -DCMAKE_CXX_FLAGS="${CXXFLAGS:-%optflags} -DNDEBUG" \
-        -DCMAKE_Fortran_FLAGS="${FFLAGS:-%optflags%{?_fmoddir: -I%_fmoddir}} 
-DNDEBUG" \
-        -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-z,now" \
-        -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-z,now" \
-        -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-z,now" \
-        -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-        -DBUILD_SHARED_LIBS:BOOL=ON \
-        -DCMAKE_COLOR_MAKEFILE:BOOL=OFF \
-        -DPV_INSTALL_LIB_DIR:PATH=%{_lib}/%{name} \
+%cmake  -DPV_INSTALL_LIB_DIR:PATH=%{_lib}/%{name} \
         -DVTK_INSTALL_INCLUDE_DIR:PATH=include/%{name} \
         -DVTK_INSTALL_ARCHIVE_DIR:PATH=%{_lib}/%{name} \
         -DVTK_INSTALL_LIBRARY_DIR:PATH=%{_lib}/%{name} \

++++++ ParaView-v5.3.0.tar.gz -> ParaView-v5.4.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/paraview/ParaView-v5.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.paraview.new/ParaView-v5.4.1.tar.gz differ: char 5, 
line 1

++++++ ParaViewGettingStarted-5.3.0.pdf -> ParaViewGettingStarted-5.4.0.pdf 
++++++
(binary differes)

++++++ ParaViewGuide-5.3.0.pdf -> ParaViewGuide-5.4.0.pdf ++++++
(binary differes)

++++++ paraview-default-qtstyle.patch ++++++
--- /var/tmp/diff_new_pack.CByGqd/_old  2017-08-24 18:55:52.156101674 +0200
+++ /var/tmp/diff_new_pack.CByGqd/_new  2017-08-24 18:55:52.160101111 +0200
@@ -1,8 +1,8 @@
-Index: ParaView-v5.2.0/CMake/branded_paraview_main.cxx.in
+Index: ParaView-v5.4.0/CMake/branded_paraview_main.cxx.in
 ===================================================================
---- ParaView-v5.2.0.orig/CMake/branded_paraview_main.cxx.in
-+++ ParaView-v5.2.0/CMake/branded_paraview_main.cxx.in
-@@ -72,15 +72,15 @@ static bool checkenv(const char* vname)
+--- ParaView-v5.4.0.orig/CMake/branded_paraview_main.cxx.in
++++ ParaView-v5.4.0/CMake/branded_paraview_main.cxx.in
+@@ -73,15 +73,15 @@ static bool checkenv(const char* vname)
  
  int main(int argc, char* argv[])
  {

++++++ paraview-desktop-entry-fix.patch ++++++
--- /var/tmp/diff_new_pack.CByGqd/_old  2017-08-24 18:55:52.172099421 +0200
+++ /var/tmp/diff_new_pack.CByGqd/_new  2017-08-24 18:55:52.176098858 +0200
@@ -1,15 +1,10 @@
-Index: ParaView-v5.2.0/Applications/ParaView/paraview.desktop.in
+Index: ParaView-v5.4.0/Applications/ParaView/paraview.desktop.in
 ===================================================================
---- ParaView-v5.2.0.orig/Applications/ParaView/paraview.desktop.in
-+++ ParaView-v5.2.0/Applications/ParaView/paraview.desktop.in
-@@ -1,7 +1,9 @@
- [Desktop Entry]
--Version=@PARAVIEW_VERSION_FULL@
- Type=Application
- Name=ParaView
- Comment=Parallel visualization application
+--- ParaView-v5.4.0.orig/Applications/ParaView/paraview.desktop.in
++++ ParaView-v5.4.0/Applications/ParaView/paraview.desktop.in
+@@ -6,3 +6,5 @@ Comment=Parallel visualization applicati
+ Exec=paraview
  TryExec=paraview
-+Exec=paraview
  Icon=paraview
 +Categories=Graphics;2DGraphics;3DGraphics;
 +StartupNotify=true

++++++ paraview-fix-file-contains-date-time.patch ++++++
--- /var/tmp/diff_new_pack.CByGqd/_old  2017-08-24 18:55:52.200095479 +0200
+++ /var/tmp/diff_new_pack.CByGqd/_new  2017-08-24 18:55:52.204094916 +0200
@@ -1,7 +1,7 @@
-Index: ParaView-v5.2.0/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
+Index: ParaView-v5.4.0/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
 ===================================================================
---- ParaView-v5.2.0.orig/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
-+++ ParaView-v5.2.0/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
+--- ParaView-v5.4.0.orig/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
++++ ParaView-v5.4.0/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
 @@ -9,7 +9,7 @@
  #include "ncdispatch.h"
  
@@ -11,10 +11,10 @@
  
  const char *
  nc_inq_libvers(void)
-Index: ParaView-v5.2.0/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
+Index: ParaView-v5.4.0/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
 ===================================================================
---- ParaView-v5.2.0.orig/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
-+++ ParaView-v5.2.0/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
+--- ParaView-v5.4.0.orig/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
++++ ParaView-v5.4.0/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
 @@ -438,7 +438,7 @@ void vtknifti1_io::nifti_disp_lib_hist(
  *//*--------------------------------------------------------------------*/
  void vtknifti1_io::nifti_disp_lib_version( void )
@@ -24,10 +24,10 @@
  }
  
  
-Index: ParaView-v5.2.0/Plugins/CDIReader/cdilib.c
+Index: ParaView-v5.4.0/Plugins/CDIReader/cdilib.c
 ===================================================================
---- ParaView-v5.2.0.orig/Plugins/CDIReader/cdilib.c
-+++ ParaView-v5.2.0/Plugins/CDIReader/cdilib.c
+--- ParaView-v5.4.0.orig/Plugins/CDIReader/cdilib.c
++++ ParaView-v5.4.0/Plugins/CDIReader/cdilib.c
 @@ -5274,7 +5274,7 @@ static void file_table_print(void);
  #define LIBVERSION 1.8.2
  #define XSTRING(x) #x

++++++ paraview-pythonqt-build-fix.patch ++++++
--- /var/tmp/diff_new_pack.CByGqd/_old  2017-08-24 18:55:52.216093227 +0200
+++ /var/tmp/diff_new_pack.CByGqd/_new  2017-08-24 18:55:52.216093227 +0200
@@ -7,39 +7,16 @@
  Plugins/PythonQtPlugin/CMakeLists.txt | 14 +++-----------
  1 file changed, 3 insertions(+), 11 deletions(-)
 
-diff --git a/Plugins/PythonQtPlugin/CMakeLists.txt 
b/Plugins/PythonQtPlugin/CMakeLists.txt
-index d87853b..d249961 100644
---- a/Plugins/PythonQtPlugin/CMakeLists.txt
-+++ b/Plugins/PythonQtPlugin/CMakeLists.txt
-@@ -7,6 +7,8 @@ else()
-   include(${PARAVIEW_USE_FILE})
- endif()
+Index: ParaView-v5.4.0/Plugins/PythonQtPlugin/CMakeLists.txt
+===================================================================
+--- ParaView-v5.4.0.orig/Plugins/PythonQtPlugin/CMakeLists.txt
++++ ParaView-v5.4.0/Plugins/PythonQtPlugin/CMakeLists.txt
+@@ -44,6 +44,8 @@ add_paraview_auto_start(
+   OUTSRCS
+   CLASS_NAME pqPythonQtPlugin)
  
 +include(ParaViewQt)
 +pv_find_package_qt(qt_targets REQUIRED QT4_COMPONENTS QtGui QT5_COMPONENTS 
Widgets)
  
- set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR})
- find_package(PythonQt REQUIRED)
-@@ -23,17 +25,7 @@ set(PythonQtPlugin_MOC_SRCS
-   pqPythonEventFilter.h
-   )
- 
--if (PARAVIEW_QT_VERSION VERSION_GREATER "4")
--  qt5_wrap_cpp(MOC_SRCS
--    ${PythonQtPlugin_MOC_SRCS}
--    ${decorator_file}
--    )
--else ()
--  qt4_wrap_cpp(MOC_SRCS
--    ${PythonQtPlugin_MOC_SRCS}
--    ${decorator_file}
--    )
--endif ()
-+pv_qt_wrap_cpp(MOC_SRCS ${PythonQtPlugin_MOC_SRCS} ${decorator_file})
- 
- set(srcs
-   pqPythonQtPlugin.cxx
--- 
-2.7.4
-
-
+ add_paraview_plugin(PythonQtPlugin "1.0"
+                     GUI_INTERFACES ${OUTIFACES}


Reply via email to