-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a883331
commit 3d7bf6a
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_INIT(libsim, 6.4.5, [[email protected]]) | ||
AC_INIT(libsim, 6.4.6, [[email protected]]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
AC_CONFIG_SRCDIR([configure.ac]) | ||
AM_INIT_AUTOMAKE([foreign]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# to enable vapor support requiring stiff dependencies | ||
Summary: Fortran utility libraries | ||
Name: libsim | ||
Version: 6.4.5 | ||
Version: 6.4.6 | ||
Release: 1 | ||
License: GPL2+ | ||
Group: Applications/Meteo | ||
|
@@ -155,6 +155,10 @@ mv $RPM_BUILD_ROOT%{_includedir}/*.mod $RPM_BUILD_ROOT%{_fmoddir} | |
rm -rf %{buildroot} | ||
|
||
%changelog | ||
* Wed Sep 23 2020 Emanuele Di Giacomo <[email protected]> - 6.4.6-1 | ||
- enable json format for dballe, fix bug disabling formats other than BUFR | ||
- consider timerange 200 as timerange 0 for statistical processing | ||
|
||
* Fri Jun 5 2020 Daniele Branchini <[email protected]> - 6.4.5-1 | ||
- handle ECMWF 3 hour min/max temperatures (#84) | ||
|
||
|