Changelog for
klee-uclibc-devel-static-1.3-bp156.5.4.x86_64.rpm :
* Thu Jun 15 2023 jslabyAATTsuse.cz- require python3-base, not python-base as we need py3- update rpmlintrc filter to match the current output
* Tue Nov 22 2022 Jiri Slaby
- add 0001-strtod-fix-__strtofpmax.patch (build fix w/ LLVM 15)
* Tue Sep 06 2022 Jiri Slaby - Switch to LLVM 14.
* Tue May 10 2022 Jiri Slaby - update to 1.3
* configure: remove old code, make llvm-config lookup more flexible, set to Python3, remove trailing whitespace
* switch to https; fallback to curl when wget not available
* Correcting use of \'lookForNew\'
* Add a message when the bitcode compiler is specified via CC- add extra-locale-Makefile-don-t-always-require-curl-wget.patch to fix build
* Tue Oct 19 2021 Jiri Slaby - Switch to LLVM 13.
* Thu May 20 2021 Jiri Slaby - Switch to LLVM 12.
* Sun Dec 13 2020 Aaron Puchert - Switch to regular version 1.2. That\'s a slight downgrade, as we lose the last two commits, but they aren\'t relevant here.- Switch to LLVM 11.
* Thu Sep 24 2020 jslabyAATTsuse.com- Update to version 1.0.0+git.20200711:
* Correcting use of \'lookForNew\' and some rudimentary code tidying in \'configure\'- disable x86_32 as it is unsupported -- there are bugs in klee.
* Fri Apr 24 2020 Aaron Puchert - Switch to LLVM 10.
* Mon Nov 04 2019 Jiri Slaby - switch to llvm 9
* Fri Oct 04 2019 jslabyAATTsuse.com- Update to version 1.0.0+git.20190816:
* Add a message when the bitcode compiler is specified via CC, to help diagnose cases in which CC does not point to a valid bitcode compiler.
* Check if pointer size reflects architecture
* Use newer gcc to compile KLEE
* Fix compilation when __STDIO_HAS_OPENLIST is undefined
* Wed Aug 21 2019 Aaron Puchert - The build requires ncurses-devel, and this will soon no longer be transitively included via llvm-devel.
* Mon Jul 01 2019 Aaron Puchert - Switch to LLVM 8.
* Mon Oct 29 2018 jslabyAATTsuse.com- Update to version 1.0.0+git.20180926:
* Replaced README.klee with README.md, which now also includes a TravisCI build status.
* Revert lit to 0.6.0 version, as 0.7.0 misbehaves
* Backport uclibc PR 4964 to fix pointer error in newlocale
* Enable locale support for uclibc
* - Fix strtol
*() with xlocale (on e.g. x86_64) (closes #2544)
* Disable default tcmalloc build for uclibc testing- switch to LLVM 7
* Sun Sep 02 2018 jslabyAATTsuse.com- Update to version 1.0.0+git.20171011:
* Updated Travis-CI to compile KLEE with CMake only
* Sort list of ar input files
* Removed support for LLVM 2.9
* configure: read kernel header location from environment variable
* features: support glibc 2.25- remove 0001-features-support-glibc-2.25.patch (in upstream)
* Sat Jun 16 2018 jslabyAATTsuse.com- switch to LLVM 6
* Wed Dec 27 2017 dimstarAATTopensuse.org- Revert llvm_version back to 4: klee is not ready yet to build using llvm5.
* Tue Dec 19 2017 dimstarAATTopensuse.org- Change llvm_Version to 5, following the switch of LLVM to version 5 in Tumbleweed.
* Tue Jun 27 2017 jslabyAATTsuse.com- require only base of python
* Thu Jun 08 2017 jslabyAATTsuse.com- switch to LLVM 4- BuildRequire: python as it is needed for configure- add proper-compiler-flags-check.patch to kill the message flood
* Fri Mar 31 2017 jengelhAATTinai.de- Resolve some orthographic errors.
* Thu Mar 30 2017 jslabyAATTsuse.com- Change license to LGPL-2.1+, the same as is in uClibc in Factory
* Fri Mar 24 2017 jslabyAATTsuse.com- Update to version 1.0.0+git.20170324:
* Enable program_invocation_name feature
* Enable C99 math by default
* Hack the `libm_
*()` macros to be no-ops like we do with the `libc_
*()` macros. See 7217b2a28e792c1118244ad897346c6c2b6cba41 for the reasoning here.
* Added Travis-CI integration. The script is heavily based on the one used in KLEE.
* Thu Mar 23 2017 jengelhAATTinai.de- Avoid unnecessary %__-type macro indirections.
* Mon Mar 20 2017 jslabyAATTsuse.com- kill the main package
* Fri Mar 17 2017 jslabyAATTsuse.com- split into -devel-static
* Sat Mar 11 2017 jslabyAATTsuse.com- add glibc 2.25 support: 0001-features-support-glibc-2.25.patch
* Thu Mar 02 2017 jslabyAATTsuse.com- Update to version 1.0.0+20131211:
* Added a hack originally added by DWD that prevented compiliation errors.
* Fixed build on i686 on Linux 3.11.6.
* Exit cleanly if llvm-config cannot be found.
* Fixed building host code (make menuconfig code). llvm-gcc out of the box might not be able to link correctly so in this case we use \'cc\' instead of llvm-gcc for the host code.
* configure script checks for ncurses (needed for make menuconfig)
* Exit gracefully if argparse can\'t be imported (user probably has python version < 2.7).
* Fix small bug in b5c6cea400e58ac8848db8aa2fefc695b0357b4e where compiler temporary file would not be removed when checking for ncurses.
* Search for Kernel headers
* Add more log output when patching .config file for KERNEL_HEADERS
* Use os.path.join instead of explicit string concatentation.
* Thu Mar 02 2017 jslabyAATTsuse.com- initial package