Changelog for
blitz-devel-1.0.2-bp155.2.12.x86_64.rpm :
* Fri Mar 19 2021 Atri Bhattacharya
- Build without PAPI support for all supported openSUSE versions (boo#1183759).
* Wed Aug 19 2020 Atri Bhattacharya - Fix building for openSUSE >= 1550 by building without papi support since blitz does not support papi >= 6.0 (see gh#blitzpp/blitz#162).- Drop empty install_info post(un) scriptlets and corresponding Requires handled by rpm triggers.- Clean up specfile using spec-cleaner.
* Sun Feb 02 2020 Atri Bhattacharya - Disable building docs for openSUSE < 1550: build failues from texinfo errors for openSUSE Leap 15.2
* Fri Jan 31 2020 Atri Bhattacharya - Remove BZ_FULLY64BIT=ON option from cmake to prevent warnings during compilation saying \"64-bit array dimensions not yet implemented (-Wcpp)\".
* Tue Dec 10 2019 Todd R - Update to 1.0.2
* added CMake build system (autotools build to be phased out in a next release)
* autotools-related fixes
* Python 3 compatibility in Makefiles and genstencils.py
* fixing compilation issue for BZ_DECLARE_FUNCTION (SF issue no. 51)
* fixing apparent typo-bug in expr.h (SF bug no. 59)
* some code cleanups (namespace related macros, etc)- Remove obsolete blitz-gcc47.patch- Add fix_cmake_file_dir.patch to make sure .cmake files are placed in the correct directory. From: https://github.com/blitzpp/blitz/pull/155
* Wed Dec 02 2015 mpluskalAATTsuse.com- Update project url- Cleanup spec file with spec-cleaner
* Fri Feb 22 2013 cfarrellAATTsuse.com- license update: LGPL-3.0 or BSD-3-Clause or Artistic-2.0 The Artistic-2.0 license is also a choice
* Thu Feb 21 2013 dmitry_rAATTopensuse.org- Update to version 0.10
* improved performance
* 64-bit compatibility
* thread safety
* utilizing careful data alignment- Update license to LGPL-3.0 or BSD-3-Clause according to LEGAL file
* Tue Jul 10 2012 wernerAATTsuse.de- Make it build with latest TeXLive 2012 with new package layout
* Sat Jan 28 2012 jengelhAATTmedozas.de- Remove redundant tags/sections per specfile guideline suggestions