Package: metview / 5.3.0-2

Metadata

Package Version Patches format
metview 5.3.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix scripts.patch | (download)

scripts/document_macros.pl | 2 1 1 - 0 !
scripts/metview_base.in | 3 2 1 - 0 !
scripts/metview_help | 2 1 1 - 0 !
scripts/mv_flextra_prep.mv | 1 1 0 - 0 !
scripts/mv_mars_catalog.py | 1 1 0 - 0 !
scripts/mv_scm_vis.mv | 1 1 0 - 0 !
scripts/mv_vapor_prep.mv | 3 2 1 - 0 !
7 files changed, 9 insertions( ), 4 deletions(-)

 ensure all scripts have a correct start line
 and paths are correct in Metview
soname version.patch | (download)

src/Macro/CMakeLists.txt | 2 2 0 - 0 !
src/libFTimeUtil/CMakeLists.txt | 2 2 0 - 0 !
src/libMars/CMakeLists.txt | 2 2 0 - 0 !
src/libMetview/CMakeLists.txt | 4 3 1 - 0 !
4 files changed, 9 insertions( ), 1 deletion(-)

 add soname and soversion to the shared libraries
Last-Updated: 2018-03-04
cmake fixes.patch | (download)

CMakeLists.txt | 2 1 1 - 0 !
scripts/metview_base.in | 4 2 2 - 0 !
share/metview/etc/CMakeLists.txt | 6 3 3 - 0 !
3 files changed, 6 insertions( ), 6 deletions(-)

 cmake fixes needed for builds on debian
Last-Updated: 2016-03-18
mv_compress.patch | (download)

scripts/mv_compress | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

---
reproducible build.patch | (download)

scripts/metview_base.in | 4 1 3 - 0 !
share/metview/app-defaults/MvVersionDetails.in | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 4 deletions(-)

 hard-code dates to make the build bit-reproducible
Last-Updated: 2016-01-05
fpic.patch | (download)

CMakeLists.txt | 3 3 0 - 0 !
1 file changed, 3 insertions( )

 add fpic support
hurd.patch | (download)

src/libMarsClient/mars.h | 6 6 0 - 0 !
1 file changed, 6 insertions( )

 fix for ftbfs on hurd
Last-Updated: 2016-01-02
fix bashisms.patch | (download)

scripts/logrun | 8 5 3 - 0 !
1 file changed, 5 insertions( ), 3 deletions(-)

 remove bashisms to that we can use the dash shell
Last-Updated: 2016-02-14
auto ptr.patch | (download)

src/Desktop/Log.cc | 10 5 5 - 0 !
src/Desktop/Log.h | 4 2 2 - 0 !
src/Macro/grib.cc | 88 44 44 - 0 !
src/libMetview/MvFieldSet.cc | 2 1 1 - 0 !
src/uPlot/Canvas.h | 2 1 1 - 0 !
src/uPlot/CartesianView.cc | 2 1 1 - 0 !
src/uPlot/CommonXSectView.cc | 4 2 2 - 0 !
src/uPlot/DataBuilder.cc | 2 1 1 - 0 !
src/uPlot/GeoView.cc | 4 2 2 - 0 !
src/uPlot/MapView.cc | 4 2 2 - 0 !
src/uPlot/Page.cc | 26 13 13 - 0 !
src/uPlot/Page.h | 8 4 4 - 0 !
src/uPlot/Presentable.cc | 6 3 3 - 0 !
src/uPlot/Presentable.h | 2 1 1 - 0 !
src/uPlot/SuperPage.cc | 10 5 5 - 0 !
src/uPlot/SuperPage.h | 4 2 2 - 0 !
16 files changed, 89 insertions( ), 89 deletions(-)

 move auto_ptr -> std::unique_ptr() for c  11 standard
Last-Updated: 2017-03-24
python3.patch | (download)

scripts/metgram.py | 19 10 9 - 0 !
scripts/mv_mars_catalog.py | 4 2 2 - 0 !
2 files changed, 12 insertions( ), 11 deletions(-)

 port  python scripts to python3
501_fixes.patch | (download)

src/Macro/mvimportDesktop.c | 3 2 1 - 0 !
src/uPlot/Page.cc | 4 2 2 - 0 !
src/uPlot/Page.h | 4 2 2 - 0 !
3 files changed, 6 insertions( ), 5 deletions(-)

 compile fixes needed for metview 5.0.1 / gcc 7.3.0
 (1) One implementation of auto_ptr -> unique_ptr needs work
 (2) Zero-length pre-defined arrays not allowed
Last-Updated: 2018-03-04
syserrlist.patch | (download)

src/Desktop/Log.cc | 11 4 7 - 0 !
1 file changed, 4 insertions( ), 7 deletions(-)

 replace sys_errlist[] which causes problems with freebsd
 and is deprecated with strerror()
Last-Updated: 208-03-04
qt5 transition.patch | (download)

src/libMvQtGui/MvQTreeViewSearchLine.cc | 3 3 0 - 0 !
1 file changed, 3 insertions( )

 fix needed to compile with qt5 5.11 transition
Last-Updated: 2018-07-27