Rebase to upstream 1.5.
This commit is contained in:
parent
005dbb0edc
commit
08645c7034
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/v1.4.4.tar.gz
|
||||
/v1.5.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libipt
|
||||
Version: 1.4.4
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Intel Processor Trace Decoder Library
|
||||
License: BSD
|
||||
URL: https://github.com/01org/processor-trace
|
||||
@ -32,7 +32,6 @@ develop programs that use the Intel Processor Trace (Intel PT) Decoder Library.
|
||||
# -DPTUNIT:BOOL=ON has no effect on ctest.
|
||||
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DPTUNIT:BOOL=OFF \
|
||||
-DFEATURE_THREADS:BOOL=ON \
|
||||
-DDEVBUILD:BOOL=ON \
|
||||
.
|
||||
make VERBOSE=1 %{?_smp_mflags}
|
||||
@ -56,6 +55,9 @@ ctest -V %{?_smp_mflags}
|
||||
%{_libdir}/%{name}.so
|
||||
|
||||
%changelog
|
||||
* Mon Apr 11 2016 Jan Kratochvil <jan.kratochvil@redhat.com> - 1.5-1
|
||||
- Rebase to upstream 1.5.
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user