Skip to content

Commit 1235235

Browse files
committed
v7.0.2-1
1 parent 50bdeef commit 1235235

2 files changed

Lines changed: 7 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, 7.0.1, [dcesari@arpae.it])
3+
AC_INIT(libsim, 7.0.2, [dcesari@arpae.it])
44
AC_CONFIG_HEADERS([config.h])
55
AC_CONFIG_SRCDIR([configure.ac])
66
AM_INIT_AUTOMAKE([foreign])

fedora/SPECS/libsim.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Summary: Fortran utility libraries
88
Name: libsim
9-
Version: 7.0.1
9+
Version: 7.0.2
1010
Release: 1
1111
License: GPL2+
1212
Group: Applications/Meteo
@@ -164,6 +164,11 @@ mv $RPM_BUILD_ROOT%{_includedir}/*.mod $RPM_BUILD_ROOT%{_fmoddir}
164164
rm -rf %{buildroot}
165165

166166
%changelog
167+
* Tue Mar 15 2022 Daniele Branchini <dbranchini@arpae.it> - 7.0.2-1
168+
- specify input format in v7d_pollini by namelist, default remains BUFR
169+
- revert wrong modification on analysis-like end of processing period
170+
- miscellaneous improvements to autotools files
171+
167172
* Thu Mar 3 2022 Daniele Branchini <dbranchini@arpae.it> - 7.0.1-1
168173
- add `--comp-var-from-lev` option to vg6d_transform
169174
- remove indirect dependencies from spec and from configure.ac (#90)

0 commit comments

Comments
 (0)