Skip to content

Commit

Permalink
promoted to 6.2.8, updated fedora specfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dcesari committed Jun 15, 2018
1 parent f74f95e commit 3414ab1
Show file tree
Hide file tree
Showing 2 changed files with 5 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.2.7, [dcesari@arpae.it])
AC_INIT(libsim, 6.2.8, [dcesari@arpae.it])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([configure.ac])
AM_INIT_AUTOMAKE([foreign])
Expand Down
5 changes: 4 additions & 1 deletion fedora/SPECS/libsim.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# to enable oracle and/or vapor support requiring stiff dependencies
Summary: Fortran utility libraries
Name: libsim
Version: 6.2.7
Version: 6.2.8
Release: 1
License: GPL2+
Group: Applications/Meteo
Expand Down Expand Up @@ -125,6 +125,9 @@ mv $RPM_BUILD_ROOT%{_includedir}/*.mod $RPM_BUILD_ROOT%{_fmoddir}
rm -rf %{buildroot}

%changelog
* Fri Jun 15 2018 Davide Cesari <dcesari@arpae.it> - 6.2.8-1
- implement frequency sub-type, closes #54

* Mon May 7 2018 Daniele Branchini <dbranchini@arpae.it> - 6.2.7-1
- enabled eccodes support
- reversed oracle and vapor flags (disabled by default)
Expand Down

0 comments on commit 3414ab1

Please sign in to comment.