From 507d13d2e216a967116c240d6cb74ed0ae23ddd1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 08:16:55 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libipt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libipt.spec b/libipt.spec index bc4c042..0d8a88b 100644 --- a/libipt.spec +++ b/libipt.spec @@ -1,6 +1,6 @@ Name: libipt Version: 1.6.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Intel Processor Trace Decoder Library License: BSD URL: https://github.com/01org/processor-trace @@ -59,6 +59,9 @@ ctest -V %{?_smp_mflags} %{_mandir}/*/*.gz %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.6.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Mar 5 2018 Jan Kratochvil - 1.6.1-8 - Enable tests (PTUNIT) and man pages (MAN). - Change BuildRequires: gcc -> gcc-c++ as PTUNIT tests require C++.