SHA256
1
0
forked from pool/dynare
Files
dynare/dynare.changes
Atri Bhattacharya 6a676f7af4 Accepting request 972969 from home:badshah400:branches:science
* Update to version 5.1.
* Add dynare-octave7-compat.patch: git commits from upstream to support building against octave 7.1; patch touches build files, so add BuildRequires: libtool and run autoreconf before configure.

OBS-URL: https://build.opensuse.org/request/show/972969
OBS-URL: https://build.opensuse.org/package/show/science/dynare?expand=0&rev=3
2022-04-30 14:13:18 +00:00

18 lines
758 B
Plaintext

-------------------------------------------------------------------
Tue Apr 26 18:42:14 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.1:
* Long list of changes, see
<https://www.dynare.org/new-dynare-release/dynare-5.1-released/>.
- Add dynare-octave7-compat.patch: git commits from upstream to
support building against octave 7.1; patch touches build files,
so add BuildRequires: libtool and run autoreconf before
configure.
-------------------------------------------------------------------
Wed Jan 12 17:50:52 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Initial package.
- Add dynare-no-return-in-non-void-function.patch: Return trivial
value from a function that is not declared as returning void.