Rebase to upstream 1.5.

This commit is contained in:
Jan Kratochvil 2016-04-11 22:29:59 +02:00
parent 005dbb0edc
commit 08645c7034
3 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/v1.4.4.tar.gz
/v1.5.tar.gz

View File

@ -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

View File

@ -1 +1 @@
62b84d0400c4d8139492826c4eb7deb3 v1.4.4.tar.gz
29efc08219d9d6a0536d58f9807c8722 v1.5.tar.gz