libcerf/libcerf.changes

94 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Thu Feb 29 15:47:43 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Mon Feb 5 10:43:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
- handle different doc location based on version of cmake macros
-------------------------------------------------------------------
Wed Oct 11 03:59:43 UTC 2023 - ming li <mli@suse.com>
- update to 2.4:
* CMake: runtime destination corrected (bin, not lib)
* CMake: removed option PORTABLE and compiler flag -march
(unavailable on some architectures)
-------------------------------------------------------------------
Mon May 29 19:26:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.3:
* Add test coverage for erfcx, dawson, im_w_of_x (against
nearby complex and status quo)
* Avoid some divisions in function voigt
* Accelerate lookup in erfcx, im_w_of_x (avoid long switch,
contributed by Alexander Kleinsorge)
-------------------------------------------------------------------
Fri Dec 2 21:12:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.2:
- No longer raise underflow error in w_of_z for large real arg (contributed by Ethan Merritt)
- In test suite, confound zero with values close to underflow
- Remove some invisible files that had slipped in accidentally (noticed by Christoph Junghans)
- Windows binary now built with Visual Studio 17 2022
-------------------------------------------------------------------
Thu Jul 14 17:05:22 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.1:
- provide cerfConfig.cmake (contributed by Lori A. Burns and Christoph Junghans)
- libcerf.pc: remove hard-coded lib/
- version number incremented to overcome upstream problems with withdrawn release 2.0
- drop 2.patch (upstream)
-------------------------------------------------------------------
Tue Dec 14 18:21:54 UTC 2021 - Christoph Junghans <junghans@votca.org>
- Fix test execution
-------------------------------------------------------------------
Sat Dec 4 18:23:25 UTC 2021 - Christoph Junghans <junghans@votca.org>
- Bump v1.17
- Correct pkgconfig installation directory (use GNU install
dirs, install to LIBDIR/pkgconfig
- added 2.patch from upstream PR#2 to add cmake export
- added fix_return.patch to fix missing return value
-------------------------------------------------------------------
Wed Nov 22 16:42:07 UTC 2017 - junghans@votca.org
- Bump to v1.5:
* rm unused inline function (detected by clang-1.3., reported by Luke Benes)
-------------------------------------------------------------------
Tue Nov 21 15:58:05 UTC 2017 - idonmez@suse.com
- Fix source url
-------------------------------------------------------------------
Fri Oct 9 20:05:30 UTC 2015 - junghans@votca.org
- version bump to 1.4, details from http://apps.jcns.fz-juelich.de/src/libcerf/CHANGELOG
* HTML version of man pages no longer installs to man/html.
* More concise man pages.
* Delete a few unused include's.
* Autotools script corrected (suggestions by Christoph Junghans)
- added %check section
-------------------------------------------------------------------
Fri Jul 24 10:38:34 UTC 2015 - werner@suse.de
- Use official upstream URL
-------------------------------------------------------------------
Mon Jul 14 16:46:08 UTC 2014 - junghans@votca.org
- initial commit