SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for paraview-5.0.1-2.4.i586.rpm :
Wed Mar 30 14:00:00 2016 fossAATTgrueninger.de
- update to version 5.0.1
+ Trace recorder fails for CTH data
+ improvements to cinema
+ Move Show Axis functionality into Edit Axes Grid
+ hover points on is deathly slow remote server
+ CGNS reader not available in non-MPI windows binaries
+ update pvospray
+ Keyboard shortcut Alt+A is assigned twice
+ Rubber band selection is broken
+ List of changes at
http://www.paraview.org/Bug/changelog_page.php?version_id=126

Tue Mar 15 13:00:00 2016 dvaleevAATTsuse.com
- Add disk constraint 8GB

Mon Jan 11 13:00:00 2016 fossAATTgrueninger.de
- Update to version 5.0.0
+ New Rendering Engine
+ OpenSWR and Mesa support
+ Include OSPray
+ Off-screen rendering with EGL
+ Community Atmosphere Model (Cam5) Catalyst Adaptor
+ Accelerated Algorithms plug-in
+ List of changes at
http://www.paraview.org/Bug/changelog_page.php?version_id=121

Mon Sep 14 14:00:00 2015 badshah400AATTgmail.com
- Update to version 4.4.0:
+ List of changes at
http://www.paraview.org/Bug/changelog_page.php?version_id=114.
- Drop paraview-freetype-2.5.4.patch: incorporated upstream.

Sat Feb 14 13:00:00 2015 fossAATTgrueninger.de
- Update to version 4.3.1:
+ See list of changes at
http://www.paraview.org/Bug/changelog_page.php
- Packaging changes:
+ Install new file /usr/share/cmake/hdf5/libhdf5.settings

Mon Jan 5 13:00:00 2015 dimstarAATTopensuse.org
- Add paraview-freetype-2.5.4.patch: Fix build with FreeType 2.5.4
API changes.

Wed Oct 1 14:00:00 2014 fossAATTgrueninger.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

Mon Sep 8 14:00:00 2014 badshah400AATTgmail.com
- Update to version 4.2.0-RC1:
+ See list of changes at
http://vtk.org/Bug/changelog_page.php?version_id=108
- Packaging changes:
+ Add paraview-desktop-entry-fix.patch to fix paraview\'s desktop
menu entry by properly inserting required key-value pairs
+ Drop paraview-SciberQuestToolKit-install-path.patch; no longer
needed as properly implemented upstream
+ Rebase carried-over patches to apply cleanly against present
version
+ Add paraview-Mesa10.3-build-failures.patch to workaround
build failures when compiling against Mesa >= 10.3; patch
taken from upstream git and rebased; applied only for
openSUSE >= 13.2
+ Specfile changes:
- Prepare for gcc 4.9.0 by working around a compiler
issue
- Package .desktop entry and icon files; post(un) scriptlets
for updating hicolor icon theme and updating desktop menu
are used
- Package appdata file
- Fix python-bytecode-inconsistent-mtime rpmlint warnings by
recompiling all relevant .py files.

Tue Feb 4 13:00:00 2014 badshah400AATTgmail.com
- Build with system zope (python-zope.interface) and twisted
(python-twisted); introduces BuildRequires and Requires on the
two packages
- Remove unnecessary Requires on python-matplotlib.

Sun Feb 2 13:00:00 2014 badshah400AATTgmail.com
- Update to version 4.1.0:
+ See list of changes at
http://vtk.org/Bug/changelog_page.php?version_id=102
- Packaging changes:
+ Use full URL for source tarball
+ Drop patches:
- paraview-fix-vtkpython-modules-install-dir.patch: corrected
upstream
- paraview-no-return-in-nonvoid-function.patch: corrected
upstream
+ Rebase existing patches
+ Also fix a new occurrance of __DATE__ in a source file
within paraview-fix-file-contains-date-time.patch
+ Change build type to RelWithDebInfo from Release
(DCMAKE_BUILD_TYPE=RelWithDebInfo).

Mon Jul 8 14:00:00 2013 badshah400AATTgmail.com
- Update to version 4.0.1:
+ Undocumented upstream changes
- Changes from version 4.0:
+ Too many to list, see
http://paraview.org/Bug/changelog_page.php?version_id=52
for a complete list
- Drop paraview-fix-build-with-system-jpeg.patch; implemented
upstream
- Use matplotlib during building to enable MathText rendering;
introduces build time and runtime requirement on
python-matplotlib
- Add patches:
+ paraview-fix-vtkpython-modules-install-dir.patch: Workaround
vtk\'s python modules getting installed in the wrong location;
upstream bug report at
http://paraview.org/Bug/view.php?id=14168
+ paraview-fix-file-contains-date-time.patch: Remove reference
to __DATE__ and __TIME__ from source files
- Use fdupes to link duplicated files.

Thu Jun 20 14:00:00 2013 badshah400AATTgmail.com
- Enable python scripting with paraview
(cmake variable DPARAVIEW_ENABLE_PYTHON:BOOL=ON); had been
turned off because earlier versions of paraview had some
building issues with this enabled.

Tue Mar 12 13:00:00 2013 badshah400AATTgmail.com
- Update to version 3.98.1:
+ See full list of changes at
http://paraview.org/Bug/changelog_page.php?version_id=99.
- Add paraview-fix-build-with-system-jpeg.patch to fix build
errors when compiled with recent jpeg headers (libjpeg8-devel >=
8.0)
- Use smp flags for make to speed up build.

Wed Feb 27 13:00:00 2013 badshah400AATTgmail.com
- License of SciberQuestToolKit subpackage is: GPL-2.0+ or
LGPL-3.0+.

Mon Feb 25 13:00:00 2013 badshah400AATTgmail.com
- Split the SciberQuestToolKit plugin into its own package,
license it as GPL-3.0+ or LGPL-3.0+ (bnc#804987)
- The minimum version of libqt4-devel required for compiling is
4.7.0; correct BuildRequires accordingly.

Tue Jan 15 13:00:00 2013 badshah400AATTgmail.com
- Remove paraview-gcc47.patch; patch incorporated upstream.

Tue Jan 8 13:00:00 2013 badshah400AATTgmail.com
- Update to version 3.98.0:
+ Too many changes to list, see
http://paraview.org/Bug/changelog_page.php?version_id=97
+ Fixes licensing issues (bnc#763208)
- Remove paraview-boost-1.49-compat.patch, incorporated upstream
- Add paraview-no-return-in-nonvoid-function.patch to fix non-void
function returning nothing
- Add paraview-SciberQuestToolKit-install-path.patch to fix
install path of SciberQuestToolKit plugin
- Turn off OSMESA bindings because these are no longer
recommended.

Fri Oct 26 14:00:00 2012 badshah400AATTgmail.com
- Update to version 3.14.1:
+ Bug fix release, see a complete list at
http://paraview.org/Bug/changelog_page.php?version_id=95 .

Sat May 12 14:00:00 2012 scorotAATTfree.fr
- fix SLE and 11.3 build with BuildRequires qt4-assistant-adp-devel
for 11.4 and higher

Sat Apr 28 14:00:00 2012 badshah400AATTgmail.com
- Added paraview-gcc47.patch to fix build failures with gcc >= 4.7:
this fixes building on openSUSE > 12.1.

Sun Apr 8 14:00:00 2012 badshah400AATTgmail.com
- Update to version 3.14.0:
+ Too many changes to list. See complete list at
http://www.paraview.org/Bug/changelog_page.php?version_id=94
- Added paraview-boost-1.49-compat.patch to workaround vtk\'s
incompatibility with boost version 1.48 and higher; fixes build
on factory.

Sun Nov 6 13:00:00 2011 badshah400AATTgmail.com
- Update to version 3.12.0:
+ Too many changes to list. See complete list at
http://www.paraview.org/Bug/changelog_page.php?version_id=85
- Removed paraview-demo-patch. Changes committed upstream.
- Removed paraview-sqldatabaseschema.patch. Build failure
properly taken care of upstream.

Sun Apr 3 14:00:00 2011 badshah400AATTgmail.com
- Added paraview-default-qtstyle.patch to make paraview inherit
user-set qt-GUI style instead of always using Plastique

Sat Apr 2 14:00:00 2011 badshah400AATTgmail.com
- Added rpmlintrc file to suppress devel-file warnings for
required files

Thu Mar 31 14:00:00 2011 badshah400AATTgmail.com
- Initial package (version 3.10.0)


 
ICM