Hello community, here is the log from the commit of package intel-cmt-cat for openSUSE:Factory checked in at 2018-09-07 15:40:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/intel-cmt-cat (Old) and /work/SRC/openSUSE:Factory/.intel-cmt-cat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-cmt-cat" Fri Sep 7 15:40:00 2018 rev:5 rq:633483 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/intel-cmt-cat/intel-cmt-cat.changes 2018-03-06 10:47:32.183745663 +0100 +++ /work/SRC/openSUSE:Factory/.intel-cmt-cat.new/intel-cmt-cat.changes 2018-09-07 15:40:01.786495864 +0200 @@ -1,0 +2,24 @@ +Tue Sep 4 15:15:44 UTC 2018 - [email protected] + +- Update to version 2.0.0 + Bump up libpqos1 package version to libpqos2 + +- Remove ldconfig patch and use NOLDCONFIG Makefile variable +D fix-ldconfig-call.patch +- Do not use env in shebang to avoid osc errors: +A fix-bad-env-shebang.patch + + From mainline Changelog: +1. Library + - Added support for resctrl monitoring via OS interface + - Added support for PID group monitoring + - Added support for L2 CDP + - New API added for adding/removing pids to mon groups +2. PQoS Utility + - Added support for PID group monitoring + - Added support for L2 CDP + - Print core values in PID monitoring output +3. rdtset Utility + - Added support for L2 CDP + +------------------------------------------------------------------- Old: ---- fix-ldconfig-call.patch intel-cmt-cat-1.2.0.tar.gz New: ---- fix-bad-env-shebang.patch intel-cmt-cat-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ intel-cmt-cat.spec ++++++ --- /var/tmp/diff_new_pack.3rK97w/_old 2018-09-07 15:40:02.594494997 +0200 +++ /var/tmp/diff_new_pack.3rK97w/_new 2018-09-07 15:40:02.594494997 +0200 @@ -18,7 +18,7 @@ Name: intel-cmt-cat -Version: 1.2.0 +Version: 2.0.0 Release: 0 Summary: Provides command line interface to CMT, MBM, CAT and CDP technologies License: BSD-3-Clause @@ -26,7 +26,7 @@ Url: https://github.com/01org/%{name} # https://github.com/01org/intel-cmt-cat/archive/v1.0.1.tar.gz Source0: %{name}-%{version}.tar.gz -Patch1: fix-ldconfig-call.patch +Patch1: fix-bad-env-shebang.patch BuildRequires: doxygen ExclusiveArch: x86_64 i686 i586 @@ -48,25 +48,25 @@ provides an interface to read and write the MSR registers but it requires root privileges. -%package -n libpqos1 -Version: 1.2.0 +%package -n libpqos2 +Version: 2.0.0 Release: 0 Summary: Runtime qpos library Group: System/Libraries -%description -n libpqos1 +%description -n libpqos2 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 libpqos1-devel -Version: 1.2.0 +%package -n libpqos2-devel +Version: 2.0.0 Release: 0 -Summary: Development package for libpqos1 +Summary: Development package for libpqos2 Group: Development/Libraries/C and C++ -Requires: libpqos1 = 1.2.0 +Requires: libpqos2 = 2.0.0 -%description -n libpqos1-devel +%description -n libpqos2-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. @@ -82,11 +82,11 @@ make %{?_smp_mflags} %{make_flags} %install -make %{make_flags} install +make %{make_flags} NOLDCONFIG=y install -%post -n libpqos1 -p /sbin/ldconfig +%post -n libpqos2 -p /sbin/ldconfig -%postun -n libpqos1 -p /sbin/ldconfig +%postun -n libpqos2 -p /sbin/ldconfig %files %defattr(-, root, root, -) @@ -100,12 +100,12 @@ %{_bindir}/pqos-os %{_mandir}/man8/pqos-os.8.gz -%files -n libpqos1-devel +%files -n libpqos2-devel %defattr(-, root, root, -) %{_includedir}/pqos.h %{_libdir}/*.so -%files -n libpqos1 +%files -n libpqos2 %defattr(-, root, root, -) %{_libdir}/*.so.* ++++++ _service ++++++ --- /var/tmp/diff_new_pack.3rK97w/_old 2018-09-07 15:40:02.634494954 +0200 +++ /var/tmp/diff_new_pack.3rK97w/_new 2018-09-07 15:40:02.638494950 +0200 @@ -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.2.0</param> - <param name="version">1.2.0</param> + <param name="revision">v2.0.0</param> + <param name="version">2.0.0</param> <param name="exclude">.git</param> <param name="subdir"></param> <param name="filename">intel-cmt-cat</param> ++++++ fix-bad-env-shebang.patch ++++++ Index: intel-cmt-cat-2.0.0/pqos/pqos-msr =================================================================== --- intel-cmt-cat-2.0.0.orig/pqos/pqos-msr 2018-06-26 10:40:36.000000000 +0200 +++ intel-cmt-cat-2.0.0/pqos/pqos-msr 2018-09-04 17:11:33.082974702 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash ############################################################################### # BSD LICENSE Index: intel-cmt-cat-2.0.0/pqos/pqos-os =================================================================== --- intel-cmt-cat-2.0.0.orig/pqos/pqos-os 2018-06-26 10:40:36.000000000 +0200 +++ intel-cmt-cat-2.0.0/pqos/pqos-os 2018-09-04 17:11:32.810959264 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash ############################################################################### # BSD LICENSE ++++++ intel-cmt-cat-1.2.0.tar.gz -> intel-cmt-cat-2.0.0.tar.gz ++++++ ++++ 11409 lines of diff (skipped)
