-
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.
promoted to 6.2.0, updated fedora specfile
- Loading branch information
Showing
2 changed files
with
7 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.1.15, [[email protected]]) | ||
AC_INIT(libsim, 6.2.0, [[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 disable oracle and/or vapor support requiring stiff dependencies | ||
Summary: Fortran utility libraries | ||
Name: libsim | ||
Version: 6.1.15 | ||
Version: 6.2.0 | ||
Release: 1 | ||
License: GPL2+ | ||
Group: Applications/Meteo | ||
|
@@ -107,6 +107,11 @@ mv $RPM_BUILD_ROOT%{_includedir}/*.mod $RPM_BUILD_ROOT%{_fmoddir} | |
rm -rf %{buildroot} | ||
|
||
%changelog | ||
* Wed Aug 30 2017 Davide Cesari <[email protected]> - 6.2.0-1 | ||
- new statistical processing approach | ||
- Shapiro transform | ||
- various minor fixes | ||
|
||
* Tue Apr 4 2017 Daniele Branchini <[email protected]> - 6.1.15-1 | ||
- allow computing max and min from any input stat-proc | ||
- allow simple rot/unrot of wind components | ||
|