Jiri Slaby 2020-06-09 07:22:15 +00:00 committed by Git OBS Bridge
parent 1bd14479db
commit 6be1ba2b09
3 changed files with 18 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/klee/klee.git</param>
<param name="changesrevision">e6d3f654df90dc6211d6c4993b937ef44b945f36</param></service></servicedata>
<param name="changesrevision">6ca440f14381c8f0461ede18eccc16bba1135e88</param></service></servicedata>

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jun 09 07:08:47 UTC 2020 - jslaby@suse.com
- Update to version 2.1+20200606:
* [Module] Add testcase for inline asm lifting
* [Module] Disable lifting for inline asm resembling memory fences with return values
* Add test case from #1257 to reproduce behaviour
* [Solver:STP] Fix handling of array names
* docker: install KLEE headers in system include path
* Moved header files that were placed directly in include/klee/ into appropriate existing directories and a new directory Statistics; a few missing renames.
* Removed include/klee/util and moved header files to appropriate places
* Created include/klee/Core directory and moved appropriate files direc\ tly in lib/Core
* Move header files from lib/Expr to include/klee/Expr to eliminate includes using "../"
* Removed the Internal directory from include/klee
-------------------------------------------------------------------
Sat Apr 25 22:10:44 UTC 2020 - aaronpuchert@alice-dsl.net

View File

@ -19,7 +19,7 @@
%define llvm_version_major 10
%define llvm_version %{llvm_version_major}
%define version_unconverted 2.1+20200420
%define version_unconverted 2.1+20200606
%ifarch %{ix86} x86_64
%define with_uclibc 1
@ -31,7 +31,7 @@ Name: klee
Summary: LLVM Execution Engine
License: NCSA
Group: Development/Languages/Other
Version: 2.1+20200420
Version: 2.1+20200606
Release: 0
URL: http://klee.github.io/
Source0: %{name}-%{version}.tar.xz