lit fix & up to 1.4.0+20180614
OBS-URL: https://build.opensuse.org/package/show/devel:tools:statica/klee?expand=0&rev=50
This commit is contained in:
parent
3860f9c5c2
commit
54d7fd4f88
@ -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">843e9be8fc10c6ffb30218c5a826aab192a31955</param></service></servicedata>
|
<param name="changesrevision">d2fbdf74493d69e73fbfaedc0d59e593dfd7c69d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1353ef129523802c531c8dfe87a5d81544fc2a8951877ecc830fe90f58f4a226
|
|
||||||
size 592744
|
|
3
klee-1.4.0+20180614.tar.xz
Normal file
3
klee-1.4.0+20180614.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d03fcc9a6ed53e1e2e7784813b5a3f612b09cc33fda8db68e7aade78ec839bb5
|
||||||
|
size 592052
|
10
klee.changes
10
klee.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 16 09:09:56 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.4.0+20180614:
|
||||||
|
* Add unittest for DiscretePDF
|
||||||
|
* klee_int: allow NULL as name
|
||||||
|
* cmake: find_llvm, handle libLLVM-version.so properly
|
||||||
|
* Fixed memory leak from Executor::inCloseMerge, fixes #883
|
||||||
|
- Require python3-lit as the lit packaging was refactored
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 25 10:57:57 UTC 2018 - opensuse-packaging@opensuse.org
|
Fri May 25 10:57:57 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
@ -19,7 +19,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+20180524
|
%define version_unconverted 1.4.0+20180614
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%define with_uclibc 1
|
%define with_uclibc 1
|
||||||
@ -31,7 +31,7 @@ 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+20180524
|
Version: 1.4.0+20180614
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://klee.github.io/
|
Url: http://klee.github.io/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
@ -71,10 +71,10 @@ BuildRequires: klee-uclibc-devel-static(llvm%{llvm_version})
|
|||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: lit
|
|
||||||
BuildRequires: llvm%{llvm_version}-devel
|
BuildRequires: llvm%{llvm_version}-devel
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
|
BuildRequires: python3-lit
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: stp-devel
|
BuildRequires: stp-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user