File tree Expand file tree Collapse file tree 9 files changed +21
-9
lines changed
Expand file tree Collapse file tree 9 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 11<!-- markdownlint-configure-file {"MD024": { "siblings_only": true } } -->
22# Unidata Community GEMPAK Change Log
33
4+ ## 7.15.1 (8 Oct 2022)
5+
6+ This release merges upstream NCEP NAWIPS 7.15.1, whose CHANGELOG includes:
7+
8+ - Build fixes on RHEL 8.
9+ - GOES18 table additions.
10+
11+ This release also includes the following GEMPAK Community changes:
12+
13+ - Continued table cleanups.
14+ - Build cleanups and fixes.
15+
416## 7.15.0 (25 May 2022)
517
618This release merges upstream NCEP NAWIPS 7.15.0, whose CHANGELOG includes:
Original file line number Diff line number Diff line change 11Package: gempak
2- Version: 7.15.0
2+ Version: 7.15.1
33Maintainer: Daryl Herzmann
44Architecture: all
55Description: Unidata GEMPAK Distribution
Original file line number Diff line number Diff line change 22%define __prelink_undo_cmd %{nil }
33%define gem_home /home/gempak/GEMPAK7
44%define prefix /home/gempak
5- %define version 7.15.0
5+ %define version 7.15.1
66Name: gempak-extlibs
77Summary: Unidata Community GEMPAK
88Version: %{version }
Original file line number Diff line number Diff line change 1010%define __prelink_undo_cmd %{nil }
1111%define gem_home /home/gempak/GEMPAK7
1212%define prefix /home/gempak
13- %define version 7.15.0
13+ %define version 7.15.1
1414Name: gempak
1515Summary: Unidata Community GEMPAK
1616Version: %{version }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN yum clean all
1010RUN yum install openmotif libX11 libXt libXext libXp libXft libXtst xorg-x11-xbitmaps csh libgfortran which python-pip git -y
1111
1212# Latest RPM for CentOS 7
13- RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-7.15.0 -1.el7.centos.x86_64.rpm
13+ RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-7.15.1 -1.el7.centos.x86_64.rpm
1414
1515# Python AWIPS Data Acess Framework
1616RUN pip install six shapely numpy
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ RUN apt-get install wget python-pip python-dev build-essential -y
1111RUN pip install --upgrade pip
1212
1313# Latest source code
14- RUN wget https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-7.15.0 .deb
15- RUN dpkg -i gempak-7.15.0 .deb
14+ RUN wget https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-7.15.1 .deb
15+ RUN dpkg -i gempak-7.15.1 .deb
1616
1717# Python AWIPS Data Acess Framework
1818RUN pip install six shapely numpy
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ RUN yum install -y \
2626 python-devel
2727
2828# Bootstrap install extlibs...
29- RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-extlibs-7.15.0 -1.el6.x86_64.rpm
29+ RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-extlibs-7.15.1 -1.el6.x86_64.rpm
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ RUN yum install -y \
2626 python-devel
2727
2828# Bootstrap install extlibs...
29- RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-extlibs-7.15.0 -1.el7.centos.x86_64.rpm
29+ RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-extlibs-7.15.1 -1.el7.centos.x86_64.rpm
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ RUN yum install -y \
2626 python-devel
2727
2828# Bootstrap install extlibs...
29- RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-extlibs-7.15.0 -1.fc26.x86_64.rpm
29+ RUN rpm -ivh https://www.unidata.ucar.edu/downloads/gempak/latest/gempak-extlibs-7.15.1 -1.fc26.x86_64.rpm
You can’t perform that action at this time.
0 commit comments