diff --git a/.gitignore b/.gitignore index 8820b02..0ef3132 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /v1.0.1.tar.gz /v1.1.0.tar.gz /v1.2.0.tar.gz +/v2.0.0.tar.gz diff --git a/intel-cmt-cat.spec b/intel-cmt-cat.spec index 88ebada..c0ade9c 100644 --- a/intel-cmt-cat.spec +++ b/intel-cmt-cat.spec @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017, Intel Corporation +# Copyright (c) 2016-2018, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. %global githubname intel-cmt-cat -%global githubver 1.2.0 +%global githubver 2.0.0 %if %{defined githubsubver} %global githubfull %{githubname}-%{githubver}.%{githubsubver} @@ -38,7 +38,7 @@ Summary: Provides command line interface to CMT, MBM, CAT, CDP and MBA technologies Name: %{githubname} -Release: 3%{?dist} +Release: 1%{?dist} Version: %{githubver} License: BSD Group: Development/Tools @@ -119,7 +119,7 @@ install -m 0644 %{_builddir}/%{githubfull}/LICENSE %{buildroot}/%{_licensedir}/% install -d %{buildroot}/%{_libdir} install -s %{_builddir}/%{githubfull}/lib/libpqos.so.* %{buildroot}/%{_libdir} cp -a %{_builddir}/%{githubfull}/lib/libpqos.so %{buildroot}/%{_libdir} -cp -a %{_builddir}/%{githubfull}/lib/libpqos.so.1 %{buildroot}/%{_libdir} +cp -a %{_builddir}/%{githubfull}/lib/libpqos.so.2 %{buildroot}/%{_libdir} # Install the header file install -d %{buildroot}/%{_includedir} @@ -158,7 +158,7 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu %files -n intel-cmt-cat-devel %{_libdir}/libpqos.so -%{_libdir}/libpqos.so.1 +%{_libdir}/libpqos.so.2 %{_includedir}/pqos.h %{_usrsrc}/%{githubfull}/c/CAT/Makefile %{_usrsrc}/%{githubfull}/c/CAT/reset_app.c @@ -169,6 +169,9 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu %doc %{_usrsrc}/%{githubfull}/LICENSE %changelog +* Thu Jun 28 2018 Marcel cornu , Michal Aleksinski - 2.0.0-1 +- New release 2.0.0 + * Thu Mar 08 2018 Marcel cornu , Michal Aleksinski - 1.2.0-3 - Updated spec file with BuildRequires tag diff --git a/sources b/sources index 0eea171..15b111f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.2.0.tar.gz) = 9e15d0f80734ecd8655874ac244beac85c4b17f634624890fcac59e10c13e896c5726c4a94b1c1ff6bc482157cbd941bb64696ba467353eb814c6d5fe75f0dc2 +SHA512 (v2.0.0.tar.gz) = 9590655ac068f21c2a890af3dc45ad98bc0b293a4ec4ddce7324d8e8d2351600b712827609ba71da5c7ed2c4bbbf94e25feb10c74ad480de1111fd6d9625add4