Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2014-10-02 14:13:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and      /work/SRC/openSUSE:Factory/.paraview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "paraview"

Changes:
--------
--- /work/SRC/openSUSE:Factory/paraview/paraview.changes        2014-09-12 
10:03:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new/paraview.changes   2014-10-02 
14:14:42.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Oct  1 12:40:59 UTC 2014 - f...@grueninger.de
+
+- Update to version 4.2.0:
+  + See list of changes at
+    http://vtk.org/Bug/changelog_page.php?version_id=108
+- Packaging changes:
+  + Drop paraview-Mesa10.3-build-failures.patch as this patch has
+    been included upstream
+
+-------------------------------------------------------------------

Old:
----
  ParaView-v4.2.0-RC1-source.tar.gz
  paraview-Mesa10.3-build-failures.patch

New:
----
  ParaView-v4.2.0-source.tar.gz

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

Other differences:
------------------
++++++ paraview.spec ++++++
--- /var/tmp/diff_new_pack.dIappb/_old  2014-10-02 14:14:47.000000000 +0200
+++ /var/tmp/diff_new_pack.dIappb/_new  2014-10-02 14:14:47.000000000 +0200
@@ -17,16 +17,14 @@
 
 
 %define major_ver 4.2
-%define rc_ver 4.2.0-RC1
 Name:           paraview
-# This is the (only) RC release before version 4.2 is released
-Version:        4.1.990
+Version:        4.2.0
 Release:        0
 Summary:        Data analysis and visualization application
 License:        BSD-3-Clause
 Group:          Productivity/Scientific/Physics
 Url:            http://www.paraview.org
-Source0:        
http://www.paraview.org/files/v%{major_ver}/ParaView-v%{rc_ver}-source.tar.gz
+Source0:        
http://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}-source.tar.gz
 Source1:        %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE paraview-default-qtstyle.patch badshah...@gmail.com -- 
Make paraview inherit default qt gui look and feel, instead of using the 
Plastique theme
 Patch0:         paraview-default-qtstyle.patch
@@ -34,8 +32,6 @@
 Patch1:         paraview-desktop-entry-fix.patch
 # PATCH-FIX-UPSTREAM paraview-fix-file-contains-date-time.patch 
badshah...@gmail.com -- Remove reference to __DATE__ and __TIME__ from source
 Patch2:         paraview-fix-file-contains-date-time.patch
-# PATCH-FIX-UPSTREAM paraview-Mesa10.3-build-failures.patch 
badshah...@gmail.com --  Actually define GLX_GLXEXT_LEGACY to prevent the 
system glext.h include; fixes buld failures with Mesa >= 10.3; fix taken from 
upstream git and rebased
-Patch3:         paraview-Mesa10.3-build-failures.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8.8
@@ -114,13 +110,10 @@
 
 
 %prep
-%setup -q -n ParaView-v%{rc_ver}-source
+%setup -q -n ParaView-v%{version}-source
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%if 0%{?suse_version} > 1310
-%patch3 -p1
-%endif
 
 %build
 # Prepare for gcc 4.9.0: work around gcc 4.9.0 regression

++++++ ParaView-v4.2.0-RC1-source.tar.gz -> ParaView-v4.2.0-source.tar.gz ++++++
/work/SRC/openSUSE:Factory/paraview/ParaView-v4.2.0-RC1-source.tar.gz 
/work/SRC/openSUSE:Factory/.paraview.new/ParaView-v4.2.0-source.tar.gz differ: 
char 5, line 1

++++++ paraview-default-qtstyle.patch ++++++
--- /var/tmp/diff_new_pack.dIappb/_old  2014-10-02 14:14:47.000000000 +0200
+++ /var/tmp/diff_new_pack.dIappb/_new  2014-10-02 14:14:47.000000000 +0200
@@ -1,7 +1,7 @@
-Index: ParaView-v4.2.0-RC1-source/CMake/branded_paraview_main.cxx.in
+Index: ParaView-v4.2.0-source/CMake/branded_paraview_main.cxx.in
 ===================================================================
---- ParaView-v4.2.0-RC1-source.orig/CMake/branded_paraview_main.cxx.in
-+++ ParaView-v4.2.0-RC1-source/CMake/branded_paraview_main.cxx.in
+--- ParaView-v4.2.0-source.orig/CMake/branded_paraview_main.cxx.in
++++ ParaView-v4.2.0-source/CMake/branded_paraview_main.cxx.in
 @@ -48,7 +48,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
  #endif
  

++++++ paraview-desktop-entry-fix.patch ++++++
--- /var/tmp/diff_new_pack.dIappb/_old  2014-10-02 14:14:47.000000000 +0200
+++ /var/tmp/diff_new_pack.dIappb/_new  2014-10-02 14:14:47.000000000 +0200
@@ -1,7 +1,7 @@
-Index: ParaView-v4.2.0-RC1-source/Applications/ParaView/paraview.desktop.in
+Index: ParaView-v4.2.0-source/Applications/ParaView/paraview.desktop.in
 ===================================================================
---- ParaView-v4.2.0-RC1-source.orig/Applications/ParaView/paraview.desktop.in
-+++ ParaView-v4.2.0-RC1-source/Applications/ParaView/paraview.desktop.in
+--- ParaView-v4.2.0-source.orig/Applications/ParaView/paraview.desktop.in
++++ ParaView-v4.2.0-source/Applications/ParaView/paraview.desktop.in
 @@ -1,7 +1,9 @@
  [Desktop Entry]
 -Version=@PARAVIEW_VERSION_FULL@

++++++ paraview-fix-file-contains-date-time.patch ++++++
--- /var/tmp/diff_new_pack.dIappb/_old  2014-10-02 14:14:47.000000000 +0200
+++ /var/tmp/diff_new_pack.dIappb/_new  2014-10-02 14:14:47.000000000 +0200
@@ -1,7 +1,7 @@
-Index: 
ParaView-v4.2.0-RC1-source/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
+Index: 
ParaView-v4.2.0-source/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
 ===================================================================
---- 
ParaView-v4.2.0-RC1-source.orig/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
-+++ 
ParaView-v4.2.0-RC1-source/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
+--- 
ParaView-v4.2.0-source.orig/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
++++ ParaView-v4.2.0-source/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-v4.2.0-RC1-source/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
+Index: ParaView-v4.2.0-source/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
 ===================================================================
---- 
ParaView-v4.2.0-RC1-source.orig/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
-+++ 
ParaView-v4.2.0-RC1-source/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
+--- 
ParaView-v4.2.0-source.orig/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
++++ ParaView-v4.2.0-source/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
 @@ -438,7 +438,7 @@ void vtknifti1_io::nifti_disp_lib_hist(
  *//*--------------------------------------------------------------------*/
  void vtknifti1_io::nifti_disp_lib_version( void )

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to