Changelog for
libCharLS2-2.0.0-bp150.2.4.x86_64.rpm :
* Thu Jul 13 2017 olafAATTaepfle.de- Build with gcc6, fix build failure for Leap
* Mon Jul 10 2017 jengelhAATTinai.de- Fix RPM group.
* Thu Jul 06 2017 asterios.dramisAATTgmail.com- Update to version 2.0.0: Bug fixes
* #10 - Fixed the problem that \"output buffer to small\" was not detected when writting encoded bytes to a fixed output buffer. This could cause memory corruption problems.
* #11 - Update charlstest to return EXIT_SUCCESS/FAILURE
* Fixed the issue that DecodeToPnm would set params.colorTransform = ColorTransformation::BigEndian but the library didn’t support this option during decoding. Misc
* Updated the source code to C++ v14.
* Refactored several API\'s to make usage of the library easier.- Removed unzip build requirement (not needed anymore).- Require gcc >= 5.0 (for C++ v14).- Removed the following patches (not needed anymore): charls_add_cmake_install_target.patch charls_add_sharedlib_soname.patch charls_fix_tests.patch
* Tue Nov 20 2012 cgiboudeauxAATTgmx.com- Fix the SLES build (%make_install is not expanded)
* Mon Dec 05 2011 cfarrellAATTsuse.com- license update: BSD-3-Clause The License file is BSD-3-Clause. Also, use SPDX format
* Fri Dec 02 2011 asterios.dramisAATTgmail.com- Initial release (version 1.0).- Added three patches (taken from Fedora):
* charls_add_cmake_install_target.patch: Add a cmake install target for CharLS header files.
* charls_add_sharedlib_soname.patch: Add soname to generated shared lib and install libCharLS.so.
* charls_fix_tests.patch: Fix tests.