Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2022-03-23 20:17:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and      /work/SRC/openSUSE:Factory/.paraview.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "paraview"

Wed Mar 23 20:17:50 2022 rev:43 rq:964079 version:5.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/paraview/paraview.changes        2022-02-11 
23:09:15.830920692 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new.25692/paraview.changes     
2022-03-23 20:19:55.150515062 +0100
@@ -1,0 +2,49 @@
+Thu Mar 17 13:40:21 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 5.10.1:
+  * User interface:
+    - State files appear as datasets.
+    - File dialog issues in client/server mode.
+    - Stride in Animation View is too restricted.
+    - Context menu in file dialog doesn't work on macOS with Qt
+      5.15.1.
+    - Python tracing fails when a custom source exists.
+    - Python Shell broken by any custom filter.
+    - Stereo broken in CAVE environments.
+    - Parallel Coordinates segfault.
+    - Can't set frame rate when saving MP4 animation.
+    - command_button widget is not visible anymore.
+    - Client information does not show VTK version.
+    - Only fetch favorites from server on creation.
+  * Filters:
+    - Ghost cell generator crash.
+    - Redistribute dataset on Image Data then generate Ghost cells
+      seems to give the wrong result.
+    - TemporalParticlesToPathlines fails with AMReX particle data:
+      "The input dataset did not have a valid DATA_TIME_STEPS
+      information key".
+  * Readers:
+    - Sideset error with IOSS reader.
+    - IOSS reader is slow with small, parallel dataset.
+    - IOSS reader and set variables don't work.
+    - Restart file fails with IOSS reader.
+    - PIO reader seg faults on warnings for client-server.
+    - PIO reader fails on extra file in directory.
+    - PIO reader access to restart block and even/odd checkpoints.
+    - openPMD: Fix Particle Time Series.
+  * Catalyst:
+    - Multiple grids with multiple pipelines produces failure in
+      coprocessing.py.
+    - SaveExtract volumetric cinema database crash.
+  * Build:
+    - Guard the list of required vtk components for paraview
+      package.
+    - pqPythonUtils.h not installed.
+- Update guide books:
+  * ParaViewGettingStarted-5.10.1.pdf.
+  * ParaViewTutorial-5.10.1.pdf.
+- Adapt defined macros for versioning to be more recyclable.
+- Drop some zero-length cmake files from %{_libdir}/cmake/ which
+  are useless anyway.
+
+-------------------------------------------------------------------

Old:
----
  ParaView-v5.10.0.tar.xz
  ParaViewGettingStarted-5.10.0.pdf
  ParaViewTutorial-5.10.0.pdf

New:
----
  ParaView-v5.10.1.tar.xz
  ParaViewGettingStarted-5.10.1.pdf
  ParaViewTutorial-5.10.1.pdf

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

Other differences:
------------------
++++++ paraview.spec ++++++
--- /var/tmp/diff_new_pack.QO5r0Z/_old  2022-03-23 20:19:57.242516246 +0100
+++ /var/tmp/diff_new_pack.QO5r0Z/_new  2022-03-23 20:19:57.246516248 +0100
@@ -16,8 +16,10 @@
 #
 
 
-%define major_ver 5.10
-%define shlib libparaview5_10
+%define major_ver 5
+%define minor_ver 10
+%define short_ver 5.10
+%define shlib libparaview%{major_ver}_%{minor_ver}
 
 %if 0%{?suse_version} <= 1500
 %bcond_with    pugixml
@@ -30,17 +32,17 @@
 
 %define __builder ninja
 Name:           paraview
-Version:        5.10.0
+Version:        %{short_ver}.1
 Release:        0
 Summary:        Data analysis and visualization application
 License:        BSD-3-Clause
 Group:          Productivity/Scientific/Physics
 URL:            https://www.paraview.org
-Source0:        
https://www.paraview.org/files/v%{major_ver}/ParaView-v%{version}.tar.xz
+Source0:        
https://www.paraview.org/files/v%{short_ver}/ParaView-v%{version}.tar.xz
 Source1:        %{name}-rpmlintrc
 # CAUTION: GettingStarted may or may not be updated with each minor version
-Source2:        
https://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{version}.pdf
-Source3:        
https://www.paraview.org/files/v%{major_ver}/ParaViewTutorial-%{version}.pdf
+Source2:        
https://www.paraview.org/files/v%{short_ver}/ParaViewGettingStarted-%{version}.pdf
+Source3:        
https://www.paraview.org/files/v%{short_ver}/ParaViewTutorial-%{version}.pdf
 # PATCH-FIX-UPSTREAM paraview-desktop-entry-fix.patch badshah...@gmail.com -- 
Fix desktop menu entry by inserting proper required categories
 Patch0:         paraview-desktop-entry-fix.patch
 # PATCH-FIX-OPENSUSE fix-libharu-missing-m.patch -- missing libraries for 
linking (gh#libharu/libharu#213)
@@ -218,12 +220,15 @@
 %cmake_install
 
 # INSTALL DOCUMENTATION USED BY THE HELP MENU IN MAIN APP
-install -Dm0644 %{S:2} 
%{buildroot}%{_datadir}/%{name}-%{major_ver}/doc/GettingStarted.pdf
-install -Dm0644 %{S:3} 
%{buildroot}%{_datadir}/%{name}-%{major_ver}/doc/Guide.pdf
+install -Dm0644 %{S:2} 
%{buildroot}%{_datadir}/%{name}-%{short_ver}/doc/GettingStarted.pdf
+install -Dm0644 %{S:3} 
%{buildroot}%{_datadir}/%{name}-%{short_ver}/doc/Guide.pdf
 
 # REMOVE paraview-config: DOESN'T WORK WITHOUT STATIC LIBS ANYWAY
 rm %{buildroot}%{_bindir}/paraview-config
 
+# Delete zero-length cmake files
+find %{buildroot}%{_libdir}/cmake/paraview-%{short_ver}/ -size 0 -delete -print
+
 %fdupes %{buildroot}/
 
 %post -n %{shlib} -p /sbin/ldconfig
@@ -235,7 +240,7 @@
 %{_bindir}/*
 %exclude %{_bindir}/smTest*
 %exclude %{_bindir}/vtk*
-%{_datadir}/%{name}-%{major_ver}/
+%{_datadir}/%{name}-%{short_ver}/
 %dir %{_datadir}/metainfo
 %{_datadir}/metainfo/*.appdata.xml
 %{_datadir}/applications/*.desktop
@@ -250,11 +255,11 @@
 %{_libdir}/*.so.*
 
 %files plugins
-%{_libdir}/%{name}-%{major_ver}/
+%{_libdir}/%{name}-%{short_ver}/
 
 %files devel
 %{_libdir}/*.so
-%{_libdir}/cmake/paraview-%{major_ver}/
+%{_libdir}/cmake/paraview-%{short_ver}/
 %{_bindir}/smTest*
 %{_bindir}/vtk*
 %{_includedir}/%{name}*

++++++ ParaView-v5.10.0.tar.xz -> ParaView-v5.10.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/paraview/ParaView-v5.10.0.tar.xz 
/work/SRC/openSUSE:Factory/.paraview.new.25692/ParaView-v5.10.1.tar.xz differ: 
char 27, line 1

++++++ ParaViewGettingStarted-5.10.0.pdf -> ParaViewGettingStarted-5.10.1.pdf 
++++++

++++++ ParaViewTutorial-5.10.0.pdf -> ParaViewTutorial-5.10.1.pdf ++++++

Reply via email to