Skip to content

Commit 9ff730c

Browse files
committed
bumped to 6.1.5
1 parent 0dfa9a9 commit 9ff730c

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT(libsim, 6.1.4, [dcesari@arpa.emr.it])
3+
AC_INIT(libsim, 6.1.5, [dcesari@arpa.emr.it])
44
AC_CONFIG_HEADERS([config.h])
55
AC_CONFIG_SRCDIR([configure.ac])
66
AM_INIT_AUTOMAKE([foreign])

fedora/SPECS/libsim.spec

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: libsim: librerie di utilità in Fortran 90
22
Name: libsim
3-
Version: 6.1.4
3+
Version: 6.1.5
44
Release: 1
55
License: GPL2+
66
Group: Applications/Meteo
@@ -100,6 +100,15 @@ mv $RPM_BUILD_ROOT%{_includedir}/*.mod $RPM_BUILD_ROOT%{_fmoddir}
100100
rm -rf %{buildroot}
101101

102102
%changelog
103+
* Mon Feb 22 2016 dcesari <dcesari@arpa.emr.it> - 6.1.5-1%{dist}
104+
- prefer seconds for timedelta to avoid problems with long timeranges
105+
- timedelta can be initialised in sec as well
106+
- fix bitmap key in grib2
107+
- handle better missing values in vertical levels
108+
- correct order for B14018
109+
- handle correctly stdin and stdout in dballe_class
110+
- implemented n-1 variant of variance and stddev, variance guaranteed >=0
111+
103112
* Mon Jan 18 2016 dcesari <dcesari@arpa.emr.it> - 6.1.4-1%{dist}
104113
- devel package
105114
- stddev subtype in stencilinter type

0 commit comments

Comments
 (0)