suitesparse/suitesparse.changes

99 lines
3.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Aug 16 19:33:14 UTC 2012 - i@marguerite.su
- also re-fix bnc#746867:
* cholmod from suitesparse should be GPL-2.0 and/or LGPL-2.0 licensed
-------------------------------------------------------------------
Wed Aug 15 02:51:27 UTC 2012 - i@marguerite.su
- fix bnc#775418: SuiteSparse does not ship library which contains
the symbol SuiteSparse_time
* it's because latest SuiteSparse prefers NTIMER.(try to depreciate)
so when there's NTIMER avaiable, tic/toc will not be enabled.
* easy solution is to use "-lSuiteSparse" in the UMFPACK_LIBS
variable in the affected packages like Octave.
* but this seems to affect many packages in science repo, so I
just add a patch comment #IF NTIMER off.
* http://comments.gmane.org/gmane.comp.gnu.octave.general/42837
- add sub-package libsuitesparse_config which is formly known as UFconfig.
* also add provides/obsoltes of UFconfig.
* add patch0 to prevent removal of .o after .a is built.
we still need .o to make shared libsuitesparseconfig.so
-------------------------------------------------------------------
Tue Jul 31 17:57:45 UTC 2012 - i@marguerite.su
- Update to version 4.0.2
* no changelog available.
-------------------------------------------------------------------
Wed Jun 6 12:05:34 UTC 2012 - i@marguerite.su
- fix bnc#751746.
-------------------------------------------------------------------
Mon Jun 4 13:45:07 UTC 2012 - toddrme2178@gmail.com
- Update to version 4.0.0. Major changes:
* added GPU support for CHOLMOD
* Renamed UFconfig to SuiteSparse_config
- Fix licenses (some libraries are LGPL-2.1+, some are GPL-2.0+,
and one is both).
- Change descriptions to upstream versions
- Build csparse package
- Clean up spec file
* Remove hard-coded library versions everywhere. Each library
version only needs to be changed in two places, which are right
next to each other
- Move README to -devel package and remove now-empty base package
- Changed group to match lapack/blas group (which this package is
essentially an extension of)
-------------------------------------------------------------------
Sun Feb 19 06:41:09 UTC 2012 - i@marguerite.su
- fix timestamp error in changelog, dont know why it omit zero in
time format.
-------------------------------------------------------------------
Sat Feb 18 16:15:32 UTC 2012 - jengelh@medozas.de
- add rpmlintrc to shut up false positives (after inquiry by
MargueriteSu)
-------------------------------------------------------------------
Fri Feb 17 14:01:01 UTC 2012 - i@marguerite.su
- fix libraries version tags of suitesparse-devel requires.
-------------------------------------------------------------------
Wed Feb 15 07:36:47 UTC 2012 - i@marguerite.su
- fix bug#746867. cholmod is licensed under GPL-2.0 and LGPL-2.0 only,
GPL-2.0 only prevents other components to be licensed under a high
version of the same license.
-------------------------------------------------------------------
Tue Feb 7 17:10:48 UTC 2012 - jengelh@medozas.de
- Apply shared library policy
http://en.opensuse.org/openSUSE:Shared_library_packaging_policy
-------------------------------------------------------------------
Sat Feb 4 11:38:15 UTC 2012 - i@marguerite.su
- update to version 3.7.0
-------------------------------------------------------------------
Sun Dec 21 00:00:00 UTC 2011 - coyoteuser@gmail.com
- updated to latest version 3.2.0
- added gcc4.3.2 fix for spqr.hpp
- changed source to bz2 archive
-------------------------------------------------------------------
Mon Dec 8 00:00:00 UTC 2008 - coyoyeuser@gmail.com
- Initial release