Skip to content

Commit

Permalink
bumped to 6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brancomat committed Feb 22, 2016
1 parent 0dfa9a9 commit 9ff730c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
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.4, [dcesari@arpa.emr.it])
AC_INIT(libsim, 6.1.5, [dcesari@arpa.emr.it])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([foreign])
Expand Down
11 changes: 10 additions & 1 deletion fedora/SPECS/libsim.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: libsim: librerie di utilità in Fortran 90
Name: libsim
Version: 6.1.4
Version: 6.1.5
Release: 1
License: GPL2+
Group: Applications/Meteo
Expand Down Expand Up @@ -100,6 +100,15 @@ mv $RPM_BUILD_ROOT%{_includedir}/*.mod $RPM_BUILD_ROOT%{_fmoddir}
rm -rf %{buildroot}

%changelog
* Mon Feb 22 2016 dcesari <dcesari@arpa.emr.it> - 6.1.5-1%{dist}
- prefer seconds for timedelta to avoid problems with long timeranges
- timedelta can be initialised in sec as well
- fix bitmap key in grib2
- handle better missing values in vertical levels
- correct order for B14018
- handle correctly stdin and stdout in dballe_class
- implemented n-1 variant of variance and stddev, variance guaranteed >=0

* Mon Jan 18 2016 dcesari <dcesari@arpa.emr.it> - 6.1.4-1%{dist}
- devel package
- stddev subtype in stencilinter type
Expand Down

0 comments on commit 9ff730c

Please sign in to comment.