Skip to content

Commit 75cd047

Browse files
authored
Merge pull request #120 from akrherz/release
denote GEMPAK 7.15.1 release
2 parents eefd156 + ed33cf5 commit 75cd047

File tree

9 files changed

+21
-9
lines changed

9 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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

618
This release merges upstream NCEP NAWIPS 7.15.0, whose CHANGELOG includes:

build/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: gempak
2-
Version: 7.15.0
2+
Version: 7.15.1
33
Maintainer: Daryl Herzmann
44
Architecture: all
55
Description: Unidata GEMPAK Distribution

build/Installer.gempak/extlibs.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
66
Name: gempak-extlibs
77
Summary: Unidata Community GEMPAK
88
Version: %{version}

build/Installer.gempak/gempak.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
1414
Name: gempak
1515
Summary: Unidata Community GEMPAK
1616
Version: %{version}

build/docker/Dockerfile.centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN yum clean all
1010
RUN 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
1616
RUN pip install six shapely numpy

build/docker/Dockerfile.ubuntu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN apt-get install wget python-pip python-dev build-essential -y
1111
RUN 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
1818
RUN pip install six shapely numpy

build/gempak-devel/Dockerfile.centos6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build/gempak-devel/Dockerfile.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build/gempak-devel/Dockerfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)