up to 20170409
OBS-URL: https://build.opensuse.org/package/show/devel:tools:statica/klee?expand=0&rev=21
This commit is contained in:
parent
d950c44f6b
commit
4091f8aa43
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/klee/klee.git</param>
|
||||
<param name="changesrevision">0eb13665f0b0fb7d6a3d3015d1a1413236966339</param></service></servicedata>
|
||||
<param name="changesrevision">28872c1a0cb8a8f6b835af67719b9cd9aba66d3f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb5b6aed37b36d0ba22655a8a57d16c6dcbdc231552757b66e0515e562838305
|
||||
size 648560
|
3
klee-1.3.0+20170409.tar.xz
Normal file
3
klee-1.3.0+20170409.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3742053b828c281cddc02058e5f5e346d6fe5c990a9602e5a0ad8679c17010d9
|
||||
size 648972
|
@ -1,2 +1,3 @@
|
||||
addFilter("shlib-policy-name-error.*libkleeRuntest1_0")
|
||||
addFilter("binaryinfo-readelf-failed.*bca")
|
||||
addFilter("devel-file-in-non-devel-package")
|
||||
|
19
klee.changes
19
klee.changes
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 26 09:18:55 UTC 2017 - jslaby@suse.com
|
||||
|
||||
- Update to version 1.3.0+20170409:
|
||||
* [TravisCI] Check if `METASMT_VERSION` is set and abort if it is not set. Also exit if any of the commands in `.travis/metaSMT.sh` fail.
|
||||
* [TravisCI] Try to unbreak the metaSMT build.
|
||||
* [TravisCI] Try unbreaking the TravisCI metaSMT build. Copying across the `cmake` directory breaks KLEE's CMake build.
|
||||
* [CMake] Try to fix bug reported by #633.
|
||||
* [CMake] Fix #631
|
||||
* [CMake] When supported pass `USES_TERMINAL` argument to `ExternalProject_Add_Step()` so that when using Ninja the output of the bitcode build system is shown immediately.
|
||||
* [CMake] Add the `clean_runtime` top level target to provide an easy way to clean the runtime build.
|
||||
* [Docker] Unbreak build.
|
||||
* [TravisCI] Make handling of `TRAVIS_OS_NAME` more robust by not assuming that its value not being `linux` implies `osx`.
|
||||
* test: lit, add geq/lt-llvm- configs
|
||||
* [NFC] Reindent `test/lit.cfg` and add vim mode line to use right indentation and syntax highlighting.
|
||||
* [travis] fix a git submodule failure of metaSMT
|
||||
* [CMake] Don't redownload FileCheck.cpp if it exists
|
||||
* Removed unused variable 'fake_object' in MemoryObject
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 13:43:30 UTC 2017 - jslaby@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define llvm_version_minor 8
|
||||
%define llvm_version %{llvm_version_major}_%{llvm_version_minor}
|
||||
|
||||
%define version_unconverted 1.3.0+20170328
|
||||
%define version_unconverted 1.3.0+20170409
|
||||
|
||||
%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: 1.3.0+20170328
|
||||
Version: 1.3.0+20170409
|
||||
Release: 0
|
||||
Url: http://klee.github.io/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user