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++.