Hello community, here is the log from the commit of package intel-cmt-cat for openSUSE:Factory checked in at 2018-03-06 10:47:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/intel-cmt-cat (Old) and /work/SRC/openSUSE:Factory/.intel-cmt-cat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-cmt-cat" Tue Mar 6 10:47:27 2018 rev:4 rq:582686 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/intel-cmt-cat/intel-cmt-cat.changes 2017-08-12 20:29:02.500561955 +0200 +++ /work/SRC/openSUSE:Factory/.intel-cmt-cat.new/intel-cmt-cat.changes 2018-03-06 10:47:32.183745663 +0100 @@ -1,0 +2,21 @@ +Thu Mar 1 15:48:42 UTC 2018 - [email protected] + +- Update to version 1.1.0 (fate#322856): +1. Library + - Added support for MBA configuration via OS interface +2. PQoS Utility + - Added better feature enumeration functionality + - Added top-pids monitoring functionality + +- Change group declaration in spec file from + Development/Tools + to + Development/Tools/Other + to avoid invalid group build service warning. + +- Adding _service file for easier version upgrades + Replacing the libversion variable in spec file with the real + version, so that automated version upgrades via service feature + works. + +------------------------------------------------------------------- Old: ---- intel-cmt-cat-1.1.0.tar.gz New: ---- intel-cmt-cat-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ intel-cmt-cat.spec ++++++ --- /var/tmp/diff_new_pack.WYjW7h/_old 2018-03-06 10:47:34.035678763 +0100 +++ /var/tmp/diff_new_pack.WYjW7h/_new 2018-03-06 10:47:34.039678619 +0100 @@ -1,7 +1,7 @@ # # spec file for package intel-cmt-cat # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 Intel Corporation # # All modifications and additions to the file contributed by third parties @@ -18,11 +18,11 @@ Name: intel-cmt-cat -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Provides command line interface to CMT, MBM, CAT and CDP technologies License: BSD-3-Clause -Group: Development/Tools +Group: Development/Tools/Other Url: https://github.com/01org/%{name} # https://github.com/01org/intel-cmt-cat/archive/v1.0.1.tar.gz Source0: %{name}-%{version}.tar.gz @@ -32,8 +32,6 @@ # Since they ship libpqos and the binaries in one package but do not simultatious # updates libversion can differ from binaries version. -%global libversion 1.1.1 -%global libname libpqos1 %global make_flags EXTRA_CFLAGS="%{optflags}" SHARED=y PREFIX=%{buildroot}/%{_prefix} MAN_DIR=%{buildroot}/%{_mandir}/man8 LIB_INSTALL_DIR=%{buildroot}%{_libdir}/ @@ -50,25 +48,25 @@ provides an interface to read and write the MSR registers but it requires root privileges. -%package -n %{libname} -Version: %{libversion} +%package -n libpqos1 +Version: 1.2.0 Release: 0 Summary: Runtime qpos library Group: System/Libraries -%description -n %{libname} +%description -n libpqos1 PQoS library provides API to detect and configure Intel(R) RDT including: Cache Monitoring Technology (CMT), Memory Bandwidth Monitoring (MBM), Cache Allocation Technology (CAT), Code and Data Prioritization (CDP) Technology. -%package -n %{libname}-devel -Version: %{libversion} +%package -n libpqos1-devel +Version: 1.2.0 Release: 0 -Summary: Development package for %{libname} +Summary: Development package for libpqos1 Group: Development/Libraries/C and C++ -Requires: %{libname} = %{libversion} +Requires: libpqos1 = 1.2.0 -%description -n %{libname}-devel +%description -n libpqos1-devel PQoS library provides API to detect and configure Intel(R) RDT including: Cache Monitoring Technology (CMT), Memory Bandwidth Monitoring (MBM), Cache Allocation Technology (CAT), Code and Data Prioritization (CDP) Technology. @@ -86,9 +84,9 @@ %install make %{make_flags} install -%post -n %{libname} -p /sbin/ldconfig +%post -n libpqos1 -p /sbin/ldconfig -%postun -n %{libname} -p /sbin/ldconfig +%postun -n libpqos1 -p /sbin/ldconfig %files %defattr(-, root, root, -) @@ -102,12 +100,12 @@ %{_bindir}/pqos-os %{_mandir}/man8/pqos-os.8.gz -%files -n %{libname}-devel +%files -n libpqos1-devel %defattr(-, root, root, -) %{_includedir}/pqos.h %{_libdir}/*.so -%files -n %{libname} +%files -n libpqos1 %defattr(-, root, root, -) %{_libdir}/*.so.* ++++++ _service ++++++ --- /var/tmp/diff_new_pack.WYjW7h/_old 2018-03-06 10:47:34.071677463 +0100 +++ /var/tmp/diff_new_pack.WYjW7h/_new 2018-03-06 10:47:34.075677318 +0100 @@ -2,8 +2,8 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/01org/intel-cmt-cat.git</param> - <param name="revision">v1.1.0</param> - <param name="version">1.1.0</param> + <param name="revision">v1.2.0</param> + <param name="version">1.2.0</param> <param name="exclude">.git</param> <param name="subdir"></param> <param name="filename">intel-cmt-cat</param> ++++++ intel-cmt-cat-1.1.0.tar.gz -> intel-cmt-cat-1.2.0.tar.gz ++++++ ++++ 6078 lines of diff (skipped)
