From 08645c70340c804b5cb69b4b15947a8d92168bc5 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 11 Apr 2016 22:29:59 +0200 Subject: [PATCH] Rebase to upstream 1.5. --- .gitignore | 2 +- libipt.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e23119b..43ce926 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/v1.4.4.tar.gz +/v1.5.tar.gz diff --git a/libipt.spec b/libipt.spec index 1877ed7..821f236 100644 --- a/libipt.spec +++ b/libipt.spec @@ -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 - 1.5-1 +- Rebase to upstream 1.5. + * Thu Feb 04 2016 Fedora Release Engineering - 1.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 10440ea..9b7d493 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62b84d0400c4d8139492826c4eb7deb3 v1.4.4.tar.gz +29efc08219d9d6a0536d58f9807c8722 v1.5.tar.gz