up to 2.0+20190507
OBS-URL: https://build.opensuse.org/package/show/devel:tools:statica/klee?expand=0&rev=67
This commit is contained in:
parent
bbd00e45fc
commit
29b3354652
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/klee/klee.git</param>
|
<param name="url">git://github.com/klee/klee.git</param>
|
||||||
<param name="changesrevision">44325801ed4840cb1c334b9810f16ea8d691e986</param></service></servicedata>
|
<param name="changesrevision">0cf14d6d70b939ad29a9da42b33a4a5d4697b947</param></service></servicedata>
|
@ -10,6 +10,6 @@ https://github.com/klee/klee/issues/1010
|
|||||||
+++ b/test/Runtime/POSIX/DirConsistency.c
|
+++ b/test/Runtime/POSIX/DirConsistency.c
|
||||||
@@ -1,3 +1,4 @@
|
@@ -1,3 +1,4 @@
|
||||||
+// REQUIRES: bubak
|
+// REQUIRES: bubak
|
||||||
// RUN: %llvmgcc %s -emit-llvm %O0opt -c -o %t.bc
|
// RUN: %clang %s -emit-llvm %O0opt -c -o %t.bc
|
||||||
// RUN: rm -rf %t.klee-out %t.klee-out-tmp
|
// RUN: rm -rf %t.klee-out %t.klee-out-tmp
|
||||||
// RUN: %gentmp %t.klee-out-tmp
|
// RUN: %gentmp %t.klee-out-tmp
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6fba14de48574283cfe3dbdf085a73ed2b2afc33d9cc155b4e83197b16726f50
|
|
||||||
size 622332
|
|
3
klee-2.0+20190507.tar.xz
Normal file
3
klee-2.0+20190507.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2a0093cdacb6af77517358020abd49f759fe2e7f79d9e7a5b84bac25bd592cc3
|
||||||
|
size 634512
|
16
klee.changes
16
klee.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 27 09:39:22 UTC 2019 - jslaby@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.0+20190507:
|
||||||
|
* Propagate correct version of metasmt to build script
|
||||||
|
* Add missing dependency for tabulate package
|
||||||
|
* Remove CC as requirement; automatically set by sanitizer_compiler
|
||||||
|
* klee-stats: add - to to-csv/grafana options
|
||||||
|
* Add klee-stats test, fix microseconds bug
|
||||||
|
* Add MSan support for sqlite
|
||||||
|
* Clean klee-stats, StatsTracker and cmake
|
||||||
|
* Change the .stats format into sqlite3
|
||||||
|
* Add FreeBSD OS triple in RaiseAsm
|
||||||
|
* Teach ConcreteTest.py to use `gmake` instead of `make` on FreeBSD
|
||||||
|
* and more
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 25 10:15:41 UTC 2019 - Jiri Slaby <jslaby@suse.com>
|
Mon Feb 25 10:15:41 UTC 2019 - Jiri Slaby <jslaby@suse.com>
|
||||||
|
|
||||||
|
10
klee.spec
10
klee.spec
@ -20,7 +20,7 @@
|
|||||||
%define llvm_version_minor 0
|
%define llvm_version_minor 0
|
||||||
%define llvm_version %{llvm_version_major}
|
%define llvm_version %{llvm_version_major}
|
||||||
|
|
||||||
%define version_unconverted 1.4.0+20190115
|
%define version_unconverted 2.0+20190507
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%define with_uclibc 1
|
%define with_uclibc 1
|
||||||
@ -32,14 +32,14 @@ Name: klee
|
|||||||
Summary: LLVM Execution Engine
|
Summary: LLVM Execution Engine
|
||||||
License: NCSA
|
License: NCSA
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Version: 1.4.0+20190115
|
Version: 2.0+20190507
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://klee.github.io/
|
Url: http://klee.github.io/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
Source2: https://raw.githubusercontent.com/llvm-mirror/llvm/release_%{llvm_version_major}%{llvm_version_minor}/utils/not/not.cpp
|
Source2: https://raw.githubusercontent.com/llvm-mirror/llvm/release_%{llvm_version_major}%{llvm_version_minor}/utils/not/not.cpp
|
||||||
Source3: https://raw.githubusercontent.com/llvm-mirror/llvm/release_%{llvm_version_major}%{llvm_version_minor}/utils/FileCheck/FileCheck.cpp
|
Source3: https://raw.githubusercontent.com/llvm-mirror/llvm/release_%{llvm_version_major}%{llvm_version_minor}/utils/FileCheck/FileCheck.cpp
|
||||||
Patch0: disable-failing-test.patch
|
#Patch0: disable-failing-test.patch
|
||||||
|
|
||||||
BuildRequires: clang%{llvm_version}
|
BuildRequires: clang%{llvm_version}
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -55,6 +55,8 @@ BuildRequires: ninja
|
|||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: python3-lit
|
BuildRequires: python3-lit
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-tabulate
|
||||||
|
BuildRequires: sqlite3-devel
|
||||||
BuildRequires: stp-devel
|
BuildRequires: stp-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -114,7 +116,7 @@ ninja check
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS README.md TODO.txt
|
%doc NEWS README.md
|
||||||
%license LICENSE.TXT
|
%license LICENSE.TXT
|
||||||
%{_bindir}/gen-bout
|
%{_bindir}/gen-bout
|
||||||
%{_bindir}/gen-random-bout
|
%{_bindir}/gen-random-bout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user